old-www/LDP/EVMSUG/html/movesegex.html

346 lines
4.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Example: move a DOS segment</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="EVMS User Guide"
HREF="index.html"><LINK
REL="UP"
TITLE="Moving segment storage objects"
HREF="segstorobjs.html"><LINK
REL="PREVIOUS"
TITLE="Which segment manager plug-ins implement the move function?"
HREF="x4331.html"><LINK
REL="NEXT"
TITLE="The DOS plug-in"
HREF="appxdos.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>EVMS User Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x4331.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 23. Moving segment storage objects</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="appxdos.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="movesegex"
></A
>23.4. Example: move a DOS segment</H1
><P
> This section shows how to move a DOS segment:</P
><DIV
CLASS="note"
><P
></P
><TABLE
CLASS="note"
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TH
ALIGN="LEFT"
VALIGN="CENTER"
><B
>Note</B
></TH
></TR
><TR
><TD
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>&#13;In the following example, the DOS segment manager has a single
primary partition on disk sda that is located at the very end of the disk.
We want to move it to the front of the drive because we want to expand
the segment but there is currently no freespace following the segment.
</P
></TD
></TR
></TABLE
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="guimoveseg"
></A
>23.4.1. Using the EVMS GUI context sensitive menu</H2
><P
>To move the DOS segment through the GUI context sensitive menu,
follow these steps:</P
><P
></P
><OL
TYPE="1"
><LI
><P
>From the <SPAN
CLASS="guimenuitem"
>Segments</SPAN
>
tab, right click
<TT
CLASS="filename"
>sda1</TT
>.
</P
></LI
><LI
><P
>Click <SPAN
CLASS="guibutton"
>Move</SPAN
>.</P
></LI
><LI
><P
>Select <TT
CLASS="filename"
>sda_freespace1</TT
>.
</P
></LI
><LI
><P
>Click <SPAN
CLASS="guibutton"
>Move</SPAN
>.</P
></LI
></OL
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="ncursmoveseg"
></A
>23.4.2. Using Ncurses</H2
><P
>To move the DOS segment, follow these steps:</P
><P
></P
><OL
TYPE="1"
><LI
><P
>Use <B
CLASS="keycap"
>Tab</B
>
to select the Disk Segments view.
</P
></LI
><LI
><P
>Scroll down with the down arrow and
select <TT
CLASS="filename"
>sda1</TT
>.</P
></LI
><LI
><P
>Press
<B
CLASS="keycap"
>Enter</B
>.</P
></LI
><LI
><P
>Scroll down with the down arrow and
select <SPAN
CLASS="guibutton"
>Move</SPAN
> by pressing
<B
CLASS="keycap"
>Enter</B
>.</P
></LI
><LI
><P
>Use the spacebar to select
<TT
CLASS="filename"
>sda_freespace1</TT
>.</P
></LI
><LI
><P
>Use <B
CLASS="keycap"
>Tab</B
>
to select <SPAN
CLASS="guibutton"
>Move</SPAN
> and press
<B
CLASS="keycap"
>Enter</B
>.
</P
></LI
></OL
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="clisegmove"
></A
>23.4.3. Using the CLI</H2
><P
>Use the
<B
CLASS="command"
>task</B
> command to move a DOS segment with the CLI.
</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="programlisting"
>task:Move,sda1,sda_freespace1</PRE
></FONT
></TD
></TR
></TABLE
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x4331.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="appxdos.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Which segment manager plug-ins implement the move function?</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="segstorobjs.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>The DOS plug-in</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>