Format drive and create desired permissions (GParted)
List drives with uuid
Create folder wherever you want to access the drive with correct permissions
Add to fstab (This will automatically mount it as desired on startup)
Remount
List drives with uuid
sudo blkid
ls -l /dev/disk/by-uuid
lsblk -f
Create folder wherever you want to access the drive with correct permissions
mkdir /media/data.ext2
Add to fstab (This will automatically mount it as desired on startup)
sudo edit /etc/fstab
UUID=f48dc231-02 /media/data.ext2 ntfs-3g permissions,auto 0 0
Remount
sudo mount -a