Dusty deBoer wrote:

> Try:
>
> mount [-t vfat] /dev/hdd4 /mnt/zip
>
> (Maybe you don't need the "-t vfat", I don't remember). For some reason, I
> think I remember reading that Iomega has set things up so that the zip
> disk appears to be the fourth partition on that device, hence the
> /dev/hdx4.

okay well.........been there done that nadda ..sorta......?

from console:

[root@localhost /root]# mount /dev/hdd4
mount: wrong fs type, bad option, bad superblock on /dev/hdd4,
       or too many mounted file systems
       (aren't you trying to mount an extended partition,
       instead of some logical partition inside?)
[root@localhost /root]# mount /dev/hdd4 /mnt/zip100.0
/dev/hdd4: Success
mount: /dev/hdd4 has wrong major or minor number
[root@localhost /root]# mount -t vfat /dev/hdd4 /mnt/zip100.0
mount: wrong fs type, bad option, bad superblock on /dev/hdd4,
       or too many mounted file systems
       (aren't you trying to mount an extended partition,
       instead of some logical partition inside?)
[root@localhost /root]#


thank you
lee




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to