Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

busybox

#if you open your pc an it's saying that :

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)


#type exit to see the problem : 

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash) 
Enter 'help' for a list of built-in commands.

(initramfs) exit

/dev/sda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options) 
fsck exited with status code 4. 
The root filesystem on /dev/sda1 requires a manual fsck.

#and type fsck and the root file system who's bug : 

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) fsck /dev/sda1

fsck from util-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
/dev/sda1 contains a file system with errors, check forced.

#Answer Y at all the questions and type reboot : 

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) reboot
Comment

PREVIOUS NEXT
Code Example
Shell :: how to setup path using git bash in windows 
Shell :: rename all files starting with in linux 
Shell :: bash script change directory run a command 
Shell :: version manager 
Shell :: what is uname -r linux 
Shell :: how to leave a directory on terminal 
Shell :: how to clone all git repositories 
Shell :: How to create and extract an archive or .tar file using linux commands 
Shell :: error: insufficient permission for adding an object to repository database .git/objects fatal: failed to write object fatal: unpack-objects failed 
Shell :: ssh rsa key login 
Shell :: create a new branch based on another branch 
Shell :: git newly created branch not showing 
Shell :: .gitignore everything except 
Shell :: git revert a specific file 
Shell :: dockerfile env 
Shell :: is it possible to check with my website if an app is installed? 
Shell :: docker answer dialog 
Shell :: libgnome-keyring-dev 
Shell :: add user to sudoer "zsh" same customization for root 
Shell :: uninstall en_web_core md 
Shell :: debian build with ccache 
Shell :: removing numbers from ubuntu icons 
Shell :: powershell reload updated module 
Shell :: docker install ubuntu linux 
Shell :: ubuntu history to file without line number 
Shell :: How to add and commit files to a Git repository 
Shell :: install adb on mac 
Shell :: apt install xfce4-xkb-plugin 
Shell :: how to grep doi from RTF file 
Shell :: linux remove null bytes from file 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =