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.
Читайте також:
- Linux Tuning Parameters
- Linux Commands For Shared Library Management and Debugging Problem
- How To quick generate openssl certificate signing request
- ssh daemon on Android with dropbear
- vsftpd /bin/false check_shell=NO pam hack
- Пошук великих файлів, find, ls, du
- Запуск декількох X сесій
- Howto install decklink driver of blackmagicdesign on gentoo linux
- /usr/bin/ld: cannot find -lstdc++ Debian libreadline5-dev package bug
