When I type "root (hd" and hit tab, no options are given.
In my host system (fc2) under the Gnome System Monitor,
the mounted devices are;
proc /mnt/lfs/proc (type proc)
ramfs /mnt/lfs/dev (type ramfs)
none /dev/shm (type tmpfs)
/dev/hda4 /mnt/lfs (type ext3)
sysfs /mnt/lfs/sys (type sysfs)
/dev/hda2 / (type ext3)
The relevant section in my lfs kernel config is
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
Again, I'm probably missing something obvious. I've had
a few hours of sleep though, now. I'm ready for it.
edit: In fact, if I try "root (hd0," and then tab - I get the Error 21.
edit x 2: Examining my fstab from my host system, there seem to
be some serious(?) differences between its format and the format of
my lfs fstab
Code:
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/lfs /lfs ext3 defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,r
o 0 0
edit x 3: And just to be sure, I checked with parted
Code:
(parted) print
Disk geometry for /dev/hda: 0.000-28615.781 megabytes
Disk label type: msdos
Minor Start End Type Filesystem Flags
1 0.031 101.975 primary ext3 boot
2 101.975 15100.158 primary ext3
4 15100.159 27721.538 primary ext3
3 27721.538 28615.781 primary linux-swap