On Tue, 2004-05-04 at 08:01, Chris Botha wrote: > How can I see what file system was used on a HDD, > I mkfs -t ext3 /dev/hdb1 and after that when I > tryed to mount it with mount -t ext3 /dev/hdb1 /home > it would not alow me, it says wrong file system. > > Got any Idea Do a fdisk -l /dev/hdd This will tell you about all partitions and the file system for each. -- jludwig <wralphie@xxxxxxxxxxx>