顯示硬碟資訊的指令


察看目前系統硬碟裝置的使用量
df
df -h
-h是把原本顯示完整數值的部份改成人可讀的多少G,或是多少M

察看目前系統硬碟裝置的大小
lsblk
會用數狀顯示device的partition狀態

顯示硬碟裝置的sector, cylinders, io size等等資訊
sudo fdisk -l


References
http://www.tecmint.com/find-usb-device-name-in-linux/

留言