Results 1 to 8 of 8
I'm new to Linux, and currently have Slackware 9.0. I was wondering how i would go about using my USB Zip 250 drive with it. If you can help me ...
- 06-02-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
USB Zip 250
I'm new to Linux, and currently have Slackware 9.0. I was wondering how i would go about using my USB Zip 250 drive with it. If you can help me out i would appreciate it. The simpler the instruciton the better. Thanks
- 06-02-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I believe that USB Zip drives use the USB Mass Storage standard protocol. Someone who has used slackware will have to help you with the best "standardized" setup, but I can help you with using it manually. Just run these commands (as root):
I don't know whether Zip disks have partitioning tables on them. If they have, you'll have to mount /dev/sda1 instead of /dev/sda. The mkdir command only hasto be run the first time.Code:modprobe usb-storage sd_mod mkdir /mnt/zip mount /dev/sda /mnt/zip
When you're done with the disk, unmount it with "umount /mnt/zip". It's important that you don't just take the disk out, since the caches have to be flushed to it before.
- 06-02-2003 #3Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
I tried what you said, but i'm still not sure if i was doing it properly. I tried to follow some of the stuff in this guide http://www.omniflashproducts.com/dow...structions.PDF. I'm not really sure if following that worked. I'm new to Linux so i really have a hard time telling if what i've tried has helped at all. Thank you.
- 06-02-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Oh sorry. You know, I'm so used to this that I thought it was obvious. After you run those commands, check in /mnt/zip and see if the contents of your Zip disk is there.
- 06-03-2003 #5Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
Ok, i'm getting closer. I heard it access the drive this time, the spinning sound. Now after i type "mount /dev/sdb /mnt/zip" i get the message "mount: you must specify the filesystem type", what exactly does that mean?. Thanks
- 06-03-2003 #6Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
is there a certain way i need to format this disk? Through fdisk?
- 06-03-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It probably means that you'll have to try /dev/sda1 or /dev/sdb1 (whichever you used), instead of just /dev/sda or /dev/sdb. It's probably because Zip disks use partition tables.
- 06-04-2003 #8Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
OK, it's working great now. Thanks for all your help.


Reply With Quote
