Support
Forums

Re: Locked files on USB sticks in Linux Mint 19.3

My apologies - I ought to have read right from the start!Ensure only one device in plugged into a USB port.  Then enter Code: [Select]df | grep mediaThe "|" symbol is near the bottom left of your keyboard. The text that appears look for...
My apologies - I ought to have read right from the start!

Ensure only one device in plugged into a USB port.  Then enter
Code: [Select]
df | grep media
The "|" symbol is near the bottom left of your keyboard.
The text that appears look for /media/...etc....  Copy everything from /media to the end of that line  (use Ctrl+Shift+c).  Then change the directory to that one by:
Code: [Select]
cd <paste it here>
without the "<>" brackets. Paste using Ctrl+Shift+v
Then enter the command I m...