[Seek Help] 无法挂载外接硬盘的后续
Tofloor
poster avatar
艾丝妲单推人
deepin
2024-11-17 15:10
Author

前情回顾:https://bbs.deepin.org/zh/post/281258

后来我尝试用命令手动挂载外接硬盘还是挂不上:

root@fsl3118-PC:/home/fsl3118# mount /dev/sda2 /mnt/
mount: /mnt: unknown filesystem type 'exfat'.
dmesg(1) may have more information after failed mount system call.

我甚至用fsck检查过一遍了,问题照旧:

root@fsl3118-PC:/home/fsl3118# fsck.exfat /dev/sda2
exfatfsck 1.3.0
Checking file system on /dev/sda2.
File system version 1.0
Sector size 512 bytes
Cluster size 256 KB
Volume size 931 GB
Used space 639 GB
Available space 292 GB
Totally 15247 directories and 88909 files.
File system checking finished. No errors found.

反正就是挂载不上,很奇怪。

Reply Favorite View the author
All Replies
erdospj
deepin
2024-11-17 15:26
#1

将硬盘在windows下先文件系统修复一下,然后再试试。

Reply View the author
昨夜的星辰
deepin
2024-11-17 15:43
#2

楼主用的哪个版本内核?按道理讲新内核不会认不到exfat的分区格式

但是看提示内容mount: /mnt: unknown filesystem type 'exfat',却是提示未知的文件系统格式

可以试试在WIN的系统检查一下磁盘文件系统有没有错误,能用不一定没错误

Reply View the author
艾丝妲单推人
deepin
2024-11-17 15:48
#3
昨夜的星辰

楼主用的哪个版本内核?按道理讲新内核不会认不到exfat的分区格式

但是看提示内容mount: /mnt: unknown filesystem type 'exfat',却是提示未知的文件系统格式

可以试试在WIN的系统检查一下磁盘文件系统有没有错误,能用不一定没错误

6.1.32,而且上次检查过无误

Reply View the author
jjcui8595
deepin
2024-11-17 16:10
#4
erdospj

将硬盘在windows下先文件系统修复一下,然后再试试。

同意agree

Reply View the author
艾丝妲单推人
deepin
2024-11-17 16:25
#5
jjcui8595

同意agree

确实没有问题

image.png

Reply View the author
jjcui8595
deepin
2024-11-17 16:30
#6
艾丝妲单推人

确实没有问题

image.png

再切换到deepin看看。如果还不行,建议更新6.6内核试试

Reply View the author
艾丝妲单推人
deepin
2024-11-17 16:49
#7
jjcui8595

再切换到deepin看看。如果还不行,建议更新6.6内核试试

本来就是从6.6手动降级到6.1的。在我的电脑上,6.6内核和卓懿八字相冲,只要二者同时存在,系统就跑不起来。而我每天都必须用卓懿。众所周知,n卡用不了waydroid,卓懿不支持6.8+的内核,我这真是buff叠满了。

Reply View the author
erdospj
deepin
2024-11-17 19:07
#8

不要用命令行修复。用图形界面的修复和整理后看看。

Reply View the author
erdospj
deepin
2024-11-17 19:10
#9

另外,看一下外接硬盘是否供电不足。

Reply View the author
流星追月
deepin
2024-11-17 22:04
#10

USB驱动一直有问题,是系统问题,哪个地方冲突了。

Reply View the author
嘘...
deepin
2024-11-18 09:57
#11

unknown filesystem type 'exfat'.

没有这个类型的文件系统支持

exfat 在 linux 上是通过 fuse 模块支持的,可以执行:

dpkg -l | grep exfat 看看有无对应的fs驱动包,如果没有的话可以手动安装下

image.png

Reply View the author