The mount command has the uid= and -gid option for this case.
For example
sudo mount /dev/xxx /share -ouid=1000,gid=1000
assuming your uid is 1000 as can be seen when running the id command.
You can also use the Files app to mount the file system, and it will set the correct owner for you automatically. The mount point would be /run/media/username/fslabel where username is your login name and fslabel is the label name you gave to the file system.