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

Re: Bad magic number in super-block



* Klaus Becker <colonius47@gmail.com> [2020-12-31 10:48 +0100]:

> Moin,
> 
> ich habe eine externe USB-FP mit 4 TO Speicherkapazität für
> Sicherheitskopien:
> 
> "# fdisk -l /dev/sdb

[...]
> Device        Start        End    Sectors  Size Type
> /dev/sdb1        34     262177     262144  128M Microsoft reserved
> /dev/sdb2    264192    8652799    8388608    4G Linux swap
> /dev/sdb3   8652800   71567359   62914560   30G Linux filesystem
> /dev/sdb4  71567360 7814037133 7742469774  3.6T Linux filesystem
> Partition 1 does not start on physical sector boundary."
> 
> Ich bekomme folgende Fehlermeldung:
> 
> "# e2fsck  -c /dev/sdb
> e2fsck 1.45.6 (20-Mar-2020)
> ext2fs_open2: Bad magic number in super-block
> e2fsck: Superblock invalid, trying backup blocks...
> e2fsck: Bad magic number in super-block while trying to open /dev/sdb

Das ist logisch, da Du die ganze Platte prüfst auf der sich u.a.
auch eine swap und eine EFI Partition befinden.

> The superblock could not be read or does not describe a valid ext2/ext3/ext4
> filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
> filesystem (and not swap or ufs or something else), then the superblock
> is corrupt

[...]

> Was kann ich da noch machen?

Zitat man page e2fsck (8).
e2fsck is used to check the ext2/ext3/ext4 family of file systems.

# e2fsck -c /dev/sdb[34]

kommt dem wohl näher was Du willst.

Elimar
-- 
  Excellent day for drinking heavily.
  Spike the office water cooler;-)


Reply to: