Changes between Version 2 and Version 3 of OperacionParticionado/en


Ignore:
Timestamp:
Feb 17, 2012, 11:28:58 AM (13 years ago)
Author:
paqui
Comment:

Ok

Legend:

Unmodified
Added
Removed
Modified
  • OperacionParticionado/en

    v2 v3  
    1616
    1717=== Step 2: Making the changes ===
    18 2.a.- Modificamos los valores que deseemos
    19  * partición 1: dejamos tipo: NTFS, Personalizamos tamaño: 3000000
    20  * partición 2: personalizamos tipo: REISERFS. Dejamos el tamaño inicial (por defecto)
    21  * partición cache: cambiamos el tamaño a 20000000
     182.a.- Modify the values needed
     19 * Partition 1: type: NTFS, Size personalized: 3000000
     20 * Partition 2: type personalized: REISERFS. Initial size (by default)
     21 * Partition cache: change size to 20000000
    2222
    23 2.b.- Pulsamos "'''generar instrucción OG'''" y en el cuadro de texto aparecen los comandos de opengnsys que se van a ejecutar
     232.b.- Click on "'''generate OG instruction'''" and in the textbox appear OpenGnSys commands to be run:
    2424
    2525[[Image(particionado02.png)]]
    2626
    27 2.c.- Damos a aceptar, una vez elegida la opción de ejecución..
     272.c.- Click on Accept, and choose the execution option.
    2828
    2929
    3030
    31 Los cambios se aplicarán a todo el ámbito, en nuestro caso los dos equipos.
     31Changes will be applied to all scope, in our case, the two computers.
    3232
    33 === Particiones lógicas ===
     33=== Logic Partitions ===
    3434
    35 Actualmente la consola de opengnsys sólo trabaja con particiones primarias. En modo línea de comando sí podemos crear y modificar particiones lógicas, aunque no serán mostradas correctamente por la consola.
     35Actually, OpenGnSys console only works with primary partitions. In command line mode we can create and modify logic partitions, but will not display correctly on the console.
    3636
    37 == Formatear una partición  ==
     37== Format a partition  ==
    3838
    39 Cuando se restaura una imagen no es necesario que se formatee antes la partición; Sí podemos necesitar formatear una partición para instalar un sistema operativo nuevo.
     39When an image is restored it is no necesary format the partition before; Perhaps we need to format a partition to install a new operating system.
    4040
    41 Esta versión de la consola de opengnsys no tiene un comando o asistente específico para formatear las particiones. Podemos utilizar el comando ejecutar script para realizar esta acción.
     41This version of OpenGnSys console not have an especific command or wizard to format the partitions. We can use the command Run Script to do this:
    4242
    43 En línea de comando las funciones para formatear la partición 1 del disco 1 son:
     43In the command line, the functions to format the partition 1 of hard disk 1 are:
    4444{{{
    4545ogUnmount 1 1
    4646ogFormat 1 1
    4747}}}
    48 En la consola de administración sobre el ámbito que vayamos a realizar la acción de formatear partición elegimos el comando '''ejecutar script''' e incluimos las funciones antes mencionadas.
     48In the admin console, on the scope where to do the action format partition, we can choose the command '''Run Script''' and include all the fucntions see above:
    4949
    5050[[Image(formateo.png)]]
    5151
    52 == Inicialización de la cache ==
     52== Init cache ==
    5353
    54 La inicialización de la cache, formatea y crea la estructura de opengnsys en la cuarta partición. Para ello hemos de utilizar el comando ejecutar script (imagen superior) con las instrucciones siguientes:
     54The cache initialization format and create the OpenGnSys structure in the fourth partition. To do this, we can use the command Run Script (Figure above) with the next commands:
    5555
    5656{{{