Operating System - HP-UX
1824926 Members
3938 Online
109677 Solutions
New Discussion юеВ

wat's the difference b/w root n boot

 
Fenny_1
Super Advisor

wat's the difference b/w root n boot

on my unix machine when i un
lvlnboot -v
it displays this information
Boot: lvol1 on: /dev/dsk/c3t6d0
Root: lvol3 on: /dev/dsk/c3t6d0
Swap: lvol2 on: /dev/dsk/c3t6d0
Dump: lvol2 on: /dev/dsk/c3t6d0

i want to know wats the difference b/w the root n boot logical volume.
bye
2 REPLIES 2
Sunil Sharma_1
Honored Contributor

Re: wat's the difference b/w root n boot

boot file system means /stand and root is anyway /


Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Slawomir Gora
Honored Contributor

Re: wat's the difference b/w root n boot

Hi,

boot lvol1 -> /stand it contains kernel and modules
root lvol3 -> / - it contains root file system (/etc /sbin /dev) and mount points for
other file systems (/var /usr ...)