Code: Select all
mount: wrong fs type, bad option, bad superblock on /dev/hda,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg|tail or so Code: Select all
mount -t auto /dev/hda /media/cdThe hald debug output has nothing that looks to be wrong, except maybe:
Code: Select all
[19045]: 15:15:02.782 [D] probe-storage.c:303: Doing open ("/dev/hda", O_RDONLY | O_NONBLOCK | O_EXCL)
[19045]: 15:15:02.785 [D] probe-storage.c:315: Open failed - Device Busy
[19045]: 15:15:02.885 [D] probe-storage.c:319: Attempting open w/ O_EXCL again
[19045]: 15:15:02.887 [D] probe-storage.c:333: PROBE HAS EXCLUSIVE LOCK ON CDROM
[19045]: 15:15:02.891 [D] probe-storage.c:375: media size = 736882688
[19045]: 15:15:02.892 [D] probe-storage.c:383: PROBE CLOSED LOCK ON CDROM
...
15:15:05.613 [I] hald.c:107: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_label_BACKUP28
[30165]: 15:15:06.780 [I] addon-storage.c:346: Checking whether device /dev/hda is locked on HAL
[30165]: 15:15:06.780 [I] addon-storage.c:354: ... device /dev/hda is not locked on HALPS: Anyone know a good way to reemerge the whole system (reinstalling without erasing everything) while also repairing wrong permissions of files and dirs?[/code]

