Có một thư mục / mnt / được chia sẻ mà người dùng root không thể truy cập / sửa đổi hoặc xóa.
# ls -lai /mnt
total 4
16662 drwxr-xr-x 3 root root 0 Mar 27 14:30 .
2 drwxr-xr-x 23 root root 4096 Mar 27 14:26 ..
16663 dr-xr-xr-x 2 root root 0 Mar 27 14:30 shared
# chattr -i /mnt/shared/
chattr: No such file or directory while trying to stat /mnt/shared/
# rmdir /mnt/shared/
rmdir: failed to remove ‘/mnt/shared/’: Permission denied
# cd /mnt/shared/
-su: cd: /mnt/shared/: No such file or directory
# ls -i /mnt
16663 shared
# find . -inum 16663 -delete
find: `./shared': No such file or directory
Chạy fsck không giúp được gì. HĐH: Linux Mint 17.3
Vui lòng thêm đầu ra của mount, bạn đã thử khởi động lại máy chưa?
—
SeanClt