Mike Watson wrote:
> I've tried these variations...
>
> mount -t vfat /dev/hdd /Zip
> mount -t vfat /dev/hdd1 /Zip
> mount -t msdos /dev/hdd /Zip
> mount -t msdos /dev/hdd1 /Zip
> mount -t ext2 /dev/hdd5 /Zip <--says not an extended drive.
Hehe... The partition is almost always #4, try:
mount -t vfat /dev/hdd4 /Zip
> I've recompiled the kernal to insure I have scsi emulation (module) and
> still won't mount
Go back to your original kernel, and try to mount partition 4. It
should work. If not, then the last couple of lines from "dmesg" should
prove most helpful.
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.