当我手动挂载或让 caja 自动挂载外部 USB 硬盘时,我只能看到有限的文件/目录。
$ sudo mount -t exfat -o rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks2 /dev/sdd1 /media/user/exfathdd
$ ls -l exfathdd
ls: cannot access 'exfathdd/62922A1.E01': No such file or directory
ls: cannot access 'exfathdd/62922A1.E02': No such file or directory
ls: cannot access 'exfathdd/62922A1.E03': No such file or directory
ls: cannot access 'exfathdd/62922A1.E04': No such file or directory
ls: cannot access 'exfathdd/62922A1.E05': No such file or directory
ls: cannot access 'exfathdd/62922A1.E06': No such file or directory
ls: cannot access 'exfathdd/62922A1.E07': No such file or directory
ls: cannot access 'exfathdd/62922A1.E08': No such file or directory
ls: cannot access 'exfathdd/62922A1.E09': No such file or directory
ls: cannot access 'exfathdd/62922A1.E10': No such file or directory
ls: cannot access 'exfathdd/62922A1.E11': No such file or directory
ls: cannot access 'exfathdd/62922A1.E12': No such file or directory
ls: cannot access 'exfathdd/62922A1.E13': No such file or directory
ls: cannot access 'exfathdd/62922A1.E14': No such file or directory
ls: cannot access 'exfathdd/62922A1.E15': No such file or directory
ls: cannot access 'exfathdd/62922A1.E16': No such file or directory
ls: cannot access 'exfathdd/62922A1_E01_report': No such file or directory
total 65536
drwxr-xr-x 2 wallyz wallyz 33554432 May 5 07:37 '$RECYCLE.BIN'
-????????? ? ? ? ? ? 62922A1.E01
d????????? ? ? ? ? ? 62922A1_E01_report
-????????? ? ? ? ? ? 62922A1.E02
-????????? ? ? ? ? ? 62922A1.E03
-????????? ? ? ? ? ? 62922A1.E04
-????????? ? ? ? ? ? 62922A1.E05
-????????? ? ? ? ? ? 62922A1.E06
-????????? ? ? ? ? ? 62922A1.E07
-????????? ? ? ? ? ? 62922A1.E08
-????????? ? ? ? ? ? 62922A1.E09
-????????? ? ? ? ? ? 62922A1.E10
-????????? ? ? ? ? ? 62922A1.E11
-????????? ? ? ? ? ? 62922A1.E12
-????????? ? ? ? ? ? 62922A1.E13
-????????? ? ? ? ? ? 62922A1.E14
-????????? ? ? ? ? ? 62922A1.E15
-????????? ? ? ? ? ? 62922A1.E16
drwxr-xr-x 2 wallyz wallyz 33554432 May 5 07:35 'System Volume Information'
哪里有显示的有效权限,我可以访问该文件或目录,但任何地方都无法访问???????? 显示。
可以从 Windows 10 系统访问(如预期的那样)。
我尝试了 'sudo chmod a+rw *' 但无法访问文件进行更改!
使用 'echo *' 没有问题并打印所有文件/目录名称。
内核是 5.13,因此不需要 exfat-fuse 并且安装它会完全破坏 exfat 安装。
我假设我缺少一个安装选项。
任何想法表示赞赏。
这些错误表明可能存在损坏的文件系统。
由于 exFAT 是 Microsoft 开发的文件系统,因此通常最好使用 Windows 的实用程序来修复 exFAT 的文件系统问题。
启动到 Windows 并
chkdsk
在此卷上使用该实用程序。这将检查文件系统是否存在错误并修复常见问题。