fsck - check and optionally repair a file system.
0
votes
1answer
22 views
Safest way to run ext4 fsck on external drive
I have an external drive formatted in ext4 that throws this error message when is plugged in EXT4-fs (sdd2): error count: 8 initial error at 1366215273 last error at 1366215527,it generally works just ...
0
votes
2answers
60 views
If “fsck -n /PATH” says errors, then it's 100% true that the FS has errors?
HOSTNAME:~ # fsck -n /FSMOUNTPOINT
fsck 1.38 (30-Jun-2005)
e2fsck 1.38 (30-Jun-2005)
Warning! /dev/vgname/lvname is mounted.
Warning: skipping journal recovery because doing a read-only filesystem ...
3
votes
0answers
77 views
Confusion with how to restore corrupt ext3 files if power outage occurs during a file write
I am running a small embedded system. Because the system will never be gracefully shutdown and will just have the power cable unplugged, I am running an initramfs but mounting an ext3 partition on a ...
0
votes
3answers
122 views
Automatically run kpartx during boot
I'm running Debian Wheezy on an SSD, and in addition I have two 500GB hard disks in Intel software RAID 0 (fakeraid). Both the SSD and the RAID array have GPT partition layouts. I have set up my fstab ...
2
votes
1answer
104 views
Why was -F removed from /sbin/shutdown?
I used to be able to run /sbin/shutdown -r -F now but in recent Ubuntu and Fedora releases there is no -F option and if I want to force an fsck I need to do touch /forcefsck; /sbin/shutdown -r now. ...
0
votes
1answer
108 views
Fedora 17-15 old lvm partition reporting incorrect size
After years i decided to upgrade from Fedora 15 to 18, but as per the guidelines only 2 versions can be jumped, so i decided to settle with Fedora 17 and ran preupgrade , all was going fine, till ...
2
votes
1answer
52 views
Can e2fsck be suspended?
I have a large hard disk partition. I would like to launch e2fsck on it so that i shall suspend its progress, be able to reboot and resume e2fsck from where it was suspended.
1
vote
1answer
142 views
File access after fsck very slow for first-time access?
My drive started to show up errors, I unmounted it and ran fsck on it. It's a 2TB drive installed on Debian Squeeze, using ext3.
The fsck too about 17 hours. I found some, luckily mostly unimportant, ...
0
votes
1answer
135 views
Recover ext3 files from hard disk with bad sector [duplicate]
Possible Duplicate:
Recover formatted ext3 partition
I have a folder of about 5GB that suddenly disappeared. When I checked its hard disk, I found out it has bad sector for about 2-3MB on ...
1
vote
1answer
101 views
iostat report huge writes to drives that's not even mounted
root@host [~]# fsck /home2
fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)
/dev/sdb1: clean, 6018617/91578368 files, 54524459/366284000 blocks
root@host [~]# fsck /home4
fsck from ...
1
vote
1answer
139 views
IO Error on RAID5 member. What to do about bad blocks?
I recently got an IO Error on one of my RAID5 members; on a 3 disk fakeRAID array. I didn't notice at the time - there was only a message in /var/log/kern.log - so I had continued running the machine ...
2
votes
1answer
212 views
Error mounting drive with fstab
I have an small server in my house with an external usb 2TB hard drive:
/dev/sdb1: LABEL="Data" UUID="eedc3098-221d-4800-b8b4-efa4fef23f5f" TYPE="ext4"
I have the next line in /etc/fstab:
...
2
votes
2answers
100 views
Can I make low-level changes on a root fs mounted RO?
Related to this question: having a root file system that had to be mounted read-only (say it's completely broken), can I reformat the partition or dd a older backup image on top of it (and then ...
2
votes
1answer
336 views
Where is fsck startet for the root filesystem at boot?
I want to extend an existing Debian 6.0 system so that it is able to automatically fix a corrupt root file system by restoring a separate image. That process should start automatically instead of the ...
2
votes
1answer
193 views
Slow boot, how to program fsck to run like a cron job?
Sometimes my web server crashes, and it may take hours to boot. I've been told fsck might be the culprit, because it can only be run during boot, only runs after X days and Y mounts, and if the server ...
2
votes
0answers
253 views
Bad superblock after server crash
My server (CentOS 6) crashed, and it now kernel panics on boot. It's currently using a mdadm RAID1 array with two 1TB drives.
vg_server2422-LogVol01 is /
vg_server2422-LogVol00 is Swap
...
1
vote
1answer
505 views
How to automatically force fsck disks after crash in `systemd`?
Sorry for bad english.
How to set systemd for automatically force fsck disks after crash (hard poweroff)?
When I used sysvinit (in Arch Linux) as /sbin/init I used the hack: in the rc.local I create ...
1
vote
2answers
243 views
Why does e2fsck fail during boot, but not later?
When booting my Debian server, I'm presented with the following error concerning my external hard drive:
/dev/disk/by-label/elements:
The superblock could not be read or does not describe a correct ...
1
vote
1answer
1k views
Should I run fsck on boot for an amazon ec2 image?
I have an Ubuntu micro instance running on amazon EC2.
Recently after logging in I was alerted:
*** /dev/xvda1 will be checked for errors at next reboot ***
I've rebooted a couple times using init ...
5
votes
2answers
616 views
Importance of fsck at boot with Journalled filesystems?
I noticed that XFS does not implement a fsck at system boot and one of the reasons touted in that journaling file-systems help ensure the file-system is in a consistent state after an unclean ...
5
votes
2answers
395 views
Why was fsck priority introduced in /etc/fstab?
Inside the /etc/fstab file, in the sixth column, there is a number that corresponds to whether a filesystem should be scanned for errors. Possible values are:
0 - skip
1 - high priority
2 - low ...
1
vote
0answers
305 views
Resolving unmet installation dependencies; file system problems
Somehow part of my ext3 file system got corrupted and large portions of my python installation got all sorts of messed up. The only thing I could notice immediately was Python raising a missing module ...
-1
votes
1answer
561 views
What is in fsck section in fstab?
I have a basic understanding of fsck utility but what does "fsck" section in /etc/fstab denote? It has values 0, 1, 2 what are these values?
Googling says 0- it wont be checked
1- will ...
2
votes
0answers
3k views
How do I fix btrfs?
I've trawled mailing lists and finally finished up on Ubuntu's btrfs page, and am left feeling that btrfs still does not have a full fixing utility (as indicated on their home page). Even though ...
6
votes
1answer
644 views
Significant difference in speed between fsck using ext3 and ext4 on Debian Squeeze
Recently I installed Debian Squeeze, first using ext3 and then again using ext4 on the same machine. The automatic fsck done after a certain number of mounts is much faster using ext4 (about 1 min) ...
5
votes
1answer
1k views
How does the Unix “fsck” differ from the Windows “chkdsk”?
What are the differences between Unix's fsck and Windows' chkdsk?
2
votes
2answers
392 views
Did `sudo init 6` cause my file system to be corrupted?
I was developing some code and had open qtcreator (software development IDE), gnome-terminal, and possibly firefox. I needed to restart to test something. So i restarted using sudo init 6. When my ...
5
votes
2answers
543 views
How can I diagnose and repair missing drive space?
I have a small ext3 / partition on a 2T drive which appears to have a discrepancy in its free space. How can I determine what is causing it and how it can be fixed.
After trying everything I could ...
8
votes
1answer
2k views
What does fsck -p (preen) do on ext4?
I was reading a blog post about filesystem repair and the author posted a good question… fsck -p is supposed to fix minor errors automatically without human intervention. But what exactly will it fix ...
5
votes
1answer
2k views
Is there any difference between e2fsck and e4fsck on CentOS / RHEL systems?
ext4.wiki.kernel.org makes it sound like e2fsck was simply renamed to e4fsck so that e4fsprogs and e2fsprogs could coexist without overlapping. However, there is no mention of any difference in the ...
7
votes
2answers
13k views
How can I fsck a partition when the device reads as busy (but has been confirmed otherwise)?
I'm attempting to run fsck -p /dev/sda5 to repair errors on an ext4 partition, however the command outputs
fsck from util-linux-ng 2.17.2
fsck.ext4: Device or resource busy while trying to open ...
1
vote
1answer
773 views
e2fsck progress bar?
How can I see the progress of e2fsck in the terminal? Are there any pv like ways?
For example how can I see how far along this command is in progress:
e2fsck -f -y -v /dev/sdb1
3
votes
2answers
1k views
Is there a Linux tool for defragging NTFS partitions?
Can NTFS partitions be defragged within Linux? Does fsck work for this?
(Here and there I've seen a recommendation to use fsck -t ntfs --kerneldefrag /dev/XXX. Would this work?)
1
vote
2answers
515 views
How can I fix linux disk without unmount it?
I had large file 200GB in my ext2 disk, then I deleted it(three are no files in Trash). And I haven't gained any free space. I don't want to use fsck as it requres me to unmount disk. I were windows ...
3
votes
1answer
591 views
How to view bad blocks on mounted ext3 filesystem?
I've ran fsck -c on the (unmounted) partition in question a while ago. The process was unattended and results were not stored anywhere (except badblock inode).
Now I'd like to get badblock ...
3
votes
2answers
367 views
How to test file system correction done by fsck
How to make sure that fsck is correcting corruptions while keeping the integrity of file system?
Suppose clients are writing lots of files through NFS to server, and there happens something that ...
6
votes
3answers
4k views
How can I avoid “Run fsck manually” messages while allowing experimenting with system time changes?
I'm working with a system where we want to allow users to play around with the date and time if they want, and where reboots may happen arbitrarily. This is fine, except for one thing: if there's a ...
8
votes
2answers
876 views
How to repair an ext3 partition after broken resize operation?
I was using gparted to resize a near-terabyte ext3 partition, adding about 40 GB to the left. After nearly 12 hours of moving data (and with 23 more hours estimated to remain) the system hung. Now ...
4
votes
1answer
3k views
e2fsck: unable to set superblock flags on LogicalVolume
When I boot my machine either in normal mode or runlevel 1 it throws following error and I'm unable to boot the machine:
checking filesystems
/dev/MyGroup/LogVol00: UNEXPECTED INCONSISTENCY; RUN ...