Questions tagged [fsck]

a tool to check the consistency of and repair a file system for Unix-like operating systems

Fsck ("file system check") is a tool to check the consistency of and repair a file system for and Unix-like operating systems, such as and Mac .

Man page: http://www.manpagez.com/man/8/fsck/

Wikipedia: http://en.wikipedia.org/wiki/Fsck

205 questions
0
votes
1 answer

force fsck to fail on boot

I am working on a embedded debian linux device. Owing to the power being pulled at any time resulting in a sudden power loss, we have set FSCKFIX from "no" to "yes" in the /etc/default/rcS file. Without this I have encountered errors where the…
othane
  • 101
  • 1
0
votes
1 answer

fsck.ext3: Unable to resolve UUID but gparted shows the correct UUID

I'm running CentOS6 on a PowerSpecG211 with a RAID level 1 array (2x2TB) and a couple of SSD's Yesterday afternoon the partition for /var ran out of space while I was doing some stuff in mysql and the whole system froze. now when I reboot, I get a…
Jeff
  • 113
  • 1
  • 6
0
votes
1 answer

FreeNAS ufs root fs bad, recover freenas-v1.db

I'm booting my FreeNAS from an USB stick. But it became bad and won't boot up. bad dir ino {X} at offset {X}: mangled entry I now attached the USB drive to a VM with FreeNAS to mount / or repair the fs on the stick with fsck. After running fsck -y…
s1lv3r
  • 1,155
  • 1
  • 14
  • 24
0
votes
1 answer

Where do ext3 inode / meta-data reside?

Just a quick question about ext3: Are inodes stored in the same area as file data, or are there separate regions on the disk reserved exclusively for meta-data and others reserved exclusively for file/directory-content? Reason I'm asking: If fsck is…
Markus A.
  • 419
  • 7
  • 18
0
votes
1 answer

What is using the memory when e2fsck is running?

I am having trouble running e2fsck due to memory limitations, as detailed in this question. In the course of investigating that, I came upon something that may be of more general interest, so I will put it in its own question. While running e2fsck,…
0
votes
2 answers

How to force fsck on root filesystem on Voyage Linux

I have a Voyage Linux (a Debian derived system) computer (which is headless, ie no display). The root filesystem is marked as corrupted and there are actually some errors. I would like to fix these errors, but I can't. I tried several things…
lauhub
  • 109
  • 1
  • 6
0
votes
2 answers

is running rsync after filesystem crash enough?

On my Debian Squeeze server, a filesystem crashed badly. I ran fsck.ext4 on it and it corrected many things. Now everything seems to be fine. Additionally, ran an rsync from a recent backup to the failed filesystem. My question: Now that rsync has…
andreas-h
  • 1,054
  • 1
  • 16
  • 27
0
votes
1 answer

ran fsck on a mounted partition, now centos 5 won't boot

Yes, I very stupidly ran fsck on a mounted parition. Immediate regret. What's happening now is I see grub, it starts booting centos 5, then it says: bin/sh: ro: no such file or directory kernel panic I've booted with a clonezilla livecd and…
Fidel
  • 363
  • 1
  • 4
  • 18
0
votes
1 answer

Ubuntu 8.04 unresponsive after restart

I have a Godaddy Dedicated server running Ubuntu 8.04. When I restart the server it will randomly not come back online. I cannot access it through SSH or the web. Godaddy support has to reboot the server and disable iptables, restart SSH and then…
Patrick
  • 133
  • 1
  • 8
0
votes
1 answer

Ubuntu Server live cd rescue mode can't run fsck

I have an ubuntu server virtual machine that crashed and I was forced to reset the virtual machine. When I booted, it did an automatic fsck, but I want to make sure that the filesystem is ok. I have searched for instructions on how to run fsck from…
joshu
  • 771
  • 3
  • 12
  • 28
0
votes
1 answer

How can I locally analyze SMART logs from a server?

I have Ubuntu 10.04 server running on a desktop at home. I rebooted, and the machine was unreachable after 10 minutes or so. At this point I should have connected a console (monitor using VGA cable). Instead, I powered off the machine (held down the…
Adam Monsen
  • 695
  • 1
  • 7
  • 21
0
votes
1 answer

Why fsck without umount results in filesystem corruption?

Everyone says that you shouldn't do fsck to a disk without umount, because it will result in filesystem corruption.Actually I tried to fsck a mounted disk and the filesystem is corrupted. That's few years ago when I didn't know much about Linux.…
yegle
  • 696
  • 7
  • 18
0
votes
2 answers

run fsck on mounted partition

Is there any possibility to run fsck if I have one ext3 partition /dev/sda1 only? File system is in the read-only mode, reboot did not help - automatic fsck failed and manual one is required. I have root access to my VPS console. I can't use live CD…
Andrew
  • 1,044
  • 6
  • 21
  • 36
0
votes
1 answer

Check progress on already running fsck process

Possible Duplicate: How do you get e2fsck to show progress information? Is there a way to check the progress of fsck.ext3 under Ubuntu, if I'm logged in remotely? Obviously the time taken depends on a lot of factors, but if fsck has to option of…
pufferfish
  • 2,660
  • 9
  • 37
  • 40
0
votes
3 answers

What is the meaning of Linux e2fsck "restarting fsck from the beginning"?

My regularly monthly corruption of my drobo ext3 linux means I have fsck -f -y the device but I'm getting the message above a few hours into the process. Anyone know what that means? I expect that it is a consequence of the regular corruption, for…
dajobe
  • 101
  • 1
  • 3