Jump to content
Compatible Support Forums
Sign in to follow this  
Scout

USB ZIP Drive Troubles

Recommended Posts

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

Share this post


Link to post
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 

Share this post


Link to post

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

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×