[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

problema en tabla de particiones



Hola

Necesitaba modificar mis particiones y realize lo siguiente:

Miré como estaba mi tabla de particiones, estaba así:

Disk /dev/hda: 255 heads, 63 sectors, 4982 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1             1         4     32098+  83  Linux
/dev/hda2   *         5       648   5172930    7  HPFS/NTFS
/dev/hda3           649      4982  34812855    f  Win95 Ext'd (LBA)
/dev/hda5           649      1287   5132736   83  Linux <<----736
/dev/hda6          1288      1925   5124703+  83  Linux
/dev/hda7          1926      4662  21984921    b  Win95 FAT32
/dev/hda8          4663      4854   1542208+  83  Linux
/dev/hda9          4855      4950    771088+  83  Linux
/dev/hda10         4951      4982    257008+  82  Linux swap

luego borre las particiones de la 3 en adelante y las volvi a crear como las necesitaba, teniendo en cuenta el cilindro de entrada y el de salida, quedo de la siguiente manera:

Disk /dev/hda: 255 heads, 63 sectors, 4982 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1             1         4     32098+  83  Linux
/dev/hda2   *         5       648   5172930    7  HPFS/NTFS
/dev/hda3           649      1287   5132767+  83  Linux   <<--- 767
/dev/hda4          1288      4982  29680087+   f  Win95 Ext'd (LBA)
/dev/hda5          1288      1925   5124703+  83  Linux
/dev/hda6          1926      4662  21984921    b  Win95 FAT32
/dev/hda7          4663      4960   2393653+  83  Linux
/dev/hda8          4961      4982    176683+  82  Linux swap

Las particiones que estan dentro de la extendida funcionan bien, pero la que salio no, si se miran los bloques, no coinciden, que puedo hacer para volver a leer esta partición?, cual debio ser el procedimiento a utilizar?

Utilize el gpart para ver las particiones y me dio este resultado

cronos:~# gpart /dev/hda

Begin scan...
Possible partition(Linux ext2), size(31mb), offset(0mb)
Possible partition(Windows NT/W2K FS), size(5051mb), offset(31mb)
Possible extended partition at offset(5083mb)
   Possible partition(Windows NT/W2K FS), size(5012mb), offset(5083mb)
   Possible partition(Linux ext2), size(5004mb), offset(10095mb)
   Possible partition(DOS FAT), size(21469mb), offset(15100mb)
   Possible partition(Linux ext2), size(2337mb), offset(36569mb)
End scan.

Checking partitions...
Partition(Linux ext2 filesystem): primary
Partition(OS/2 HPFS, NTFS, QNX or Advanced UNIX): primary
   Partition(OS/2 HPFS, NTFS, QNX or Advanced UNIX): invalid logical
   Partition(Linux ext2 filesystem): logical
   Partition(DOS or Windows 95 with 32 bit FAT, LBA): orphaned logical
   Partition(Linux ext2 filesystem): orphaned logical
Ok.

Guessed primary partition table:
Primary partition(1)
   type: 131(0x83)(Linux ext2 filesystem)
   size: 31mb #s(64196) s(63-64258)
   chs:  (0/1/1)-(3/254/62)d (0/1/1)-(3/254/62)r

Primary partition(2)
   type: 007(0x07)(OS/2 HPFS, NTFS, QNX or Advanced UNIX)
   size: 5051mb #s(10345856) s(64260-10410115)
   chs:  (4/0/1)-(647/254/59)d (4/0/1)-(647/254/59)r

Primary partition(3)
   type: 015(0x0F)(Extended DOS, LBA)
   size: 28984mb #s(59360175) s(10410120-69770294)
   chs:  (648/0/1)-(1023/254/63)d (648/0/1)-(4342/254/63)r

Primary partition(4)
   type: 000(0x00)(unused)
   size: 0mb #s(0) s(0-0)
   chs:  (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r


--
Diego Andres Guerrero Jimenez
diego@atexpress.dotnet.dotco

"The mere formulation of a problem is far more often essential than its
solution" --Albert Einstein



Reply to: