You are not logged in.
Pages: 1
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
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
Thanks BluPhoenyx...looking at the symlinks helped me figure it out Thanks for the idea
My hovercraft is full of eels.
Offline
Pages: 1