Joe wrote:
>
> I need help mounting my atapi ls-120 drive in linux. it is on hdc, and i made the dir
> /mnt/super.
> when i try to mount -t msdos /dev/hdc /mnt/super ,, it says "not a valid block
>device"
> i have also tried different filesystems like vfat, and different partitions on hdc.
> i get the same message no matter what i try.
> I also checked the modules, and it seems that the ide-floppy.o module is loaded.
> Any help on this would be greatly appreciated. Also, I could use some tips on adding
>it to my
> fstab.
>
> thanks,
> Joe
Try:
mount -tmsdos /dev/hdc1 /mnt/super
Those disks have partitions on them! Here's what I use for my Zip drive
in /etc/fstab:
/dev/hdc1 /mnt/zip auto user,noauto 0 0
--
Steve Philp
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]