# 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 年 1 月 18 日
先根据分区类型,使用对应 fsck 检查文件系统有没有问题。
|
2
designer 2018 年 1 月 18 日 via iPhone
dev 盘符出不来 sda 这个 U 盘 有解决方案吗
|
3
gesse 2018 年 1 月 18 日
有时候是硬件故障, 软件无法解决
|
4
Beebird 2018 年 1 月 18 日
“修改 /etc/fstab 可正常挂载” 这句是什么意思?怎么修改的?
|
8
defunct9 2018 年 1 月 18 日
开 ssh,我上去看看
|