|
|

楼主 |
发表于 2022-8-13 18:59:43
|
显示全部楼层
- fsck -y /dev/md2
- fsck from util-linux 2.33.1
- e2fsck 1.44.5 (15-Dec-2018)
- /dev/md2 contains a file system with errors, check forced.
- Pass 1: Checking inodes, blocks, and sizes
- Inodes that were part of a corrupted orphan linked list found. Fix? yes
- Inode 38207491 was part of the orphaned inode list. FIXED.
- Inode 38207492 was part of the orphaned inode list. FIXED.
- Inode 38207493 was part of the orphaned inode list. FIXED.
- Inode 38207494 was part of the orphaned inode list. FIXED.
- Inode 38207495 was part of the orphaned inode list. FIXED.
- Inode 38207496 was part of the orphaned inode list. FIXED.
- Inode 38207497 was part of the orphaned inode list. FIXED.
- Inode 66977981 was part of the orphaned inode list. FIXED.
- Pass 2: Checking directory structure
- Pass 3: Checking directory connectivity
- Pass 4: Checking reference counts
- Pass 5: Checking group summary information
- Block bitmap differences: -272703720 -272704090 -273208010 -(273711520--273711535) -273718089 -273731985 -274641818 -(276865984--276865999) -(305702159--305702161) -307003252 -535873457 -535891462 -(799060000--799060004)
- Fix? yes
- Free blocks count wrong for group #8322 (22302, counted=22304).
- Fix? yes
- Free blocks count wrong for group #8337 (29714, counted=29715).
- Fix? yes
- Free blocks count wrong for group #8353 (30875, counted=30893).
- Fix? yes
- Free blocks count wrong for group #8381 (1832, counted=1833).
- Fix? yes
- Free blocks count wrong for group #8449 (13551, counted=13567).
- Fix? yes
- Free blocks count wrong for group #9329 (9397, counted=9400).
- Fix? yes
- Free blocks count wrong for group #9368 (511, counted=512).
- Fix? yes
- Free blocks count wrong for group #16353 (14918, counted=14919).
- Fix? yes
- Free blocks count wrong for group #16354 (12740, counted=12741).
- Fix? yes
- Free blocks count wrong for group #24385 (21575, counted=21580).
- Fix? yes
- Free blocks count wrong (1456744708, counted=1456744757).
- Fix? yes
- Inode bitmap differences: -(38207490--38207497) -66977981
- Fix? yes
- Free inodes count wrong for group #9328 (4074, counted=4082).
- Fix? yes
- Free inodes count wrong for group #16352 (90, counted=91).
- Fix? yes
- Free inodes count wrong (234070322, counted=234070331).
- Fix? yes
- /dev/md2: ***** FILE SYSTEM WAS MODIFIED *****
- /dev/md2: ***** REBOOT SYSTEM *****
- /dev/md2: 179909/234250240 files (0.6% non-contiguous), 417246411/1873991168 blocks
- root@:~# mount -o rw /dev/md2 /
- mount: /: /dev/md2 already mounted on /.
复制代码
最后在无法卸载分区的情况下执行磁盘修复命令解决问题。 |
|