View Single Post
  #4   (View Single Post)  
Old 23rd December 2008
JMJ_coder JMJ_coder is offline
VPN Cryptographer
 
Join Date: May 2008
Posts: 464
Default

Thanks for that helpful hint. I finally got user mounting to work on NetBSD. It works almost identically except for a few changes (aside from those you'll discover by following the commands here -- such as disklabel, my device is sd0e):

NetBSD changes

1) The user must own the point node where the device will be mounted, not just have read-write access.

2) The sysctl option is vfs.generic.usermount

3) The option flags -- nosuid and nodev -- must be given for non-superuser mounts.
__________________
And the WORD was made flesh, and dwelt among us. (John 1:14)
Reply With Quote