Can't use a new formatted partition after formatting with gparted. Permissions I guess

Your partition has been formatted with a filesystem which is owned by user and group root. Change it to your user id:

mount /dev/sda3 /mnt/
chown -R AlexN:AlexN /mnt/
umount /dev/sda3