Project

General

Profile

Bug #2405

Updated by liweitianux almost 5 years ago

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.

Back