Linux
掛載+驗證磁碟狀態+磁碟不是讀/寫
朋友和同事,
我們檢查 sdb 磁碟看這是否是 rw 但我們得到“ew”,這是什麼意思?
mount | grep sdb /dev/sdb on /montoptree/sdb type ext4 (ew,noatime, data=ordered)
我還閱讀了有關 mount 的mount手冊頁
ro Mount the filesystem read-only. rw Mount the filesystem read-write.
但看不到“ew”
沒聽說過,聽起來像個bug,試試懶解除安裝重裝。
FS=/montoptree/sdb; umount -l $FS && mount $FS