[Linux]Disk verification using fsck

Last update on August 5, 2009 01:00 PM by jak58
Published by jak58

Disk verification using fsck





Intro


Linux disk verification is done using the command fsck. However, for security constraints concerning the data present on the disk, it is strongly advised not to launch fsck from on a mounted partition. Note that it is difficult to remove the partitions requiring fsck because they are used by the system.

Solution


The aim is to request that the system to perform the fsck at the next reboot. To do this you just need to run the shutdown command with the-F parameter:
shutdown -r -F now


Another solution is to create the forcefsck file at the root of the system:

touch/forcefsck 


At the next restart, your hard disk will be analyzed and the file / forcefsck destroyed.
Best answers for « Disk verification using fsck » in :
How to make a scandisk Show How to make a scandisk Disk Verification under safe mode: Disk verification upon starting up Windows: Making a scandisk on Windows XP There exist two methods to verify your disk under Windows XP: Disk Verification under safe...
Difference between disk free space and used space Show Difference between disk free space and used space Explanation How to reduce the loss During the verification of free space on your hard disk, you detect that the amount of space free mentioned by the computer system is very much...
[Windows XP] Making Error disk Checking Show [Windows XP] Making Error disk Checking Checking in Safe Mode Verification at startup Checking in Safe Mode Restart the computer in Safe Mode (press repetitive F5 or F8 during startup before loading Windows). Open My Computer...
Error Message: Disk Boot failure ShowError Message: Disk Boot failure-insert system disk and press enter Solution 1: Ensure that your drives are empty Solution 2: BIOS set up Solution 3: New hard drive configuration Solution 4: Hard drive not properly plugged in Solution 5:...
How to resize a disk partition ShowHow to resize a disk partition For Windows Vista users Solution 1: Using Disk Management Solution 2: Using Command Prompt Software Download There are some simple ways to manage your disk partitions to either expand or reduce them....
Super Grub disk Live CD ShowSuper Grub disk Live CD The Use Repair Grub Restore MBR back to Windows Super Grub Disk is used to repair Grub and the MBR and reinstall on another partition. It can also restore the original MBR uninstalling Grub for users wishing...
Download HP USB Disk Storage Format Tool ShowHP USB Disk Storage Format Tool is a small utility allowing to format a key USB or READER MP4. It also allows to make a key (Bootable). This software works with all keys and readers MP4 of the market. To make work this utility under Windows...
Download Disk Recovery Wizard ShowDisk Recovery Wizard is a tool to backup data. It allows to restore the damaged, corrupt and inaccessible data on a hard disk and even the formatting. A wizard guides you step by step to facilitate the operations. Disk Recovery Wizard supports any...
Book disk ShowSystem disk A system disk, also sometimes called a boot disk, is a disk that will allow you to start a computer when the operating system no longer responds, as the result of a virus for example. This disk contains special information that makes it...