First 种方法
命令是 blkid /dev/sda1
,执行效果如下:
Second 种方法
命令是命令是 df -T
,执行效果如下:
Third 种方法
命令是 file -sL /dev/sda1
,执行效果如下:
Fourth 种方法
命令是 fsck -N /dev/sda1
,执行效果如下:
Fifth 种方法
命令是 cat /etc/fstab
,执行效果如下:
Sixth 种方法
命令是 lsblk -f
,执行效果如下:
Seventh 种方法
命令是 mount | grep "^/dev"
,执行效果如下:
Eighth 种方法
命令是 cat /proc/mounts | grep "^/dev"
,执行效果如下:
本文链接:https://my.lmcjl.com/post/19129.html
展开阅读全文
4 评论