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 -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
> #########
>

As root:

mkdir -p /mnt/debian /mnt/fedora
mount -t ext3 /dev/sdb2 /mnt/debian
mount -t ext4 /dev/sda2 /mnt/fedora

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to