partition existede but suddenly vanished under /dev/
My first disk hda has two partitions, hda1 (ntfs) and hda2 (fat)
Initially, I could mount and work with the hda2 perfectly... since some weeks, I can't, because there is no /dev/hda2 file, while /dev/hda1 is still there, and also can be mounted
These are the outputs of some commands i made
ls /dev/hd*
/dev/hda /dev/hda1 /dev/hdb /dev/hdb1 /dev/hdb2 /dev/hdb3 /dev/hdc
mount
/dev/hdb2 on / type ext3 (rw,errors=
proc on /proc type proc (rw,noexec,
/sys on /sys type sysfs (rw,noexec,
varrun on /var/run type tmpfs (rw,noexec,
varlock on /var/lock type tmpfs (rw,noexec,
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdb1 on /home type ext3 (rw)
/dev/hda1 on /media/hda1 type fuseblk (rw,nosuid,
securityfs on /sys/kernel/
binfmt_misc on /proc/sys/
/dev/hdc on /media/cdrom0 type iso9660 (ro,nosuid,
sudo fdisk -l /dev/hda
Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5bc45bc4
Device Boot Start End Blocks Id System
/dev/hda1 * 1 16708 134206978+ 7 HPFS/NTFS
/dev/hda2 16709 19457 22081342+ b W95 FAT32
sudo mount /dev/hda2
mount: can't find /dev/hda2 in /etc/fstab or /etc/mtab
dmesg | grep hda
[ 42.132114] ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:DMA
[ 42.544762] hda: WDC WD1600JB-00REA0, ATA DISK drive
[ 44.095747] hda: max request size: 512KiB
[ 44.110925] hda: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(100)
[ 44.111013] hda: cache flushes supported
[ 44.111050] hda: hda1 hda2
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Tralala for more information if necessary.