Lei Tie wrote:

> I just installed LM 6.0 on /dev/hda6 of my computer.  /dev/hda7 is
> linux swap and /dev/hda5 is a FAT32 logical partition which is drive D
> in windows 98.  All these partitions, including the primary partition
> for windows 98 are on a fixed hard drive which is 8.4gb.  This hard
> drive is the master drive on my primary IDE controller.  Now i have an
> internal zip drive which is the slave drive on my primary IDE
> controller.  So how do I mount that zip drive?  What is the exact
> command line and filesystem type?  I tried "mount -t vfat /dev/hdb
> /mnt/zip(the mount point i created)"  But it gave me this error
> message saying wrong file system type, bad superblock on /dev/hdb, or
> too many mounted systems.  Instead, i could mount one more cdrom.
> Well, anyway, how do I mount this zip drive?thank you :)

Try to take a look at your fstab and see if you can include the
following line just like this:
dev/hdb     /mnt/zip    auto    sync.user,noauto,nosuid,nodev,unhide 0 0

It worked fine to me.

beste regards,
rodrigo

Reply via email to