LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Mounting Virtual Kernel File Systems - Help Pls (https://www.linuxquestions.org/questions/linux-from-scratch-13/mounting-virtual-kernel-file-systems-help-pls-321232/)

chakkaradeepcc 05-08-2005 02:46 AM

Mounting Virtual Kernel File Systems - Help Pls
 
hi all,

k...am not new to linux but at the same time am not master of the internals :-( .........am finding it very difficult in knowing certain things............until chapter-5 i was able to interpret things carefully and understand them,but in chapter-6 am finding it difficult to understand some concepts which i thnk i should know them......

i will start first with Mounting Virtual Kernel File Systems , what do these steps intend to do and why are these needed.........

[root@NEO ~]# mount -f -t ramfs ramfs $LFS/dev
[root@NEO ~]# mount -f -t tmpfs tmpfs $LFS/dev/shm
[root@NEO ~]# mount -f -t devpts -o gid=4,mode=620 devpts $LFS/dev/pts


i would be happy if friends could help me out in understanding things........

thanks in advance......

with reagards,
C.C.Chakkaradeep

foo_bar_foo 05-12-2005 10:54 PM

read about chroot and try to understand what it is
once you ubderstand chroot then you will understand the need for kernel filesystems on the new (root)

chakkaradeepcc 05-13-2005 06:53 AM

hi foo,

thanks for the tip,i will sure check it out!

with reagrds,
C.C.Chakkaradeep


All times are GMT -5. The time now is 05:02 AM.