Bug #2405
Permission issue with mount_psshfs and user mount
| Status: | New | Start date: | 08/17/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
3.1-DEVELOPMENT DragonFly v3.1.0.1295.ga09657-DEVELOPMENT #74: Tue Aug 14 10:54:12 CEST 2012 x86_64
# kldload puffs
# sysctl vfs.usermount=1
> mount_psshfs user@ip /path/test2
> mkdir test2/foobar
mkdir: test2/foobar: Permission denied
If you don't specify a path at ip, user's home dir will be mounted. The dir doesn't matter though...
sudo mkdir test2/foobar works.
Related todos