𝐌𝐫.⠀𝐖𝐚𝐢
发表于2023-12-01 12:35 版主
sudo ntfsfix 分区名称
Assuming the above command applies only to an NTFS partition, you may run the following command to list only NTFS partitions:
lsblk -f | grep ntfs
回复点赞0只看作者
sudo ntfsfix 分区名称
Assuming the above command applies only to an NTFS partition, you may run the following command to list only NTFS partitions:
lsblk -f | grep ntfs
NTFS有条件还是到Windows、Windows PE下修,ntfsfix 换成 fsck 能修其他格式。
Linux users should not rely on Windows or Windows PE.
光荣榜
打造操作系统创新生态
关注微信公众号
技术服务
应用场景
硬件/整机信息:全平台
OS版本信息:全架构
OS版本信息:桌面专业版、家庭版
问题现象
单系统所有文件带锁。
操作步骤
1、查看挂载信息
df -h
2、将已经挂载的磁盘进行修复
sudo ntfsfix 分区名称
例如 sudo ntfsfix /dev/sda6
3、卸载已经挂载的分区
sudo umount 分区名称
例如:sudo umount /dev/sda6
4、挂载分区到指定目录
sudo mount -o rw 分区名 目的地址
例如 sudo mount -o rw /dev/sda6 /media/tp
注:所有需要在专业版上执行的命令,请先和公司确认是否可以打开开发者模式!