i am new to parrot os. I dont know how to access files from a usb. i created a partition using gparted as fat32. I have plugged in my usb, then in terminal i gave the commands as
-> sudo fdisk -l
it showed all the partitions but none was of my usb name, so i assumed the one with fat32 can be mounted.
-> then i created a directory as USB
-> mount /dev/sda4 USB
(did the commands using root as well as username)
nothing happens…
sorry if i sound like a newbie, but i cannot access the files which are in my usb.