LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   linux & windows (https://www.linuxquestions.org/questions/linux-newbie-8/linux-and-windows-22739/)

crookie 06-06-2002 03:46 AM

linux & windows
 
Can linux read files downloaded in windows and saved to zip250.

The reason I ask is I have a high speed link at work where I can download large files to my laptop, then transfer them to zip and onto my Mandrake 6.1

acid_kewpie 06-06-2002 03:54 AM

well i don't know about mandrake 6.1 (is it really 6.1?? that's Ooooooooooold), but there's no reason to not be able to read a zip drive. have you not got it set up on the system? what interface does it have? if it's an ide interface, then you'd just have:

/dev/hdc1 /mnt/zip vfat defaults

in /etc/fstab, then just mount it with

mount /mnt/zip

and the data should be there.

Thymox 06-07-2002 04:49 AM

I actually had no end of problems with my Atapi (IDE) Zip250...all because of one little bloody line!

In order to use your disk properly (i.e. without things ballsing up big time), then put hdx=ide-scsi in the append section of your lilo.conf file (obviously substituting hdx for the correct one). You'd then need to mount /dev/sda4 rather than /dev/hdx4. Seriously, though. Mandy 6.1 is getting a little out-dated.


All times are GMT -5. The time now is 11:12 PM.