Hello I want to follow the steps of this link, but I don't understand the part about the fstab. I don't have the 50 cursed reputation points so I can't comment in order to ask the person who answered the question, to elaborate on that part.
So can anyone help me? what do I have to change inside the fstab? And what blkid does? cause when I typed it on terminal I got nothing back.
sudo blkid
, it should show available partitions and their UUIDs. UUIDs are also what you'll need to change in fstab. – mikewhatever Jun 02 '17 at 19:23sudo blkid
, and put them into fstab in place of the old ones. – mikewhatever Jun 02 '17 at 19:37