UUID=0C7F-AA7A /home/pi/RetroPie vfat rw,exec,uid=pi,gid=pi,umask=022 0 2
I am not a fan of UUID. We are saying only boot if this specific External drive with UUID is present?
No. bad Idea. Can I use?
/media/usb0/
Link found here with someone else doing this
https://retropie.org.uk/forum/topic/7504/fstab-usb-mounting-issues-after-a-clean-install/2
/media/usb0/ /home/pi/RetroPie vfat rw,exec,uid=pi,gid=pi,umask=022 0 2
I can however everyone says this is dangerous if we use more than one usb device. So use label
LABEL="usbdisk1" /home/pi/RetroPie ext4 nofail,defaults 0 0
Also always use nofail. Not using nofail is like saying you don't want your pi to boot at all without external drive connected which is insane.
The FINAL ENTRY I used is this:
LABEL="usbdisk1" /home/pi/RetroPie ext4 nofail,defaults 0 0
This is mounting usbdisk1 to /home/pi/RetroPie