How to determine what Linux file system your using?
Use fsck with the N option which just show what would have been done, but also show you what type of filesystem it is.
fsck -N /dev/(device-name)
e.g.
fsck -N /dev/hdc2
The 'mount' command wont help if the filesystem isn't mounted, and looking in /etc/fstab wont help because you cant be sure that information can be trusted.
7/17/2008
Determine what Linux file system your using
Posted by
admin
at
7/17/2008
Labels: Linux
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment