Access thumb drive

I have a thumb dive connected to my computer with Zorin. When I am in my regular user account, I can access the thumb drive. When I am in my administrator account, it does not recognize the thumb drive and I can't access anything on it.

Anyone know why I can't access the thumb drive in my administrator account and how I can?

From your user account plug in the drive and you can use sudo fdisk -l if you need to I.D. the drive.
Then, also in terminal, grant permissions to all users with

sudo chmod 777 /dev/sdC

Replace sdC with the drive I.D. for your flash drive.

Thanks, but it did not accept the sudo fdisk -1 command.

It is -l. The letter "L", not the number 1.