1) Put the following line at the /etc/rc.d/rc.sysinit # Enable the Zip drive action $"Initializing ZIP Drive: " modprobe ppa Just before the following comment. # Turn on harddisk optimization 2) modify the /etc/fstab file adding the following line: /dev/sda4 /mnt/zip auto noauto,owner,user 0 0 3) Create the mount point /mnt/zip with mkdir # mkdir /mnt/zip That's it . In the next boot your zipdrive will work.. Rodrigo Malara PS: to put it to work right now, just do the following: # modprobe ppa # mkdir /mnt/zip # mount /dev/sda4 /mnt/zip Em Sáb, 2003-12-27 às 15:49, Jeff Belcher escreveu: > New to linux, new install of FC1 and love it. Would like info on mnting PPT > External Zip drive. TKS Jeff CPR Computers > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list -- Rodrigo D. Malara