Forcing fsck run on next boot
If you want to force fsck filesystem check on next boot, you can do this with creating an empty file with the name of “forcefsck” on root directory:
touch /forcefsck
If you want to disable fsck running on the next boot, you can do this with creating an empty file with the name of “fastboot” on root directory:
touch /fastboot
Both files will be removed on next boot.
Читайте також:
- bash history - відображення дати і часу для кожної команди
- ssh daemon on Android with dropbear
- Howto install and use usb modem, as example "mts connect", in debian linux
- How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian
- Wrong charset, conversion from `utf-8' to `windows-1251' is not allowed chroot
- etc snapshots with git
- Запуск декількох X сесій
- Linux Tuning Parameters
- /usr/bin/ld: cannot find -lstdc++ Debian libreadline5-dev package bug
- How To capture video from tv-tuner card via mencoder
