Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first thing what I tried is to get UUID for the required disk partition by ls -al /dev/disk/by-uuid/  or you can check it by blkid as following

Code Block
# sudo blkidls -al /dev/disk/by-uuid/

Then you will see the table like below

...