Re: [newbie] Zip question

1999-05-07 Thread JM

yes.. thanks that worked
Muchichimas gracias



Re: [newbie] Zip question

1999-05-07 Thread Nick Kay

At 07:50 06/05/99 +, you wrote:
>Linux detects my hardware allright.  Zip is hdc and gives info about it
>when it starts up (partition table, cylinders, etc).  Funny thing,
>underneath that info it repeats hdc as unknown partition table even
>though it recognized hdc perfectly in the previous line.
>
>And of course i did the mounting properly before i sent the previous
>message.
>
>The zip is a linux partition done with fdisk.  However, it still says it
>can't read superblock.
>
>Moreover, I have a zip disk with StarOffice in it and it has no problems
>mounting it.
>
>I just wonder if i have to add something to fstab or mstab.
>
>Hasta luego...
>

Did you make a filesystem on the zip disk?? -- "mkfs /dev/hdc1"


hih
nick@nexnix
>
>



Re: [newbie] Zip question

1999-05-06 Thread Steve Winston


Linux should detect your zip drive when it boots. 
When I boot up, my computer sees the zip drive as hdd. It mounts it as
the first partition on that drive. Here is the command:

mount /dev/hdd1 /mnt/zip

I made the /mnt/zip directory using mkdir. To unmount the zip drive, I
use:

umount /dev/hdd1

  I am also having trouble getting my cdrom to eject cd's under linux
mandrake.
adios, Steve Winston
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



[newbie] Zip question

1999-05-06 Thread JM

I installed an internal zip drive (ATAPI).  I can use only a preformated
zip.  Other zip disks I use give me the message I can't read superblock
or I have to specify the file system (depending what i did on the fstab
i guess)

How do i edit the fstab? do i have to do anything else?
Also, the cdrom does not eject unless i log out from KDE.

Thanks