On 1/12/08, Martin Marcher <[EMAIL PROTECTED]> wrote: > is there a way to get the blocksize of an FS thru /proc or something else > that doesn't rely on the utils (dumpe2fs, xfs_info) to be installed?
Not that I can see. You can query the disk geometry, but proc is too low level to know about what filesystems are on the devices. /proc/filesystems only gives what filesystems the kernel supports. > martin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

