Skip to main content

Questions tagged [superblock]

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

Filter by
Sorted by
Tagged with
2 votes
1 answer
3k views

I have a 128gb micro sd formatted as ext4 10gb for app2sd 2nd ext4 partition ( p2 ) on my Android 6 phone . All my apps ( 80%) stay on that ext4 partition . Now app2sd cant load this partition - "...
user1874594's user avatar
1 vote
1 answer
1k views

I need to restore a broken partition superblock, so I get my list of backuped superblocks with : sudo mke2fs -n /dev/sdd1 And I would like to know if when choosing the one to restore, if this is ...
John Doe's user avatar
  • 1,021
0 votes
3 answers
2k views

I have an external HD which is divided into two partitions: an exFAT with 700GB and a LUKS partition with 300GB. I was copying from my computer to the luks partition but it got slow and stucked so I ...
Bella's user avatar
  • 23
4 votes
2 answers
16k views

I have a problem while loading into Ubuntu 17.04. This happens for the 2nd time after I booted into Windows. For the 1st time I just reinstalled the Ubuntu. I am not good at this question, so I hope ...
kozlone's user avatar
  • 75
8 votes
1 answer
6k views

Recently I accidentally formatted an EXT4 partition to FAT. I got into a panic. After a long journey through a dark wood in which my hope was fading I could recover my partition and it seems ok. After ...
Dante's user avatar
  • 95
0 votes
2 answers
2k views

I have some trouble with my external USB 3.0 drive with 1Tb HDD. I had formatted it wrong way: I wrote /dev/sdb instead /dev/sdb1, and now I have no ability to use this drive. fdisk /dev/sdb fdisk: ...
Макс Торгунаков's user avatar
2 votes
1 answer
3k views

I am writing a file system for my operating system and am doing research on existing file systems before I start designing my own. I came across some slides about the System Five File System and am ...
MrPickles's user avatar
  • 133
4 votes
1 answer
8k views

BTRFS RAID1 array with 2 500 GB hdds, no errors. This is the root filesystem, so there are 3 partitions on each drive: 1 = /boot (ext4), 2 = / (btrfs), 3 (swap) /boot is ext4 because upgrading the ...
basic6's user avatar
  • 6,675
1 vote
1 answer
2k views

read a few similar questions/posts and tried the solutions, still stuck. My scenario is simple, external ext4 drive was powered off (via cat) while operating, and failed to mount on boot. As I dug ...
lars's user avatar
  • 53
2 votes
1 answer
3k views

A story fairly similar to this one happened to me yesterday. Update: My only hard drive /dev/sda was originally partitioned this way: Device Boot Start End Blocks Id System /dev/...
Pit's user avatar
  • 55
3 votes
2 answers
6k views

I'm trying to create disk device in a file with: dd if=/dev/zero of=file.img bs=516096 count=1000 sudo losetup /dev/loop0 file.img (echo n; echo p; echo 1; echo ""; echo ""; echo w;) | sudo fdisk -u -...
0xAX's user avatar
  • 627
4 votes
1 answer
4k views

In every publication I found about ext2, the structure of a block group is defined as following: Super Block: 1 block Group Descriptor: N blocks Data Bitmap: 1 block Inode Bitmap: 1 block Inode Table: ...
goose999's user avatar
7 votes
1 answer
8k views

I understand that I can list the location of a filesystem's superblocks using the following commands. Example First get the device handle for the current directory. $ df -h . Filesystem ...
slm's user avatar
  • 380k
2 votes
1 answer
1k views

I accidentally overwrote all my RAID1 superblocks with garbage. I think this happened because I ALT-CTRL-DEL booted when the Ubuntu had put me in some kind of hard disk recovery mode. My display wasn'...
exDM69's user avatar
  • 121
4 votes
3 answers
9k views

Issue on Red Hat Linux 5. Due to some miscommunication two LUNs in our environment were enlarged from 1.2 TB to 1.7 TB. Now, after a reboot, mdadm does not find the superblocks to build the array ...
ddeimeke's user avatar
  • 4,747
2 votes
0 answers
3k views

I have a Linux Mint 12 install on my laptop. Yesterday I powered it off like I always do and this morning when I started it I was greeted by an error screen. (Translated from Swedish) Fatal errors ...
runfalk's user avatar
  • 193
3 votes
1 answer
4k views

I am having a problem with my ubuntu ext3 filesystem. I can't boot from it or mount the volume when running live CD. When I try e2fsck I get: "Bad magic number in super-block while trying to open /...
thepeer's user avatar
  • 131