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 blkidls -l /dev/disk/by-uuidlsblk -fCreate folder wherever you want to access the drive with correct permissions
mkdir /media/data.ext2Add to fstab (This will automatically mount it as desired on startup)
sudo edit /etc/fstabUUID=f48dc231-02 /media/data.ext2 ntfs-3g permissions,auto 0 0Remount
sudo mount -a