After a few steps you will be able to mount a standard webdav share into your NetBSD box. A good generic tutorial about wdfs is on the link below.
-
Install wdfs.
-
Edit /etc/sysctl.conf, and add this line:
vfs.generic.usermount=1
-
Issue as root:
# chmod 777 /dev/puffs; chmod 777 /dev/putter -
Now you can mount as normally with unprivileged user
3rd step is a hack. IF I found how to add permissions right and permanently, I will update.
- Log in to post comments