USB ZIP Drive Troubles
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 on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
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
Yes you want to do this in a terminal, and no it doesn't matter whether it's from KDE or Gnome.