I have a parallel port Zip Drive and I am using preformated zip disks so my
system may be a bit different from yours.
However, I remember reading that all Zip disks, for some reason or other to yet
be explained are formated as the 4th partition, so my mount command is:
mount -t vfat /dev/sda4 /mnt/zip
and I would assume that yours, since it is not scsi is going to be:
mount -t vfat /dev/hdb4 /mnt/zip
Or modify the entries below to to reflect the hdb4 name.
Mike
> On Thu, 10 Feb 2000, Barry Carroll wrote:
> > Hi all,
> >
> > This is my first post. I have tried to read all the HOWTO's and I just
> > cannot mount my Zip drive!. It is the Primary slave on my IDE controller.
> > I am using Caldera, latest version(?). I have even rebuilt the Kernel with
> > atapi floppy support, but to no avail.
> >
> > I would be really thrilled if I could find out how to do this!
>
> Juging by the HOWTO it should be no different than mounting any IDE
> disk.
> The HOWTO says for IDE devices NO extra kernel support is needed, so
> there is no need to recompile your kernel, normaly speaking all
> drivers are included in the standard distribution install.
>
> Depending what filesystem is on the device.
>
> mkdir /zip
>
> edit /etc/fstab add a line like;
>
> /dev/hdb1 /zip ext2 noauto 0 0
>
> mount /dev/hdb1
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs