Oh Man, I think I've wiped out month's of configuring Linux.
I had to reload Windows XP because the registry got damaged and the administrator id was deleted. (what else is new?)
I had Linux FC3 loaded on hda1.
I had Windows XP loaded on hdb2.
I reloaded Windows XP on the "D:\" drive, and fully expected my Grub.conf would need some update.
I thought I'd add another OS - SUSE 9.1 on hda3 (lots of free space), but when Yast showed me what it sees, I did not see the Linux FC3 data on hda1.
I've booted with Knoppix and if I open a shell and navigate to /dev/hda1, i get a message that says "not a directory".
If I do a "ls -l" in /dev, I show:
Code:
root@ttyp1[dev]# ls -l hda*
brw------- 1 root root 3, 0 May 5 1998 hda
brw------- 1 root root 3, 1 May 5 1998 hda1
brw------- 1 root root 3, 10 May 5 1998 hda10
This display does not even show hda2 & hda3
An fdisk displays:
Code:
Disk /dev/hda: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 4079 32764536 c W95 FAT32 (LBA)
/dev/hda2 4080 4092 104422+ 83 Linux
/dev/hda3 4093 19929 127210702+ 8e Linux LVM
Disk /dev/hdb: 40.0 GB, 40027029504 bytes
255 heads, 63 sectors/track, 4866 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 4 32098+ de Dell Utility
/dev/hdb2 * 5 4866 39054015 7 HPFS/NTFS
Is there anything else I can do to verify my Linux data is or is not there?
Thanks