Mount - Problem Remounting /dev/sdb1

Execute following commands in terminal.

id user_name

replace user_name with your user name to get your uid then execute this command

sudo mount -o rw,uid=your_uid_here /dev/sdb1 /mnt

replace your_uid with uid of your user found above.