The partition on my C:(main ssd used for dual booting windows and Ubuntu) drive gets a different name almost every time I reboot. I want to make the partitions name permanent so I can safely link to files.
This is what my partitions name looks like:
/media/andrew/AC7A30A47A306D68/Program Files (x86)...
and here are the contents of my fstab file:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda8 during installation
UUID=5fcb9158-c68b-47c7-8fe7-e83ceba9cb99 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
UUID=CA2F-944D /boot/efi vfat defaults 0 1
Please help. I looked all over the Internet but only found these posts whose instructions I don't really understand. As here > Mount point name changed or here > Why do disk names change at boot