You are not logged in.

#1 2003-01-20 22:52:01

deepfreeze
Member
From: NJ
Registered: 2002-12-27
Posts: 86

mounting a zip drive

I have an internal 100MB zip drive that is shown as hdb during bootup.  However, when I try to mount this to /mnt/zip (where I want it to be) I am given this error.

[root@protium /]# mount -t vfat /dev/hdb /mnt/zip
mount: special device /dev/hdb does not exist

I already figured this would be incorrect, since I didn't think arch used the /dev/hd* designations. What then is the correct syntax to mount this?[/code]


My hovercraft is full of eels.

Offline

#2 2003-01-21 00:17:31

BluPhoenyx
Member
Registered: 2002-12-23
Posts: 239

Re: mounting a zip drive

On my system, there are symlinks /dev/hda and /dev/hdc which point to the real devices. These give you a general idea where devfs has the real device entries. You can also check the /etc/fstab file for more exact syntax.

It might also help if you read the end of the /etc/devfsd.conf file where it mentions about removable media devices and new/old compatibility.


BluPhoenyx

Offline

#3 2003-01-21 02:23:52

deepfreeze
Member
From: NJ
Registered: 2002-12-27
Posts: 86

Re: mounting a zip drive

Thanks BluPhoenyx...looking at the symlinks helped me figure it out smile Thanks for the idea smile


My hovercraft is full of eels.

Offline

Board footer

Powered by FluxBB