You are not logged in.

#1 2013-04-28 19:01:15

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

[Solved] How to find information about a FAT file system

I am looking for a command that could display the parameter of a FAT file system (size of fat, label, UUID, etc...). Somewhat the equivalent of dumpe2fs. I am sure it is very easy but I do not find.

Last edited by olive (2013-04-29 07:27:35)

Offline

#2 2013-04-28 20:24:52

frudox
Member
Registered: 2013-04-28
Posts: 3

Re: [Solved] How to find information about a FAT file system

not sure how much detail you need of the FAT fs, but you may want to try:

lsblk -o FSTYPE,NAME,LABEL,UUID,SIZE,MOUNTPOINT,TYPE

Do lsblk -h to see all columns you can output

Offline

#3 2013-04-29 07:27:21

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [Solved] How to find information about a FAT file system

Thanks.

Offline

#4 2013-10-14 18:46:09

dash
Member
Registered: 2012-02-12
Posts: 8

Re: [Solved] How to find information about a FAT file system

olive wrote:

I am looking for a command that could display the parameter of a FAT file system (size of fat, label, UUID, etc...). Somewhat the equivalent of dumpe2fs. I am sure it is very easy but I do not find.

$ sudo file -s /dev/dm-11
/dev/dm-11: sticky x86 boot sector, mkdosfs boot message display, code offset 0x3c, OEM-ID " mkdosfs", sectors/cluster 16, root entries 512, Media descriptor 0xf8, sectors/FAT 32, heads 255, sectors 114688 (volumes > 32 MB) ,
serial number 0x2654bfc0, label: "boot       ", FAT (16 bit)

Last edited by dash (2013-10-14 18:47:23)

Offline

Board footer

Powered by FluxBB