pifs icon indicating copy to clipboard operation
pifs copied to clipboard

Unable to do anything with pifs: "cd: no such file or directory: mount"

Open wolph opened this issue 11 years ago • 2 comments

After mounting pifs (which works without an issue): pifs -o mdd=pifs mount

I can't do anything with the directory:

# cd mount
cd: no such file or directory: mount
# touch mount/test
touch: cannot touch ‘mount/test’: No such file or directory
# ls mount
/bin/ls: cannot access mount: No such file or directory
# mount
πfs on /home/.../pifs/mount type fuse.πfs (rw,nosuid,nodev,user=...)

Tried it as root as well, no effect.

wolph avatar Jan 26 '15 14:01 wolph

Hi, i have same problem

gorcer avatar Feb 13 '15 02:02 gorcer

I found solution, hehe). You need to set absolute path to META path from root.

gorcer avatar Feb 13 '15 03:02 gorcer