[EMAIL PROTECTED] wrote:
Speaking of the book (6.1), there's a confusion on page 103:
'console' and 'null' are mounted twice and 'console' with different modes (622 
seems to be the correct choice).


No, not mounted. mknod creates block or character special files which allow the 
kernel and userspace to communicate (read man mknod for more). Between the two 
invocations of mknod a temporary filesystem is created on /dev so the second 
lot of nodes are all `virtual', they disappear when the filesystem is unmounted 
when you reboot.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to