Skip to main content

Questions tagged [superblock]

The tag has no usage guidance.

0 votes
0 answers
518 views

EXT4 filesystem Superblock invalid after lvextend and power failure

There was a LVM with VG on two partition-based PVs My bad, everything following was happening on a mounted filesystem. I've successfully added third PV pvcreate /dev/sdc2 Successfully extended the VG ...
Namudril's user avatar
1 vote
0 answers
113 views

RAID 1 to RAID 5 failure

I need your valuable help on this: I have a NAS which is capable of having a RAID with four disks. I used it for a long time with only two, sda and sdd on RAID 1 - they are WD30EFRX. Now, I bought two ...
Jorge Nunes's user avatar
1 vote
1 answer
450 views

Drive changed mapping during e2fsck process

I'm unsure if "mapping" is the right term. Short: I ran the following command: $ sudo e2fsck -b 32768 /dev/sde1 e2fsck 1.46.3 (27-Jul-2021) /dev/sde1 was not cleanly unmounted, check forced. ...
Scott H.'s user avatar
0 votes
0 answers
5k views

How to get all Jenkins job details for last 7 days and send that data over mail

I am new on Jenkins and I wants powershell script to get the details of all jobs of Jenkins for last 15 days. I will send that details of Jenkin's jobs over mail to my Manager. I will be very thankful ...
Catherine's user avatar
2 votes
0 answers
707 views

Bad Superblock when mounting LVM SSD

I made a complete copy of my Fedora boot ssd using dd however the new drive does not boot correctly and is not mountable when connected via usb enclosure on a different machine. I get a bad superblock ...
Matthew Simmons's user avatar
2 votes
2 answers
14k views

Recovering from "failure reading sector"

When I boot up my laptop (with only opensuse installed, no other OS on it), I'm greeted with error: failure reading sector 0x802 from 'hd0'. and get put into GRUB rescue prompt. I used the original ...
Sundar R's user avatar
  • 1,489
1 vote
2 answers
874 views

Can't read superblock on RAID 10 LUKS array after rsync freeze (Ubuntu Server 18.04.3 with Budgie desktop)

During an rsync from an external LUKS raid 10 array (connected by e-sata) to an internal drive, the OS froze. After rebooting, I can no longer access the external raid 10. When I click on it I get ...
user234899's user avatar
1 vote
0 answers
480 views

Can I force-mount a raid filesystem beyond repair?

I had a 3-disk RAID5 setup. While migrating carelessly, a disk popped out of the array and then another followed closely. I therefore cannot legitimately rebuild the array because there is no aligned ...
mfloris's user avatar
  • 261
0 votes
0 answers
2k views

What does mean Read-only file system while setting up superblock?

I had created usb boot but it does being cause of read only file system. Well I tried many ways to do but can not format or write new table so when I tried command : mkfs /dev/sdd1 mke2fs 1.44.1 (...
Swapnil's user avatar
  • 163
3 votes
0 answers
4k views

Bad magic number in super-block / Invalid argument while trying to open /dev/sda12

How can i recover my corrupted hardisk partition ? I can tried to recover this partition using GParted but GParted see an error message GParted 0.25.0 --enable-libparted-dmraid --enable-online-...
Ahammed Shamil K's user avatar
0 votes
2 answers
698 views

Ubuntu RAID 10 - unable to assemble

Here's a brief history of how I got here: 4x disk Ubuntu 12.04 software RAID10 with 5x partitions (md0 - md4) 1x disk died mdadm --fail > mdadm --remove > physically removed drive and replace mdadm --...
user529384's user avatar
0 votes
1 answer
67 views

External drive seems to work but doesn't respond to Linux tools for repair

I have an external Seagate drive that I'm trying to get to mount by restoring the superblock. The system can see that the disk exists and read the label, but most tools that I run on disk stop ...
ezgoodnight's user avatar
1 vote
1 answer
1k views

ext4 superblock backup locations are different from what is documented

When I format an ext4 filesystem the mkfs says: Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000 My sparse_super flag is ON, ...
HEKTO's user avatar
  • 145
1 vote
1 answer
926 views

ext4 superblock checksum?

I'm reading the ext4 superblock, but its s_checksum (offset 0x3FC) is always zero. Also the s_checksum_type (offset 0x175) field is zero as well, however according to https://ext4.wiki.kernel.org/...
HEKTO's user avatar
  • 145
0 votes
0 answers
337 views

Traversing through the inode to find the contents of the file stored in different data blocks

I am reading about the EXT2 filesystem and I got an understanding about it. Every file system comprises of data and metadata (inode). The file system is divided into a number of blocks with 4 main ...
Angus's user avatar
  • 119

15 30 50 per page