Hiya,

I'm running an internal 100Mb Zip disk and found the how-to documentation
very helpful.  I also found some material after doing a search on
Alta Vista.

I put this line into my /etc/fstab file:
/dev/hdd   /mnt/zip   auto   user,exec,dev,suid,rw,noauto   1 1

This detects what filesystem type you are using automatically (linux or dos
disks) and doesn't try to mount at boot time. Change hdd to your device.

I mount it using
mount /mnt/zip

When you are finished you can unmount in the usual way or just type:
eject zip

and it will umount AND eject your disk. Also works with CD.

Enjoy!!


On Wed, 24 Nov 1999, Danny Haworth wrote:
> 
> Absolutely nothing! All the support you need is included with the 2.2
> kernel. Redhat 6.0 comes with the ppa module, use 'insmod ppa' to load the
> module and then mount the zip disk as you would a floppy. On my system the
> command is as following 'mount /dev/sda4 /mnt/zip' however replace 'sda4'
> with whatever you zip disk is assigned to.
> 
>       Hope this helps however i'm still a newbie. If any veterans want to
> go into more depth, I would also be grateful.
> 

-- 
 This mail proudly composed and transmitted without the  
 interference of any microsoft products or protocols. 
---------------------------------------------------

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to