Repair Disk Ubuntu 17.04
Hi! this Tutorial shows you Step-by-Step How to Repairing/Recovering/Fixing Disk from Errors Even if No more Bootable on Ubuntu 17.04 Zesty Zapus GNU/Linux.
Especially relevant: this Procedure will Easily Fix Errors and Recover your Ubuntu Drive, but only in Case it’s Not Corrupted.
And this Procedure that make use of the e2fsck Tool is Valid for the ext2/ext3/ext4 File Systems.
Finally, the guide includes instruction on How to Recover Disk Partition with TestDisk on Ubuntu Linux.
-
Boot System with Ubuntu-based Live OS
How to Create a Live Ubuntu Media -
Find the Volume to Fix (LVM or Ordinary Partition)
df -h
And Take not of where is Mounted the ‘/’ Root Partition!
Linux Ubuntu Terminal Tutorial for Beginners
-
Then to Fix Hard Drive Volume.
sudo umount /dev/[my-vol]
sudo /sbin/e2fsck -fy /dev/[my-vol]
Then if Errors are found Repeat again the process until the Disk is Fixed with No more Issue detected!
And when the Disk is Not Corrupted then the Process will Easily Restore the Volume. -
Reboot into Ubuntu Linux.
sudo reboot
-
How to Recover Ubuntu Disk Partitions