HOSTNAME:~ # fsck -n /FSMOUNTPOINT
fsck 1.38 (30-Jun-2005)
e2fsck 1.38 (30-Jun-2005)
Warning!
So I ran e2fsck.
PHP Code:
[root@server ~>$ e2fsck -yvf /dev/sdf1
e2fsck 1.41.14 (22-Dec-2010)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Hello, everyone. First of all, I'm quite a noob, so ANY help will be.. helpful :)
Yesterday I've updated my openSUSE 11.1 to 11.2 using installation DVD. After that, as system boots, I started to get lines like:
Code:
FATAL: Module jbd not found
FATAL: Module mbcache not found
FATAL: Module ext3 not found
and so on with different modules..
Is there any sense in running fsck -N first or should we just use -y right away and get it all over and done with fast?
When we run fsck or e2fsck with the -y option and there are some serious file system problems, it silently unlinks any orphaned files to the lost+found.
That's all fine and dandy when there's no big problems, normally no files need to be unlinked and fsck just runs and fixes t
I got "block bitmap differences" when doing e2fsck. I do e2fsck after i unmount that partition.
My question is: what exactly is "bitmap difference".
I'm using rsync to copy some source code. The copied code must not be modified at the destination place, so I set --chmod=u-w flag to make it read-only after copying.
rsync --delete -a --chmod=u-w
First is working well.
I am using Ubuntu 12.04. Initially few days, everything worked fine, but then I started getting a problem quite frequently. After every 2-3 days, the file system becomes read-only. I am unable to save/download anything in the installation drive and the system hangs if I attempt to do so, after which I need to force restart.
I have to run fsck in the repair mode to get it fixed.
fsck stands for "file system check" [1]. systemd will check all of your filesystems every time you boot [2]. systemd-fsck[145]: /dev/sda4: clean, 2977/296096 files, 85427/1217024 blocks
systemd-fsck[151]: /dev/sda1: clean, 345/26104 files, 34083/104388 blocks (check after next mount)These messages mean that there are no problems with your filesystems and they are "clean&
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 displaying a progress bar, it should be possible
EDIT:
Seems I didn't make the question clear enough.