View Single Post
  #3   (View Single Post)  
Old 29th February 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

I've just read your post again. You will be able to mount as a user if the user has r/w access to /dev/vnd* nodes.

From mount(8) --highlight mine:
Code:
...Only the superuser may
mount file systems unless kern.usermount is nonzero (see sysctl(8)), the
special device is readable and writeable by the user attempting the
mount, and the mount point node is owned by the user attempting the
mount.
Reply With Quote