fdisk -l shows a partition is not in /dev directory
        Posted  
        
            by zitronic
        on Super User
        
        See other posts from Super User
        
            or by zitronic
        
        
        
        Published on 2010-03-17T09:15:12Z
        Indexed on 
            2010/03/17
            9:21 UTC
        
        
        Read the original article
        Hit count: 528
        
I am having troubles on mounting my ntfs hard drive on linux. I am running ophcrack live CD. fdisk shows me the hard drive I have installed on my computer
fdisk -l
Disk /dev/hdc: 30.0 GB, 30005821440 bytes
255 heads, 63 sectors/track, 3648 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks  Id System
/dev/hdc1   *           1        3647    29294496   7 HPFS/NTFS
but I dont have that device on my /dev directory so I can not mount it
ls /dev/hd*
/dev/hda   /dev/hda4  /dev/hda8  /dev/hdb2  /dev/hdb6  /dev/hdc
/dev/hda1  /dev/hda5  /dev/hda9  /dev/hdb3  /dev/hdb7  /dev/hdd
/dev/hda2  /dev/hda6  /dev/hdb   /dev/hdb4  /dev/hdb8
/dev/hda3  /dev/hda7  /dev/hdb1  /dev/hdb5  /dev/hdb9
What could be going on_
© Super User or respective owner