View Single Post
Staro 22.09.2024., 15:22   #3642
tomek@vz
Premium
Moj komp
 
tomek@vz's Avatar
 
Datum registracije: May 2006
Lokacija: München/Varaždin
Postovi: 4,795
Citiraj:
Autor mkey Pregled postova
Nabavio sam "novi" HDD (recertified Exos s amazona) pa sam ga htio malo opteretiti, ako će krepat neka krepa odmah. Inače se čini kako je disk sasvim OK. Brzina 200-250, radna temperatura je OK, ne ronda... Formatirao sam ga u ext4 i počeo koristiti kao backup/scratch disk dok ne steknem koliko toliko povjerenje u njega.

Kako bilo, htio sam odraditi fsck, međutoa kaže da je superblock invalidan. Disk radi za sada bez problema, mounta bez problema, ima GPT partition table i jednu particiju preko svih 15TiB. U čemu bi tu bio problem?

Code:
(base) [mkey@fedora ~]$ sudo fsck -f /dev/sdd
fsck from util-linux 2.40.1
e2fsck 1.47.0 (5-Feb-2023)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdd

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, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

Found a gpt partition table in /dev/sdd

(base) [mkey@fedora ~]$ sudo e2fsck -b 8193 /dev/sdd
e2fsck 1.47.0 (5-Feb-2023)
e2fsck: Bad magic number in super-block while trying to open /dev/sdd

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, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

Found a gpt partition table in /dev/sdd

(base) [mkey@fedora ~]$ sudo e2fsck -b 32768 /dev/sdd
e2fsck 1.47.0 (5-Feb-2023)
e2fsck: Bad magic number in super-block while trying to open /dev/sdd

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, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

 Found a gpt partition table in /dev/sdd

Pogledaj malo bolje kaj cekiras. Lupi lsblk da ti bude lakse


Citiraj:
Autor Nikky Pregled postova
Da mu nije "prevelika particija" tih 15 TB ?
Mislim da bi bilo pametno napraviti više particija, jedino ako neće kasnije biti storage skladište.

Nope. Zasad ostavljam da kolega sam skuzi gresku
__________________
Lenovo LOQ 15AHP9 83DX || AMD Ryzen 5 8645HS / 16GB DDR5 / Micron M.2 2242 1TB / nVidia Geforce RTX 4050 / Windows 11 Pro
Lenovo Thinkpad L15 Gen 1 || Intel Core i5 10210U / 16GB DDR4 / WD SN730 256GB / Intel UHD / Fedora Workstation 42
tomek@vz je offline   Reply With Quote