Hello out there i was courious if anyone could help me figure out how to find my ZIP drive? I am not sure if computer is finding my USP ports any help would be apperciated
Thanks
Scout
Page 1 of 1
USB ZIP Drive Troubles
#2
Posted 17 December 2002 - 02:06 PM
Code:
Modprobe sg Modprobe ide-scsi Modprobe usbcore Modprobe usb-uhci
if usb-uhci fails try this..
Code:
Modprobe usb-ohci
continue with..
Code:
Modprobe usb-storage mkdir /mnt/zip mount -t vfat /dev/sda4 /mnt/zip
add this to /etc/fstab..
Code:
/dev/sda4 /mnt/zip vfat noauto user 0 0
now you can use this..
Code:
mount /dev/sda4
#3
Posted 17 December 2002 - 07:40 PM
I know this may sound stupid but should i do this in a terminal or comand and does KDE OR GNome matter. i am new to this just want to make sure i dont mess it up
thanks
scout
thanks
scout
#4
Posted 18 December 2002 - 03:35 AM
Yes you want to do this in a terminal, and no it doesn't matter whether it's from KDE or Gnome.
Share this topic:
Page 1 of 1

Help










