Hi, in /etc/fstab partition types are defined (reiserfs, ext3, ext2). If partition is not defined in /etc/fstab i mount it like this:
mount /dev/hda3 /mnt/hd/
And then i do not know which type of file system is in that partition.
So, how to know partition file system type when it is mounted or before mounting?
