How to Auto mount partitions on boot in Fedora

Open Terminal Login as root, by typing “su –” (without quotes) Now type in blkid Output will be similar to: /dev/sda5: LABEL=”File” UUID=”01CCCE1FC7BA38C0″ TYPE=”ntfs” note down the UUID of the disk you want to mount Now again in terminal type “gedit /etc/fstab” or “vi /etc/fstab” and in the editing window add /dev/disk/by-uuid/[UUID of Partition] /mnt/[Name […]