How to Fix/Repair/Recover Disk on Ubuntu 15.10 Wily Linux+GNU Easy Guide

August 18, 2015 | By the+gnu+linux+evangelist.

Ubuntu 15.10 Wily Try Fixing Disk Errors

Hi! The Tutorial shows you Step-by-Step How to Repair/Recover/Fix Disk from Errors Even if No more Bootable on Ubuntu 15.10 Wily Werewolf GNU/Linux.

And this Procedure should Easily Fix Errors and Recover your Drive only in Case it’s Not Corrupted.

How to Fix/Repair/Recover Disk on Ubuntu 15.10 Wily - Featured
  1. Boot System with Ubuntu or other Linux Live Media.

    How to Create a Live Ubuntu Media

    Burning Ubuntu ISO
  2. Open a Shell session

    Ctrl+Alt+t on Desktop

    Ubuntu 15.10 Wily How to Fix/Recover/Repair Non Bootable Disk - Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Find the Volume to Fix
    (LVM or Ordinary Partition)
    So first install Lvm2 Tool:

    sudo apt-get install lvm2

    So now Execute a Disk Scan to Find out existing Partitions:

    lvmdiskscan

    In the Output you should be able to Recognize your Device…

  4. Fixing the Partition
    If it’s mounted then first Unmount the Partition with:

    sudo umount /dev/[my-vol]

    Where [my-vol] the Device identifier.
    Finally, Check the File System:

    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.
    If the Disk is Not Corrupted then the Process will Easily Restore the Volume.

  5. Reboot into Ubuntu Linux.


QuickChic Theme • Powered by WordPress