windows和ubuntu雙重引導,但是ubuntu無法訪問windows分割槽/dev/sdb3
,顯示以下錯誤訊息:
error mounting /dev/sdb3 ...
status 14: the disk contains an unclean file system (0, 0).
metadata kept in windows cache, refused to mount.
failed to mount '/dev/sdb3': operation not permitted
the ntfs partition is in an unsafe state. please resume and shutdown
windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
不確定根本原因是什麼,可能是windows沒有正確關閉。 要修復它,請使用ntfsfix
檢查並修復ntfs磁碟。
$ sudo ntfsfix /dev/sdb3
mounting volume... the disk contains an unclean file system (0, 0).
metadata kept in windows cache, refused to mount.
failed
attempting to correct errors...
processing $mft and $mftmirr...
reading $mft... ok
reading $mftmirr... ok
comparing $mftmirr to $mft... ok
processing of $mft and $mftmirr completed successfully.
setting required flags on partition... ok
going to empty the journal ($logfile)... ok
checking the alternate boot sector... ok
ntfs volume version is 3.1.
ntfs partition /dev/sdb3 was processed successfully.
標籤: ubuntu
翻譯自:
DRBD狀態和磁碟狀態
proc drbd檔案中的狀態資訊如下 root drbd1 cat proc drbd version 8.4.10 1 api 1 proto 86 101 git hash a4d5de01fffd7e4cde48a080e2c686f9e8cebf4c build by mockbuild ...
ubuntu 磁碟管理
dev sd 檔案,此類檔案是磁碟裝置檔案,並不能直接訪問磁碟,必須要將磁碟掛載到某乙個目錄下才可以訪問。dev sdb和 dev sdb1是u盤的裝置檔案。dev sdb表示u盤,dev sdb1表示u盤的第乙個分割槽。df 列出檔案系統的整體磁碟使用量。主要檢視個檔案系統的使用量,du 檢視單個...
zabbix 磁碟狀態指令碼
bin sh device 1 disk 2 case disk in tps iostat dmt 1 2 grep b device b tail 1 awk rps iostat dxmt 1 2 grep b device b tail 1 awk wps iostat dxmt 1 2 g...