mount: special device dev/hda2 does not exist

Felipe Alfaro Solana felipe_alfaro at linuxmail.org
Wed Feb 2 07:30:43 UTC 2005


On 2 Feb 2005, at 07:59, THUFIR HAWAT wrote:

> mount -t vfat dev/hda2 /mnt/hda2/
> mount:  special device dev/hda2 does not exist

mount -t vfat /dev/hda2 /mnt/hda2

You're missing the slash in front of "dev/hda2".

Also, make sure "/mnt/hda2" already exists:

mkdir -p /mnt/hda2




More information about the fedora-list mailing list