当前位置: > Linux故障 >

Stale file handle mount故障

时间:2014-12-20 21:28来源:linux.it.net.cn 作者:IT

ls /mnt/ -l
ls: cannot access /mnt/mysqldata: Stale file handle
total 0
d????????? ? ? ? ? ? mysqldata
cannot stat `/mnt/mysqldata': Stale file handle
df
df: `/mnt/mysqldata': Stale file handle

解决:

umount -f /mnt/mysqldata
ls /mnt/ -l
total 4
drwxrwxrwx 2 root root 4096 Sep 23 10:20 mysqldata

(责任编辑:IT)
------分隔线----------------------------