linux系统mshowfat命令用法
mshowfat命令是用于查看FAT文件系统的Master Boot Record(MBR)和File Allocation Table(FAT)信息的命令。
使用方法:
-
打开终端窗口。
-
输入命令mshowfat。
-
命令执行后,会显示出FAT文件系统的MBR和FAT信息,包括分区信息、磁盘的总容量、每个分区的容量、FAT表的位置和大小等。
示例:
$ mshowfat /dev/sda
/dev/sda1: ID=06 bootable CHS = 0/1/1 – 12/223/63, size = 204800 sectors /dev/sda2: ID=0b CHS = 13/0/1 – 647/223/63, size = 4000672 sectors
Disk /dev/sda: 8 heads, 63 sectors, 652 cylinders Units = cylinders of 504 * 512 bytes
Device Boot Start End Blocks Id System /dev/sda1 * 1 25 1248 6 FAT16 /dev/sda2 26 652 327328 b FAT32
FAT16 FAT Table at sector 128 FAT32 FAT Table at sector 1040
注:/dev/sda代表系统中的硬盘设备,可以根据实际情况修改
原文地址: https://www.cveoy.top/t/topic/hliJ 著作权归作者所有。请勿转载和采集!