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:
-
Apr 22, 2009, 12:52:56 PM (16 years ago)
- Author:
-
ramon
- Comment:
-
Clonando Linux
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
35 | 35 | }}} |
36 | 36 | |
| 37 | En aquellas partciones donde el tamaño coincide en Rembo y en Hidra, no es necesario ampliar la partición. Por ejemplo, para restaurar Ubuntu en la 2ª partición y definiendo otra de caché local: |
| 38 | {{{ |
| 39 | hidraCreatePrimaryPartitions 1 NTFS:30716248 EXT2:15358140 CACHE:10000000 EXTENDED:2048287 |
| 40 | hidraCreateLogicalPartitions 1 LINUX-SWAP:2048287 |
| 41 | hidraFormatCache |
| 42 | }}} |
| 43 | |
| 44 | Traer la imagen de Ubuntu al caché local, restaurar y arrancar el sistema: |
| 45 | {{{ |
| 46 | hidraUpdateCache $IPservidor hdimages/ubuntu ubuntu.gzip-2 |
| 47 | hidraRestorePartitionFromImage 1 2 $IP hdimages/ubuntu ubuntu.gzip-2 |
| 48 | hidraBoot 1 2 |
| 49 | }}} |
| 50 | |
37 | 51 | (seguir) |