当我手动安装或让 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 安装。
我认为我缺少一个挂载选项。
任何想法都值得赞赏。
答案1
这些错误表明文件系统可能已损坏。
由于 exFAT 是 Microsoft 开发的文件系统,因此通常最好使用 Windows 的实用程序来修复 exFAT 文件系统问题。
启动 Windows 并使用chkdsk
此卷上的实用程序。这将检查文件系统是否存在错误并修复常见问题。