[Ilugc] problem in mounting windows partion

  • From: siva@xxxxxxxxxxx (Sivasankar Chander)
  • Date: Tue Aug 31 14:39:01 2004

[root@localhost naveen]# mount -t vfat /dev/hda2
/mnt/c
mount: /dev/hda2 is not a valid block device

1) The entry for /dev/hda2 is missing in /dev. You can
recreate it (as root) with:

mknod /dev/hda2 b 3 2
chgrp disk /dev/hda2

     *or*

2) There isn't a 2nd entry containing a valid partition
in the partition table for /dev/hda. You can create it using
fdisk /dev/hda.

-Siva

Other related posts: