LINUX.ORG.RU
ФорумAdmin

[hdd] couldn'f find valid filesystem superblock

 


0

0

sudo testdisk -l /dev/sda
TestDisk 6.11, Data Recovery Utility, April 2009
Christophe GRENIER <grenier@cgsecurity.org>
http://www.cgsecurity.org
Please wait...
Disk /dev/sda - 250 GB / 232 GiB - CHS 30401 255 63, sector size=512

Disk /dev/sda - 250 GB / 232 GiB - CHS 30401 255 63
Partition         Start End Size in sectors
1 P EFI System 40 409639 409600 [EFI System Partition]
2 P Mac HFS 409640 244608863 244199224 [Leopard]
3 P Linux Swap 244608864 248702264 4093401
No FAT, NTFS, EXT2, JFS, Reiser, cramfs or XFS marker
4 P MS Data 248702265 265088564 16386300
4 P MS Data 248702265 265088564 16386300
5 P MS Data 265088565 488392064 223303500


-------------------
1 - EFI
2 - Mac HFS
3 - swap
4 - ext4
5 - ext4
-------------------


please help me!


Ответ на: комментарий от gserg

нужно помочь восстановить таблицу разделов, а т.к. опыта у меня мало, то мне хотелось бы получить ответ...
т.к. я немного поискал до этого, то чтобы помочь тем кто решит помочь мне выложил output testdisk'а
и да заранее всем откликнувшимся спасибо

yltsrc
() автор топика
Ответ на: комментарий от yltsrc

e2fsck -f -y -v /dev/sda5
   

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>

e2fsck 1.41.9 (22-Aug-2009)
e2fsck: No such file or directory while trying to open /dev/sda5

yltsrc
() автор топика
Ответ на: комментарий от yltsrc

sudo e2fsck -b 8193 /dev/sda
e2fsck 1.41.9 (22-Aug-2009)
e2fsck: Bad magic number in super-block while trying to open /dev/sda

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>

yltsrc
() автор топика
Ответ на: комментарий от yltsrc

Так как разделы видны, то надо просто установить им тип. Для этого достаточно простого fdisk, который есть в том числе на rescue disk Вашего дистрибутива. Запуск fdisk:

[you@yourhost ~]$ sudo fdisk /dev/sda
Command (m for help): m
Command action
   a   toggle a bootable flag
   b   edit bsd disklabel
   c   toggle the dos compatibility flag
   d   delete a partition
   l   list known partition types
   m   print this menu
   n   add a new partition
   o   create a new empty DOS partition table
   p   print the partition table
   q   quit without saving changes
   s   create a new empty Sun disklabel
   t   change a partition's system id
   u   change display/entry units
   v   verify the partition table
   w   write table to disk and exit
   x   extra functionality (experts only)

где /dev/sda - имя Вашего устройства. Для изменения типа раздела Вам понадобится список (см. команду l), список разделов (команда p), команда изменения типа раздела (t) и команда записи (w). Надеюсь, справитесь. и, да, man fdisk.

gserg ★★
()
Ответ на: комментарий от yltsrc

дык понятно, коли в таблице разделов неизвестный формат. Вот выставите - должны и устройства появиться (после перезагрузки, конечно)

gserg ★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.