The /dev/disks/by-label dir is missing partitions h5 and h6, so I tried to rectify this using:
Code:
umount /media/h5
mke2fs -L h5 /dev/sda5
No new labels appeared in /dev/disks/by-label and I'm now no longer able to mount h5, the error message I get is:
Code:
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or other error
According to syslog:
Code:
kernel: ext3: No journal on filesystem on sda5