Re(2): file system analogue of blkid.

2013-09-03 Thread peasthope
* From: Sven Joachim svenj...@gmx.de * Date: Wed, 21 Aug 2013 17:48:45 +0200 ... for ext[234] filesystems dumpe2fs(8) gives quite a lot of useful information. Is there anything similar for FAT? I'm interested to find the sectors-per-cluster for an extant filesystem. Thanks,

Re: file system analogue of blkid.

2013-09-03 Thread Dom
On 04/09/13 01:59, peasth...@shaw.ca wrote: * From: Sven Joachimsvenj...@gmx.de * Date: Wed, 21 Aug 2013 17:48:45 +0200 ... for ext[234] filesystems dumpe2fs(8) gives quite a lot of useful information. Is there anything similar for FAT? I'm interested to find the

Re: file system analogue of blkid.

2013-08-24 Thread Pascal Hambourg
Hello, peasth...@shaw.ca a écrit : blkid gives the salient parameters of a partition. Actually blkid prints attributes of structures (filesystem, swap, RAID component...) contained in block devices (partition, whole disk, RAID array, logical volume...). These are not attributes of partitions

file system analogue of blkid.

2013-08-21 Thread peasthope
blkid gives the salient parameters of a partition. Is there an analogous command yielding parameters of a filesystem? Hypothetically, fsid /dev/sda1 yielding type of filesystem, whether it is bootable, number of inodes, size of blocks etc. Thanks, ... Peter E. -- 123456789

Re: file system analogue of blkid.

2013-08-21 Thread Sven Joachim
On 2013-08-21 16:49 +0200, peasth...@shaw.ca wrote: blkid gives the salient parameters of a partition. Is there an analogous command yielding parameters of a filesystem? Hypothetically, fsid /dev/sda1 yielding type of filesystem, whether it is bootable, number of inodes, size of blocks

Re (2): file system analogue of blkid.

2013-08-21 Thread peasthope
From: Sven Joachim svenj...@gmx.de Date: Wed, 21 Aug 2013 17:48:45 +0200 for ext[234] filesystems ... dumpe2fs(8) gives quite a lot of useful information. Exactly what I was aiming for, thanks, ... Peter E. -- 123456789 123456789 123456789 123456789 123456789 123456789 123456789 12 Tel

Re: file system analogue of blkid.

2013-08-21 Thread Stan Hoeppner
On 8/21/2013 10:48 AM, Sven Joachim wrote: On 2013-08-21 16:49 +0200, peasth...@shaw.ca wrote: blkid gives the salient parameters of a partition. Is there an analogous command yielding parameters of a filesystem? Hypothetically, fsid /dev/sda1 yielding type of filesystem, whether it is