On Friday 23 February 2001 13:26, you wrote:
> Dear friends:
>
> I have just installed a new Iomega USB Zip 100 on my dual-boot
> Linux/Win98. I have installed the Iomega software in Windows and
> connected the hardware and the Iomega USB Zip works perfectly in
> Windows.
>
> Now, the question is how to configure it in Linux. How, may I ask,
> should I configure it in LM72? Is it just a matter of changing the
> entries in /etc/fstab and /etc/mtab? Or is there more to it?
>
> Would very much appreciate your help.
>
> Benjamin

you need to load the following modules (note you may need usb-ohci 
instead of usb-uhci depending on your usb controller) I have mine listed 
in /etc/modules, you might prefer to tack tem on at the end of rc.local

insmod usbcore
insmod usb-uhci
insmod usb-storage

then add the following to /etc/fstab
/dev/zip    /mnt/zip    auto      user,noauto,nosuid,nodev 0 0 

(note /dev/zip is a symlink to /dev/sda4, and I used auto as filetype 
since I have a few ext2 formatted zip disks)

create the /mnt/zip mountpoint

and all should be good




-- 
Alex
(Go easy on me, I'm a COBOL programmer in real life)

Reply via email to