At 07:40 PM 6/25/2003 -0500, you wrote: >Disk /dev/hdc: 255 heads, 63 sectors, 14946 cylinders >Units = cylinders of 16065 * 512 bytes > > Device Boot Start End Blocks Id System >/dev/hdc1 * 1 17 136521 83 Linux >/dev/hdc2 18 3842 30724312+ 83 Linux > >Now, if I try to mount either partition here is what I get: >mount /dev/hdc1 /mnt/temp/ >mount: you must specify the filesystem type
I know you probably did it correctly, but can you show us how you tried to mount this? # mount -t ext2 /dev/hdc1 /mnt # mount -t ext3 /dev/hdc1 /mnt # mount -t fat /dev/hdc1 /mnt ... If you are depending on /etc/fstab for your defaults then give us that. Thanks. --- Dustin Puryear <[EMAIL PROTECTED]> Puryear Information Technology Windows, UNIX, and IT Consulting http://www.puryear-it.com
