It took me a while to fix this problem too.  My zip drive is an IDE
type, so basically, RH treats it just like another hard drive.  My zip
drive is /dev/hdd.  I determined this from watching the boot
information.  The partition is 4, which I determined from using fdisk. 
I first ran fdisk /dev/hdd, and printed out the partition table to
learn what was there.  Then, I created a directory under /mnt called
zip using mkdir.  I then mounted a vfat filesystem (it is a win98
formatted zip disk) using the following
mount -t vfat /dev/hdd4 /mnt/zip
I could then access the zip drive by cd /mnt/zip.
Good luck.
Travis

--- Stuart Christian <[EMAIL PROTECTED]> wrote:
> I have a RedHat 6.1 machine up and running and I have everything
> working
> but the zip drive, and I am stumped.  Any help would be appreciated.
> Thanks
> 
> -Stuart
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with
> "unsubscribe"
> as the Subject.
> 
> 
> 
> 

=====
Travis Beal, Savagewood Institute
Diver - Pilot - Man of Adventure
Governments Toppled or Supported
Dragons Slain - Maidens Rescued
Flexible Hours-Reasonable Rates
"Action Figure Sold Separately"
http://www.flash.net/~ctbeal/index.html

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to