close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Feb 17, 2012, 10:28:58 AM (14 years ago)
- Author:
-
paqui
- Comment:
-
Ok
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
16 | 16 | |
17 | 17 | === 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 |
| 18 | 2.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 |
22 | 22 | |
23 | | 2.b.- Pulsamos "'''generar instrucción OG'''" y en el cuadro de texto aparecen los comandos de opengnsys que se van a ejecutar |
| 23 | 2.b.- Click on "'''generate OG instruction'''" and in the textbox appear OpenGnSys commands to be run: |
24 | 24 | |
25 | 25 | [[Image(particionado02.png)]] |
26 | 26 | |
27 | | 2.c.- Damos a aceptar, una vez elegida la opción de ejecución.. |
| 27 | 2.c.- Click on Accept, and choose the execution option. |
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | Los cambios se aplicarán a todo el ámbito, en nuestro caso los dos equipos. |
| 31 | Changes will be applied to all scope, in our case, the two computers. |
32 | 32 | |
33 | | === Particiones lógicas === |
| 33 | === Logic Partitions === |
34 | 34 | |
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. |
| 35 | Actually, 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. |
36 | 36 | |
37 | | == Formatear una partición == |
| 37 | == Format a partition == |
38 | 38 | |
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. |
| 39 | When 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. |
40 | 40 | |
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. |
| 41 | This 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: |
42 | 42 | |
43 | | En línea de comando las funciones para formatear la partición 1 del disco 1 son: |
| 43 | In the command line, the functions to format the partition 1 of hard disk 1 are: |
44 | 44 | {{{ |
45 | 45 | ogUnmount 1 1 |
46 | 46 | ogFormat 1 1 |
47 | 47 | }}} |
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. |
| 48 | In 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: |
49 | 49 | |
50 | 50 | [[Image(formateo.png)]] |
51 | 51 | |
52 | | == Inicialización de la cache == |
| 52 | == Init cache == |
53 | 53 | |
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: |
| 54 | The 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: |
55 | 55 | |
56 | 56 | {{{ |