kwon37xi n00b
Joined: 25 Apr 2003 Posts: 9 Location: Seoul, Korea
|
Posted: Sun Jun 22, 2003 11:06 pm Post subject: Partitions turned to Amoeba File System... |
|
|
I made 3 partitions on hda - hda1 for boot(ext2), hda2 for /(reiserfs), hda3 for swap.
And I have hdb - hdb1 (VFAT), hdb5(vfat).
I turned off hda on BIOS, then installed Windows 98 on hdb1(it becomes C.
then, I turned on hda on the BIOS.
After that, I tried to update GRUB, but failed - it says it doesn't know the type of the partition.
GRUB doesn't work anymore, so I boot from gentoo live cd and installed LILO. LILO works fine.
I tried 'fdisk /dev/hda -l' the result is
Quote: | ksgentoo kwon37xi # fdisk /dev/hda -l
Disk /dev/hda: 40.0 GB, 40060403712 bytes
255 heads, 63 sectors/track, 4870 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 12 96358+ 93 Amoeba
/dev/hda2 13 4741 37985692+ 93 Amoeba
/dev/hda3 4742 4870 1036192+ 92 Unknown |
What's Amoeba FS? I don't even compiled the kernerl with that FS.
However, if I try mount after booting gentoo,
Quote: | /dev/hda2 on / type reiserfs (rw,noatime)
/dev/hda1 on /boot type ext2 (rw,noatime)
/dev/hdb1 on /mnt/win type vfat (rw,noexec,nosuid,nodev,gid=10,umask=0002)
/dev/hdb5 on /mnt/data type vfat (rw,noexec,nosuid,nodev,gid=10,umask=0002)
|
You see.. they are known as reiserfs and ext2.
What's happening on my HDD? |
|