如何查看linux分区是ext3还是ext4系统?
命令:
df -hT
-T, --print-type print file system type
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)
-H, --si likewise, but use powers of 1000 not 1024
一、看分区的格式:
root@192.168.137.159:~# df -hT
文件系统 类型 容量 已用 可用 已用%% 挂载点
/dev/mapper/VolGroup-lv_root
ext4 29G 23G 4.0G 86% /
tmpfs tmpfs 250M 0 250M 0% /dev/shm
/dev/sda1 ext4 485M 38M 422M 9% /boot
.host:/ vmhgfs 100G 94G 5.6G 95% /mnt/hgfs
.host:/ vmhgfs 100G 94G 5.6G 95% /mnt/hgfs
二、加上-H显示用了多少:
[root@ZWCLC6X-7198 /]# df -hTH
文件系统 类型 容量 已用 可用 已用%% 挂载点
/dev/sda3 ext4 15G 3.2G 11G 24% /
tmpfs tmpfs 3.1G 0 3.1G 0% /dev/shm
/dev/sda1 ext4 529M 45M 457M 9% /boot
/dev/sdb ext4 101G 197M 96G 1% /data