Displaying 2 results from an estimated 2 matches for "e2fschk".
2013 May 17
1
device in use after a reboot
...system. Now i want to create a "ext4"-filesystem. I have
update the e2fsprogs from 1.41 to 1.42 (16tb limit >1.41).
Now I have an 17tb-storage as /dev/sda1 with ext4. I can mount this
device as /home/ (/etc/fstab "/dev/sda1 /home/ ext4 defaults 1
2". Now I start a e2fschk /dev/sda1 (umounted). No error-messages are in
the screen.
If I now reboot the server, the server does not started:
<---//
Checking filesystems
/dev/md2: clean, .....
/dev/md0: clean, .....
/dev/sda1 is in use.
e2fsck: Cannot continue, aborting.
*** An error occurred during the file system...
2002 Oct 22
1
Is this a ext related problem?
...tune2fs.
The commandline was: tune2fs -j /dev/sdb1. After tune2fs finished its
work i shutdown the system again. I logged in an did following steps:
- umount /dev/sdb1
- changed /etc/fstab entry for sdb1 from ext2 to ext3
- mount -t ext3 /dev/sdb1 /home
- umount /dev/sdb1
- e2fsck -yfF /dev/sdb1
e2fschk detects immediately a lot of errors. First i thought the kernel
which i build is bad. So i tried to install RedHat 8.0, but there was
exact the same behavior as Debian. APIC error on cpu(0). Next i tried
RedHat 7.3. The installation succeded. I choose already at the
installation the ext3 (and forma...