I still can't get the LFS build to recognize hard drives other than the
one it's built on. Here is some output upon booting up:
Immediately after booting up, I did these commands:
#########
root [ ~ ]# mount -l
/dev/sdc6 on / type ext3 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
tmpfs on /run type tmpfs (rw)
devtmpfs on /dev type devtmpfs (rw,nosuid,mode=0755)
/dev/sdc1 on /boot type ext3 (rw)
/dev/sdc7 on /usr type ext3 (rw)
/dev/sdc8 on /opt type ext3 (rw)
/dev/sdc9 on /usr/local type ext3 (rw)
/dev/sdc10 on /usr/src type ext3 (rw)
/dev/sdc11 on /var type ext3 (rw)
/dev/sdc12 on /tmp type ext3 (rw)
/dev/sdc13 on /home type ext3 (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
root [ ~ ]# mount /mnt/debian
mount: mount point /mnt/debian does not exist
root [ ~ ]# mount /dev/sdb2
mount: mount point /mnt/debian does not exist
root [ ~ ]# mount -t ext3 /dev/sdb2 /mnt/debian
mount: mount point /mnt/debian does not exist
#########
Here's the filesystem table:
#########
# Begin /etc/fstab
# file system mount-point type options dump fsck
# order
/dev/sdc1 /boot ext3 defaults 1 2
/dev/sdc5 swap swap pri=1 0 0
/dev/sdc6 / ext3 defaults 1 1
/dev/sdc7 /usr ext3 defaults 1 2
/dev/sdc8 /opt ext3 defaults 1 2
/dev/sdc9 /usr/local ext3 defaults 1 2
/dev/sdc10 /usr/src ext3 defaults 1 2
/dev/sdc11 /var ext3 defaults 1 2
/dev/sdc12 /tmp ext3 defaults 1 2
/dev/sdc13 /home ext3 defaults 1 2
/dev/sr0 /dev/cdrom udf,iso9660 user,noauto 0
0/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
proc /proc proc nosuid,noexec,nodev 0 0
sysfs /sys sysfs nosuid,noexec,nodev 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /run tmpfs defaults 0 0
devtmpfs /dev devtmpfs mode=0755,nosuid 0 0
/dev/sda2 /mnt/fedora ext4 noauto 0 0
/dev/sdb2 /mnt/debian ext3 noauto 0 0
# End /etc/fstab
#########
I changed the "ext4" and "ext3" in the last two fstab lines to "auto"
and still got the error "mount point ... does not exist".
Here's the full output from fdisk:
#########
Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930277168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0006e27f
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1026047 512000 83 Linux
/dev/sda2 1026048 2930276351 1464625152 8e Linux LVM
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0004d4ee
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 1940344831 970171392 83 Linux
/dev/sdb2 1940346878 1953523711 6588417 5 Extended
Partition 2 does not start on physical sector boundary.
/dev/sdb5 1940346880 1953523711 6588416 82 Linux swap / Solaris
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytesI/O size
(minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d8cec
Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 602111 300032 83 Linux
/dev/sdc2 602112 976773119 488085504 5 Extended
/dev/sdc5 610470 17382329 8385930 82 Linux swap / Solaris
/dev/sdc6 17383424 59326463 20971520 83 Linux
/dev/sdc7 59328512 101271551 20971520 83 Linux
/dev/sdc8 101273600 206131199 52428800 83 Linux
/dev/sdc9 206133248 310990847 52428800 83 Linux
/dev/sdc10 310992896 520708095 104857600 83 Linux
/dev/sdc11 520710144 531195903 5242880 83 Linux
/dev/sdc12 531197952 552169471 10485760 83 Linux
/dev/sdc13 552171520 976773119 212300800 83 Linux
Disk /dev/sdd: 300.1 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders, total 586072368 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf061f061
Device Boot Start End Blocks Id System
/dev/sdd1 * 63 586051199 293025568+ 7 HPFS/NTFS/exFAT
#########
Again thanks for any help.
Alan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page