كما يعلم كل القراء فأنا أحب إعادة استخدام المصادر، وإيجاد فوائد حديثة للأشياء القديمة. يمكنك بأن ترى هذا النمط جليًا في تدوينة تصليح الباب الحديدي على سبيل المثال. هذه المرة ستكون تدوينة تقنية حول كيفية إعادة استخدام موارد مهدرة، وتحويلها إلى موارد ثمينة!
Category: HDD
As I was booting my computer up one morning I saw this awful error message rather than the Ubuntu Gnome boot logo, it turned out to be a common error and can be fixed easily, let’s get to the details!
Cause of the issue
isn’t stored properly and the boot process is halted.
How to fix it
Using Gparted from a live distro
![]() |
Viewing a list of disks on your computer.
![]() |
Checking the drive for errors with the right click menu.
![]() |
We now click Apply changes.
Making sure damage didn’t happen
Installing Smartmintools-6.5
Samrtmontools is a terminal utility
to check and monitor disk performance.
To install Smartmontools we need to un-compress the tarball and we do this from the terminal
tar zxvf smartmontools-6.5.tar.gz
The previous step created a directory called smartmontools-6.5 containing the code. Then we go to that directory, build, and install:
cd smartmontools-6.5
./configure
make
sudo make install
Running Smartmintools-6.5
How to make the fix automatic on every boot
Instead of performing the fix every time the issue happens, it’s easier to set the config autofsck to run at every boot.
Edit the file etc/default/rcS and change the FSCKFIX from no to yes by using this terminal command:
gksu gedit /etc/default/rcS
Here it opens a gedit windows, navigate to the last line.
![]() |
Change the FSCKFIX from no to Yes and save to finish.
![]() |
This way every time the issue occurs the system will automatically fix it and continue booting normally.
This is how to fix and prevent the /dev/sda1: recovering journal on Linux Ubuntu Gnome 16.04 and similar distros, it’s really easy to fix but it can be scary and ruin a day for you if you don’t know what to do.
And I highly advise you to backup whenever possible.
Hey there guys! What’s up?
It happens to all of us! Suddenly a HDD fails and wont boot or run. Is all that data gone?
Well, maybe not
Assuming you have a backup of your data. physical or via a cloud server. Because loss can happen anytime!
There are some things to try before throwing that HDD away!
Depending on the HDD type you can connect it to another computer. If it’s an external then you need a special connection.
The fault might be in the adapter of the HDD and changing it would resolve the problem!
This is an adapter that connects to the HDD

If it’s an old IDE HDD you need an IDE cable and of course a case computer to try it on. If you don’t have one or simply don’t feel like taking a dusty case apart then I recommend one of these:
these connections can connect the SATA / IDE to a USB interface. No need for a case computer there!


You have to be very careful when connecting these connections
connecting the wrong cable would burn the HDD. Even if it was running!
Happened with me and it was not pretty at all :'(
so to sum up. Try this trick when facing a HDD problem. And remember to always backup!
See you guys in a new post!
Please interact with my post! It keeps me going ..







