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.How do you determine what Linux file system your using?
Use "mount" without options to display a list of currently mounted filesystems
No comments:
Post a Comment