LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Recurrent BusyBox Problems with Linux Mint 18 (https://www.linuxquestions.org/questions/linux-software-2/recurrent-busybox-problems-with-linux-mint-18-a-4175596170/)

julianvb 12-26-2016 01:13 PM

Recurrent BusyBox Problems with Linux Mint 18
 
2016-12-26

I've been using two Jetway mini-motherboard computers hosting Linux Mint 18 (LM18) Sarah for a few months. The first one exhibited a BusyBox (BB) problem just once and I was able to fix it using the following {initramfs} commands.
Code:

fsck -fy /dev/sda1
Code:

exit
However, I am not so lucky with the second LM18 machine. A few weeks ago I was able to fix its first BusyBox problem the same way. But tonight I can no longer solve a recurrent BusyBox problem similarly. If I attempt to reboot via BIOS, BusyBox re-appears persistently each time. Does this mean that my hard drive may have gone bad? My computers come with 2GB of RAM and a 64GB solid-state hard drive.

I've just test-run a live LM18 USB on this machine without any trouble. I assume this to imply that my machine's hardware is fine.
But I dislike the idea of having to re-install LM18 and consequently my personal database and useful but lengthy .bash_aliases files.

Any help or advice will be much appreciated.

Julianvb

Yetoo 12-26-2016 01:18 PM

Quoting from http://unix.stackexchange.com/questi...-use-badblocks
# badblocks -wsv /dev/sda
# badblocks -sv /dev/sdb

-s gives the process indicator

-v gives verbose output

-w enables destructive read-write

-n would be non-destructive read-write

Read-only testing is the default and doesn't need special parameters.


All times are GMT -5. The time now is 01:06 PM.