> I am trying to access my Zip drive in Linux.  I run fstool under my
> Xserver and I see the device but its file type is ignore.  Is there any
> way of mounting this device?  What do I need to change to mount it?  Any
> help would be appreciated.

Change it to type "msdos" or "vfat" for win95-based filenames, and then
mount it with:

# mkdir /mnt/zip
# mount /dev/hda4 /mnt/zip

and be sure to substitute /dev/hda4 with the proper partition and device..

Dave



-- 
  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