Re: Linux & Zip

1999-04-17 Thread Thomas Ruedas
>>However, I don't know how to mount it (how must I define the file >>system?) Ares <[EMAIL PROTECTED]>, Sat, 17 Apr 1999 13:30:15 -0500 (CDT) >The Zip "partition" is in your case /dev/hdc4. make a directory called >/zip, and do a "mount -t vfat /dev/hdc4 /zip" Jelmar Andree <[EMAIL PROTECTED]

Re: Linux & Zip

1999-04-17 Thread Jelmar Andree
mount -t vfat /dev/sda4 /mnt/zip maybe, where /mnt/zip is your directory you made yourself Thomas Ruedas wrote: > I would like to access my Zip drive under Linux (2.0.34). When booting, > it seems that it is recognized, as I read something about it being > described as /dev/hdc ide-floppy ATAPI

Re: Linux & Zip

1999-04-17 Thread Ares
The Zip "partition" is in your case /dev/hdc4. make a directory called /zip, and do a "mount -t vfat /dev/hdc4 /zip". Your Zip disk's contents will apper in /zip. Alternatively, you can use the automounter to handle this. JDM Jason D. Michaelson | Debian GNU/ o http://www.d

Linux & Zip

1999-04-17 Thread Thomas Ruedas
I would like to access my Zip drive under Linux (2.0.34). When booting, it seems that it is recognized, as I read something about it being described as /dev/hdc ide-floppy ATAPI ZIP Drive etc. However, I don't know how to mount it (how must I define the file system?), and I can't access it with mto