Quote:
Originally Posted by David2010
Ok thanks that answers that question but what about the "already mounted" problem?
|
I am not sure what exactly the problem is. As you describe it, you mounted it previously and then tried to mount it a second time.
What was the exact error message? It should have also told you the location where you tried to mount it.
If unsure that it has been mounted properly you can unmount it and remount it:
Code:
umount -v $LFS/sys
umount -v $LFS/proc
mount -vt proc proc $LFS/proc
mount -vt sysfs sysfs $LFS/sys