Repair after the hyperblock of the LinuxExt3 file system is damaged
Source: Internet
Author: User
Article Title: Repair after the hyperblock of the LinuxExt3 file system is damaged. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems, open source, and other basic categories # mount/dev/sde1/foo
Mount: wrong fs type, bad option, bad superblock on/dev/sde1,
Or too mounted file systems
. How can this problem be solved?
Answer:
This error message indicates that the super block of the ext3 File System on the/dev/sde1 device is damaged, and the metadata of the ext3 file system is saved in the super block.
The ext3 file system also has several backup Super blocks. You can try to use the backup super block to load the ext3 file system and repair the ext3 file system.
The backup super block information can be obtained through the following command. This command simulates the action when the ext3 file system is created and prints the position of the backup super block. The default position is 4 K, when using the mount command, you need to provide an offset in the unit of 1 K, which must be multiplied by 4:
Note! You must use '-n' as the parameter to simulate the creation of the ext3 file system instead of creating the ext3 file system.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service