Hey,
I would like too know how a partition has been formatted
Is it ext2, ext3, or ext4?
Is there a quick command?
Thanks
How do I findout if a partition is ext2, ext3, or ext4?
-
mister_v
- Posts: 143
- Joined: Sat Jun 20, 2009 5:42 pm
-
Chris
- Site Admin
- Posts: 132
- Joined: Mon Jul 21, 2008 9:45 am
- Location: Leuven, Belgium
Re: How do I findout if a partition is ext2, ext3, or ext4?
You can try
as root.
That should give you all the info about the partitions on sda.
Code: Select all
file -s /dev/sda*That should give you all the info about the partitions on sda.