...I'm pretty sure the upgrade took my music partition with it:( trying to manually mount /dev/hda4 results in..well..nothing..take a look:
empeg:/sbin# ./fsck.ext2 /dev/hda4
e2fsck 1.17, 26-Oct-1999 for EXT2 FS 0.5b, 95/08/09
Couldn't find ext2 superblock, trying backup blocks...
./fsck.ext2: Bad magic number in super-block while trying to open /dev/hda4
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193
empeg:/sbin#
(and)
empeg:/etc# mount /dev/hda4 /drive0 -t ext2 -n
VFS: Can't find an ext2 filesystem on dev ide0(3,4).
mount: wrong fs type, bad option, bad superblock on /dev/hda4,
or too many mounted file systems
Likewise, mount /drive0 gives:
empeg:/etc# mount -n /drive0
VFS: Can't find an ext2 filesystem on dev ide0(3,4).
mount: wrong fs type, bad option, bad superblock on /dev/hda4,
or too many mounted file systems
empeg:/etc#
Any ideas? Is there an alternative "superblock" that I can try?
:-( mark
...proud to have one of the first Mark I units