LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Zip drive (https://www.linuxquestions.org/questions/suse-opensuse-60/zip-drive-254147/)

trackrat 11-12-2004 05:13 PM

Zip drive
 
I am using 9.1 pro.
Every thing works except for my scanner (their are no drivers on the sane site], and an internal 250mb Iomega zip drive.
I cannot seem to mount the zip drive can anyone help.

bgagnon 11-12-2004 07:24 PM

I'm also using suse 9.1 pro and had the same problem with an internal 100mb Iomega zip drive. Here is what I did. In the /etc/fstab file I added the following line:

/dev/hdd4 /media/zipdrive subfs fs=floppyfss,procuid,nodev,nosuid,user 0 0

In the /media directory I created a new directory to mount to (Zipdrive), you can call anything you want. Just be sure you enter the correct directory name in the fsab file. When I mounted the drive I used...
"mount -t vfat /dev/hdd4 /media/zipdrive"

Your zipdrive may not be device hdd. Watch the msgs when booting and you should see the system list the Iomega zip drive. It will list a device name (hdd, hda, etc.) The reason I added the (4) (hdd4) is because a more experienced user told me that for zip drives, Iomega used the 4th partition. I don't know, I'm a new user of linux. All I can say is that my zip drive works now (for the most part (at least I can read and write to it). There is some really good info in the manual pages on fstab entries (man mount). I'm still reading the man page and will probably try more things to make the drive work better. Like sometimes it won't mount or unmount. Like I said, I'm very new with linux and have a lot to learn.

rowinter 11-12-2004 09:31 PM

I have investigated installing a ZIP 100 drive, but have not tried it yet. However, IOMEGA provides a driver for the zip (all of them) with instructions. Just go to Iomega.com downloads section. Should not be a problem using the specific driver.

Hope this helps.

trackrat 11-13-2004 05:51 PM

Thanks for your answers I will look into them on sunday when I have time to do it.


All times are GMT -5. The time now is 01:08 AM.