Seems to be a bug in mke2fs on latest rootfs March 23, 2021 05:42PM |
Registered: 3 years ago Posts: 84 |
Re: Seems to be a bug in mke2fs on latest rootfs March 23, 2021 07:16PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Seems to be a bug in mke2fs on latest rootfs March 23, 2021 07:17PM |
Registered: 3 years ago Posts: 84 |
Re: Seems to be a bug in mke2fs on latest rootfs March 23, 2021 07:22PM |
Registered: 3 years ago Posts: 84 |
Re: Seems to be a bug in mke2fs on latest rootfs March 23, 2021 07:29PM |
Admin Registered: 13 years ago Posts: 18,997 |
> mkfs.ext3 /dev/sdX >
mkfs.ext3 -L someLabel /dev/sda1
Re: Seems to be a bug in mke2fs on latest rootfs March 23, 2021 07:37PM |
Registered: 3 years ago Posts: 84 |
Re: Seems to be a bug in mke2fs on latest rootfs March 23, 2021 11:19PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Seems to be a bug in mke2fs on latest rootfs March 24, 2021 11:08AM |
Registered: 3 years ago Posts: 84 |
$ sudo mount -t ext3 /dev/sdc1 /mnt [sudo] password for theadmin: mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error. sudo fsck.ext3 -f /dev/sdc1 e2fsck 1.46.2 (28-Feb-2021) The filesystem size (according to the superblock) is 244190390 blocks The physical size of the device is 244190389 blocks Either the superblock or the partition table is likely to be corrupt! Abort<y>? yes $ sudo mkfs.ext3 -n /dev/sdc1 mke2fs 1.46.2 (28-Feb-2021) /dev/sdc1 contains a ext3 file system last mounted on /mnt/2 on Wed Dec 31 16:01:04 1969 Proceed anyway? (y,N) y Creating filesystem with 244190389 4k blocks and 61054976 inodes Filesystem UUID: f72fc65f-c820-4cb4-820c-be29a9c2639c Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, 102400000, 214990848 $ sudo fsck.ext3 -fb 32768 /dev/sdc1 e2fsck 1.46.2 (28-Feb-2021) The filesystem size (according to the superblock) is 244190390 blocks The physical size of the device is 244190389 blocks Either the superblock or the partition table is likely to be corrupt! Abort<y>? no Pass 1: Checking inodes, blocks, and sizes ^C/dev/sdc1: e2fsck canceled. /dev/sdc1: ***** FILE SYSTEM WAS MODIFIED *****
Re: Seems to be a bug in mke2fs on latest rootfs March 24, 2021 04:42PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Seems to be a bug in mke2fs on latest rootfs March 24, 2021 04:49PM |
Registered: 3 years ago Posts: 84 |