DragonFly BSD
DragonFly users List (threaded) for 2011-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: user mountable filesystem


From: Thomas Nikolajsen <thomas.nikolajsen@xxxxxxx>
Date: Thu, 13 Jan 2011 23:02:54 +0100

>mount /mnt/thumb/
>msdos: /dev/da8s1: Operation not permitted
>
>How can I do this?

Either you can login as root to do the mount / umount,
or you can set sysctl vfs.usermount to a non-zero value.

This is described in mount.2 manual page;
'mount -a mount' also shows mount options (mount.8);
we don't have 'user', as you found.

Please be aware of security consequences if you allow all users to mount.

 -thomas




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]