# mount /dev/sda7 /mnt
-> mount: /dev/sda7 is write-protected, mounting read-only
-> mount: cannot mount /dev/sda7 read-only
# mount -o remount /dev/sda7 /mnt
-> mount: cannot mount /dev/sda7 read-write, is write-protected
# mount -o ro /dev/sda7 /mnt
-> mount: cannot mount /dev/sda7 read-only
(sda7 为未挂载设备,sda*同 sda7,修改 /etc/fstab 可正常挂载)
如何检查?
1
cnhongwei 2018-01-18 11:34:14 +08:00
先根据分区类型,使用对应 fsck 检查文件系统有没有问题。
|
2
designer 2018-01-18 11:55:03 +08:00 via iPhone
dev 盘符出不来 sda 这个 U 盘 有解决方案吗
|
3
gesse 2018-01-18 12:12:11 +08:00
有时候是硬件故障, 软件无法解决
|
4
Beebird 2018-01-18 15:38:16 +08:00
“修改 /etc/fstab 可正常挂载” 这句是什么意思?怎么修改的?
|
8
defunct9 2018-01-18 16:38:54 +08:00
开 ssh,我上去看看
|