My USB drive seems useless at the moment. I'm trying to remove the 'read-only' property so I can format it. Any tips or advice would be really appreciated! Thanks!
1 Answer
You can try changing ownership of the mounted drive with the command `sudo chown -R your_username /media/your_username/External_Drive`. Make sure to replace `your_username` with your actual username and use `df -h` to find the right mount point. This may help you gain access to modify it.
Thanks a lot! But I'm getting an error saying `File or directory does not exist`. Am I missing something?