On 10/30/2012 08:34 PM, Alan Feuerbacher wrote: > 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 /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/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".
Did you actually create those directories? If it says the mount point doesn't exist, that usually just means that the directory you're trying to mount to doesn't exist. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
