At the moment, I have a partition on my internal drive designated as my home directory. I want to see if I can use my external USB drive instead. Is it just a matter of changing the UUID in my fstab file and rebooting my machine?
randy@pep6 ~ $ sudo blkid
[sudo] password for randy:
/dev/sda1: LABEL="lxle" UUID="b6000094-7a5c-4c22-a062-da1cc837083b" TYPE="ext4"
/dev/sda2: UUID="6c89c566-13c5-4640-9bbb-31a8bb55c84d" TYPE="swap"
/dev/sda3: LABEL="home" UUID="46f2c656-06e6-4f0f-9e78-42f02f9fbaff" TYPE="ext4"
/dev/sda4: UUID="cb071943-83c5-4eb9-9029-aab3073b6ba1" TYPE="ext4"
/dev/sdc1: LABEL="stuff3" UUID="01490c69-d54d-4b3c-86e9-8e36e1a3f862" TYPE="ext4"