阿就操場啊~
2019年2月6日 星期三
顯示硬碟某分割區的檔案系統
在還沒掛載硬碟(這邊以/dev/sda為例子)之前想要知道分割區(partition)的檔案系統(file system)是那一種,可以用下面兩個指令來做:
sudo
lsblk -f
/dev/sda2
sudo
file -s
/dev/sda
若是已經掛載以後,那可用下面的指令:
df -lh
| grep sda2
mount
| grep sda
當然也可以看
/etc/fstab
,但這是人為設定的,可能會有錯誤
cat /etc/fstab
| grep sda2
參考資料
7 Ways to Determine the File System Type in Linux
_EOF_
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言