Linux badblocks命令
Linux badblocks命令用於檢查磁碟裝置中損壞的區塊。
執行指令時須指定所要檢查的磁碟裝置,及此裝置的磁碟區塊數。
badblocks [-svw][-b <區塊大小>][-o <輸出檔案>][磁碟裝置][磁碟區塊數][啟始區塊]
- -b<區塊大小> 指定磁碟的區塊大小,單位為位元組。
- -o<輸出檔案> 將檢查的結果寫入指定的輸出檔案。
- -s 在檢查時顯示進度。
- -v 執行時顯示詳細的資訊。
- -w 在檢查時,執行寫入測試。
- [磁碟裝置] 指定要檢查的磁碟裝置。
- [磁碟區塊數] 指定磁碟裝置的區塊總數。
- [啟始區塊] 指定要從哪個區塊開始檢查。
e.g. # badblocks -s -v /dev/sdnx
相關文章
- 【LINUX學習】磁碟檢驗 fsck ,badblocksLinuxBloC
- badblocks 檢測磁碟壞塊BloC
- Linux命令—–CP命令Linux
- 【Linux命令】grep命令Linux
- Linux命令--ps命令Linux
- linux命令大全-linux命令使用和管理Linux
- Linux命令(1)——xargs命令Linux
- Linux命令篇 - grep 命令Linux
- Linux命令篇 - sed 命令Linux
- Linux命令篇 - tar 命令Linux
- Linux命令列與命令Linux命令列
- linux命令 之 du 命令Linux
- linux命令:ping命令Linux
- Linux命令之lldptool命令Linux
- linux 命令Linux
- linux命令Linux
- Linux命令之rz命令與sz命令Linux
- linux每日命令(32):gzip命令Linux
- linux每日命令(29):chown命令Linux
- linux每日命令(18):whereis命令Linux
- linux每日命令(36):wc命令Linux
- linux每日命令(35):grep命令Linux
- linux每日命令(37):top命令Linux
- linux每日命令(39):lsof命令Linux
- linux每日命令(5):mkdir命令Linux
- linux每日命令(2):cd命令Linux
- linux每日命令(10):touch命令Linux
- linux每日命令(12):nl命令Linux
- linux每日命令(11):cat命令Linux
- Linux命令總結--mkdir命令Linux
- Linux命令:grep命令AND、OR、NOT例項Linux
- Linux 命令 ls命令系列(精華)Linux
- Linux命令篇 - nc(ncat) 命令Linux
- 每天一個 Linux 命令(27):linux chmod 命令Linux
- Linux 命令速查Linux
- Linux dd 命令Linux
- Linux screen命令Linux
- Linux grep 命令Linux