[Freezing/Lagging] deepin20.3 15.5.1内核挂载exfat硬盘读取卡顿,系统资源占用率高
Tofloor
poster avatar
tianchengpei
deepin
2021-12-29 16:27
Author

deepin20.3 15.5.1内核挂载exfat格式硬盘读取卡顿,系统资源占用率高,经多次尝试,卸载exfat-fuse、exfat-utils两个软件包后,重启恢复正常。

Reply Favorite View the author
All Replies
andktan
deepin
2021-12-29 17:37
#1

这是为什么 ,这两个包是支持exfat的包呀?

Reply View the author
zhangn1985
deepin
2021-12-29 18:28
#2

这两个包是老的用fuse做的exfat驱动,性能差,cpu占用高,新内核已经支持内核级驱动,对应的用户态工具是exfatprogs

Reply View the author
myml
Super Moderator
Developer
2021-12-29 22:49
#3

https://github.com/linuxdeepin/developer-center/issues/2044 类似

Reply View the author
andktan
deepin
2021-12-29 23:50
#4
zhangn1985

这两个包是老的用fuse做的exfat驱动,性能差,cpu占用高,新内核已经支持内核级驱动,对应的用户态工具是exfatprogs

原来如此,我安装过一次,造成读u盘特别慢

Reply View the author
zhangqf
deepin
2021-12-30 18:28
#5

我的计算机也是升级到20.3之后,系统频繁读磁盘(10MB/s以上),导致系统卡顿,音乐播放器都不流畅了。

请问楼主:怎么才能卸载exfat-fuse、exfat-utils?

Reply View the author
tianchengpei
deepin
2022-01-01 17:49
#6
zhangqf

我的计算机也是升级到20.3之后,系统频繁读磁盘(10MB/s以上),导致系统卡顿,音乐播放器都不流畅了。

请问楼主:怎么才能卸载exfat-fuse、exfat-utils?

sudo apt-get remove exfat-fuse

sudo apt-get remove exfat-utils

Reply View the author
zhangqf
deepin
2022-01-05 18:08
#7
tianchengpei

sudo apt-get remove exfat-fuse

sudo apt-get remove exfat-utils

谢谢。

我执行了上述指令,卸载了这两个软件包,现在系统读磁盘的频度有所降低,但还是时不时地出现因为系统无故读磁盘导致系统卡顿、鼠标不反应的情况。

Reply View the author
zhangqf
deepin
2022-01-09 00:49
#8

解决卡顿的最终解决方案是启动时先不挂载NTFS分区(修改/etc/fstab,把NTFS分区的挂载点设为none),等启动运行一段时间后再挂载,好像就不会因为疯狂读磁盘而卡顿了。

Reply View the author
zhangqf
deepin
2022-01-19 23:26
#9

前几天我给deepin反映说,系统在fstab中自动挂载NTFS分区时,会出现频繁读磁盘导致系统卡顿的问题,现在发现是everything带来的,把它卸载就可以了。带来的损失是文件搜索不能覆盖NTFS分区。

Reply View the author