Once upon a time, Dan Track <[email protected]> said: > I'd like to know the parameters of an ext3 filesystem i.e what > blocksize was used, inodes etc... Can someone please show me a command > I can use to find this information.
As root, "tune2fs -l <device>", where "<device>" is the block device that contains the filesystem (e.g. /dev/sda2, /dev/vg0/lv0, etc.). -- Chris Adams <[email protected]> Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. -- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
