Skip to main content

Questions tagged [superblock]

Use for question about the special metadata "super block" of filesystems.

Filter by
Sorted by
Tagged with
1 vote
0 answers
47 views

I had the idea to compare the system clock with the data of the last superblock update when booting (as traditional UNIX systems did). However it seems the superblock (or at least it's write time) is ...
U. Windl's user avatar
  • 1,777
0 votes
0 answers
50 views

GDT = Group Descriptor Table ; GD = Group Descriptor. I'm trying to figure out how many bytes I need to read after the superblock to extract the entire GDT, because it's needed for a program I'm ...
james's user avatar
  • 121
4 votes
0 answers
127 views

I accidentally used mkswap on a unmounted 2 TB data partition of a hard drive (not an SSD), while I was on a live USB session. I did not run swapon as I immediately realized what I had just done. I ...
Samuel's user avatar
  • 342
0 votes
0 answers
46 views

so after I partitioned with mini partion tool the drive containing Linux and windows 11 broke the windows so I hoped on linux trying to fix it but the linux partition sustained some damage too it ...
TheGuy's user avatar
  • 11
0 votes
0 answers
217 views

I am a novice linux user, for some time. I need some help with recovering a corrupted EXT4 filesystem. Ideally, I would like to recover the filesystem intact. The drive in question is 'sda'. The ...
userk's user avatar
  • 1
0 votes
1 answer
1k views

I had an old drive beginning to fail and my backups were no good apparently. I got a new drive larger than the failed one and was able to ddrescue it over, with bad/missing superblocks of course. ...
MaKR's user avatar
  • 181
1 vote
1 answer
474 views

I am trying to find the creation date on an ext2 file system. I seem to get a current date using dumpe2fs. The problem is that the original ext2 superblock specification does not contain such ...
Panagiotis Stefanis's user avatar
2 votes
0 answers
492 views

I moved tow drives which where mounted in a raid1 to another to a new system to be mounted there. One drive was detected instantly, the other one had issues with the super blocks. After reading Kevin ...
Friedi's user avatar
  • 21
0 votes
0 answers
1k views

Background Had a Linux root ext4 partition that I needed more space; cleared it from my Windows install, and then modified the remaining stuff on KDE's partition manager on a live usb. I'm not ...
zenurik's user avatar
1 vote
0 answers
1k views

I've recently found an old external hard disk and I have no idea what's on it. There was only one partition, encrypted with dm-crypt. Luckily I still remembered some of the passphrases that I used ...
meeque's user avatar
  • 21
0 votes
0 answers
84 views

I did an update on my Fedora USB stick and after that there were errors booting and I got into ermergency mode. Error:
FebanHD's user avatar
0 votes
1 answer
180 views

Alright so I was using Lubuntu to create a swap partition for my KDE Neon system and I used KDE Partition Manager (it came preinstalled with Lubuntu). It shrinked the drive in 8GB and sat there for a ...
alnexus-pleasehelpme's user avatar
2 votes
2 answers
1k views

Problem My Armbian based Orange Pi webserver crashed (probably because of a power loss). I thought it would be fine since ext4 is more resilient and it usually has been in the past, but for some ...
Synetech's user avatar
  • 173
1 vote
1 answer
1k views

I know the first thing the OS accesses on the harddisk is the superblock. But then what?
Soumik Basu's user avatar
0 votes
1 answer
365 views

i have an Intel Nuc-8i3beh running a Debian 10 Buster and Windows 10 in dual boot. The Windows system was installed first. The bootloader is grub in uefi mode. System: sda -> main harddrive with ...
alwa's user avatar
  • 1
0 votes
1 answer
2k views

After a power failure on a server with 4 disks in RAID6 configuration, /dev/md1 won't come up (though /dev/md0 does). mdadm --assemble --scan mdadm: /dev/md/1 assembled from 3 drives - not enough to ...
batflaps's user avatar
  • 195
4 votes
3 answers
20k views

ext4 is failed me again! the most unstable fs tried to fix it by restoring block from backup, but without luck.. ↪ sudo fsck.ext4 -v /dev/sdd e2fsck 1.45.6 (20-Mar-2020) ext2fs_open2: Bad magic number ...
Yu Da Chi's user avatar
2 votes
1 answer
252 views

I have a block device that contains some valid filesystem (including the main and backup superblocks) at some unknown offset with some unknown block size. In my case I happen to know that it's an ext4 ...
ATLief's user avatar
  • 338
6 votes
3 answers
62k views

I received an incident when I was trying to do mount -a . I was getting the below error. So how to fix this issue? mount: /dev/vgname/lvname: can't read superblock
sagar hedaoo's user avatar
1 vote
1 answer
746 views

While running Linux Mint 19 Cinnamon normally, the drive went into lockdown mode preventing disk writes indicating possible corruption. Upon shutdown and reboot I was met with ACPI errors. Following ...
zolt56's user avatar
  • 13
2 votes
0 answers
608 views

How might I be repeatedly corrupting my superblocks on RAID1 I have had two occasions in the past six months of RAID1 root arrays becoming unusable because of problems with the superblock. ...
Stonecraft's user avatar
0 votes
1 answer
2k views

My laptop ran out of power and when I went to plug it in and power it on, Ubuntu no longer boots. I get directed to BusyBox built in shell that looks exactly like: BusyBox v1.27.2 (Ubuntu 1:1.27.2-...
Reuben Wilson's user avatar
1 vote
1 answer
2k views

I have a device that is encrypted using dm-crypt. This is a mini SD card that I use on my laptop. I've had some issues with my laptop freezing recently, and in the journal these messages come up: ...
user avatar
2 votes
1 answer
2k views

I am trying to find the association between block groups and superblocks in an ext4 filesystem I was unable to find much of documentation online, except this link that hints that Because of the ...
pkaramol's user avatar
  • 3,109
1 vote
1 answer
2k views

Background The first block of an ext4 filesystem is called the superblock - it contains essential metadata. There are backup copies of the superblock scattered throughout the filesystem; they can be ...
nagamani's user avatar
  • 181