Actions
Bug #2405
closedPermission issue with mount_psshfs and user mount
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/17/2012
Due date:
% Done:
0%
Estimated time:
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.
Updated by liweitianux over 5 years ago
- Description updated (diff)
- Status changed from New to Resolved
PUFFS and mount_psshfs have been removed.
Actions