Unable to add new Storage Location in Steam

ls -al /home/notqfthisworld/MountedDrives outputs:

total 28
drwxr-xr-x  7 notqfthisworld notqfthisworld 4096 Jul  6 14:30 ./
drwx------ 21 notqfthisworld notqfthisworld 4096 Jul  6 16:55 ../
drwxr-xr-x  7 notqfthisworld notqfthisworld 4096 Jul  6 17:05 Backups/
drwxrwxrwx  3 notqfthisworld notqfthisworld 4096 Jul  6 17:05 GameDrive1/
drwxrwxrwx  3 root     root     4096 Jul  6 17:05 Gamedrive2/
drwxrwxrwx  3 root     root     4096 Jul  6 17:05 Videoprojects/
drwxr-xr-x  3 notqfthisworld notqfthisworld 4096 Jul  6 17:05 VirtualMachines/

cat /etc/fstab outputs:

# /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>
UUID=D0B6-683B                              /efi                                           vfat    noatime             0 2 
UUID=d8615f2d-16c3-4eed-82a6-480a02f36da0   /                                              ext4    noatime             0 1 
UUID=c21f3d91-87eb-493c-b8df-49651dba9e55   swap                                           swap    defaults            0 0 
tmpfs                                       /tmp                                           tmpfs   noatime,mode=1777   0 0 
/dev/sda2                                   /home/notqfthisworld/MountedDrives/GameDrive1        ext4    users               0 0 
/dev/sdb3                                   /home/notqfthisworld/MountedDrives/Gamedrive2        ext4    users               0 0 
/dev/sdb2                                   /home/notqfthisworld/MountedDrives/VirtualMachines   ext4    users               0 0 
/dev/sdb1                                   /home/notqfthisworld/MountedDrives/Backups           ext4    users               0 0 
/dev/sdc1                                   /home/notqfthisworld/MountedDrives/Videoprojects     ext4    users               0 0

I know that some of the drives has a bit to much “freedom” in terms of permissions… Think it was my way of trying to fix it earlier…