I just recently installed flash drive and I can't seem to access my flash drive. I used the command "sudo parted -l && inxi -c0 -SRDpluo and got this code

Code:
	

    Model: ATA WDC WD5000AAKX-7 (scsi)
    Disk /dev/sda: 500GB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
     
    Number  Start   End    Size    Type      File system     Flags
     1      1049kB  488GB  488GB   primary   ext4            boot
     2      488GB   500GB  12.3GB  extended
     5      488GB   500GB  12.3GB  logical   linux-swap(v1)
     
     
    Model: Imation Nano Pro (scsi)
    Disk /dev/sdf: 4008MB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
     
    Number  Start   End     Size    Type     File system  Flags
     1      32.8kB  3139MB  3139MB  primary               boot, hidden
     
     
    bash: inxi: command not found
now I know that my flash drive is mounted by the code

Code:
 

   Model: Imation Nano Pro (scsi)
    Disk /dev/sdf: 4008MB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
     
    Number  Start   End     Size    Type     File system  Flags
     1      32.8kB  3139MB  3139MB  primary               boot, hidden
The only problem is that it's flags are boot, hidden. How do I fix it so I can access my flash drive through the file manager?