On Mon, 27 Apr 1998, Dave Wreski wrote:

> 
> > There's nothing special to it. Suppose you have your zip drive as
> > secondary slave (that would be hdd) and you want to mount it vfat. Your
> > Linux kernel have to already recgnized it. Your only job is to create a
> > directory, let's say /mnt/zip, andto issue, as root: 
> > 
> > mount -f vfat /dev/hdd /mnt/zip
> 
> Almost.  That's:
> 
>       mount -t vfat /dev/hdd /mnt/zip
> 

That's /dev/hdd4 I think. And I really should have kept my mouth, because
I wasn't able to verify exactly how I done it (with a secondary master
though). And you don't really need to create a partition. I think mount
will joyfully find that hdd4 is already/only available (I remember what
was the explanation for SCSI ZIP drives, but not for IDE). Once again, I'm
not sure. The guy on which's machine I installed that ZIP IDE has managed
to fsck up his tcpd and now I can't telnet on his box anymore. No time to
repair all stupidity triggered breakdowns, too :-(

                                Cristian


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to