On Wed, Aug 09, 2006 at 07:51:47PM +0000, Peter Ennis wrote: > Is it OK to explicitly create > dev/pts and dev/shm before mount --bind ? > This will fix my situation.
No. This will definitely not help, as they will be covered by mount --bind. You may want to look at the --bind option in `man 8 mount`. Creating /dev/pts and /dev/shm will help (if they don't exists - note the leading /), and creating dev/pts and dev/shm after the bind will have exactly the same effect. What distro are you building from? Do you have the folders /dev/pts and /dev/shm? If not then that suggests that there may need to be mention somewhere of the possibility of having to create those directories manually. ls -ld /dev/pts; ls -ld /dev/shm Alex :-) -- Pippin Computer Monkey to the Pelican www.oxrev.org.uk, www.corpusjcr.org, www.rev.org.uk
pgpda9eVDNtld.pgp
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page