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

Re: Reparar sistema de archivos



On Mon, Mar 09, 2009 at 09:53:56AM -0600, Moises Brenes wrote:
> Que tal, tengo un disco externo el cual se ha caido mientras pasaba
> unos datos de este otro disco.
> 
> Consecuencia de ello ahora tengo problemas para lograr montarlo(en
> realidad es solo la primera particion /dev/sdb1 , con las demas no hay
> ningun inconveniente):
> 
> el disco es de 1 TB, todas las  particiones estan en ext3, el disco es
> de datos solamente no hay ningun sistema instalado en el.
> 
> Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
> 255 heads, 63 sectors/track, 121601 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> Disk identifier: 0xe8900690
> 
>    Device Boot      Start         End      Blocks   Id  System
> /dev/sdb1               1       12748   102398278+  83  Linux
> /dev/sdb2           12749       25496   102398310   83  Linux
> /dev/sdb3           25497      121601   771963412+   5  Extended
> /dev/sdb5           25497       57367   256003776   83  Linux
> /dev/sdb6           57368       89238   256003776   83  Linux
> /dev/sdb7           89239      121601   259955766   83  Linux
> 
> Haciendo un simple fsck:
> 
> # fsck /dev/sdb
> 
> fsck 1.41.3 (12-Oct-2008)
> e2fsck 1.41.3 (12-Oct-2008)
> fsck.ext2: Superblock invalid, trying backup blocks...
> fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb
> 
> The superblock could not be read or does not describe a correct ext2
> filesystem.  If the device is valid and it really contains an ext2
> filesystem (and not swap or ufs or something else), then the superblock
> is corrupt, and you might try running e2fsck with an alternate superblock:
>     e2fsck -b 8193 <device>
> 
> Alguna sugerencia para poder sacar al menos la informacion  de esa particion?

Vuelca los superbloques de respaldo:
dumpe2fs|grep -i superb

De la lista, coge cada uno de ellos y trata de montar la partición así:
mount -o bs=32768 /dev/sdb1 /mnt/mountpoint (con -t ext3 si fuera
necesario)

Enlace muuy interesante:
http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html

Saludos.

> 
> -- 
> シャカ
> mbrenes.blogspot.com | sibu.homelinux.org
> debian gnu/linux
> 
> Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 


Reply to: