hiboma / nukofs

for learning
2 stars 1 forks source link

`df mnt/nukofs` fail and return 'Function not implemented ' #13

Closed hiboma closed 10 years ago

hiboma commented 10 years ago
[vagrant@vagrant-centos65 vagrant]$ df /mnt/nukofs
df: `/mnt/nukofs': Function not implemented
df: no file systems processed

strace df /mnt/nukofs

 ...
statfs("/mnt/nukofs", 0x7fffd61c3ce0)   = -1 ENOSYS (Function not implemented)
...