My server is running Fedora server 25, as outlined in the Amahi guide and that part is working fine. The hard drives of this computer are a small 40 Gb drive for the OS and plug-ins, etc. and 3 - 1 Tb data drives which I would like to have access to 2 of these drives via my home network. All are formatted as fat32 and the OS drive is XFS.
Long story short, I know, too late, I would like to setup fstab to mount these data drives on startup. I used this command to mount the 2 drives and they are working just fine:
mount -t vfat /dev/sdb2 /mnt/Data (Data hard drive) (UUID-66d10b9c-dfec-4942-89bd-bb30096611f4)
mount -t vfat /dev/sdc2 /mnt/AVD (AVD hard drive) (UUID-bb0448b2-5806-496d-be23-879c9a15a820)
I don't really want to type this in each time I startup the system so I would like to put the mounts into fstab so they will automatically be mounted each time the computer is booted. I did use the blkid command to get the UUID for each drive partition so I will be using that instead of the device names.
The config file needs to be setup so anyone who accesses the drive has the ability to read or write the files. (I am the only user on this network)
I appreciate any help on this as the last time I tried I bricked the system and I don't want to have to go through all I had to go through again to fix it if at all possible.

Eventually I will be adding Plex media server on this system so I will probably be back at that time with more questions. For now I will be happy if I can get his done.
Thanks for your time.