USB ZIP Drive Troubles
This is a discussion about USB ZIP Drive Troubles in the Linux Hardware category; 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
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
Thanks
Scout
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Dec 11
Dec 18
0
1 minute
Responses to this topic
Code:
if usb-uhci fails try this..
Code:
continue with..
Code:
add this to /etc/fstab..
Code:
now you can use this..
Code:
Modprobe sgModprobe ide-scsiModprobe usbcoreModprobe usb-uhci
if usb-uhci fails try this..
Code:
Modprobe usb-ohci
continue with..
Code:
Modprobe usb-storagemkdir /mnt/zipmount -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
OP
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
Yes you want to do this in a terminal, and no it doesn't matter whether it's from KDE or Gnome.
OP
Thanks