07.05.2014 Views

Creating a recovery CD or DVD using make_net_recovery - OpenMPE

Creating a recovery CD or DVD using make_net_recovery - OpenMPE

Creating a recovery CD or DVD using make_net_recovery - OpenMPE

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Create Logical Volumes and Filesystems<br />

to hold the images – not <strong>using</strong> mkisofs<br />

• In our example, we will need 2 logical volumes and filesystems, since<br />

there will be 2 <strong>CD</strong>s. One f<strong>or</strong> the c<strong>or</strong>e archive and the other f<strong>or</strong> /opt.<br />

# lvcreate –L /dev/vgX<br />

(where is the size of the archive plus 10%. Do this f<strong>or</strong> the c<strong>or</strong>e<br />

archive and f<strong>or</strong> opt_archive.)<br />

# newfs –F hfs /dev/vgX/rlvolX<br />

(an HFS filesystem should be used)<br />

# mkdir /c<strong>or</strong>e_image<br />

# mkdir /opt_image<br />

# mount /dev/vgX/lvolX /c<strong>or</strong>e_image<br />

# mount /dev/vgX/lvolX /opt_image<br />

22

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!