Rename operation returns ENOENT
flarn2006 opened this issue · 0 comments
flarn2006 commented
The rename
syscall doesn't work in πfs. It always returns ENOENT, "No such file or directory".
To reproduce:
cd
to a πfs mount point- Attempt to rename a file (e.g.
mv foo bar
, assumingfoo
exists) - Watch as it gives you an error