How can I change properties of my USB drive using Ventoy?

0
0
Asked By DigitalNomad23 On

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

Answered By TechGuru99 On

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.

Newbie123 -

Thanks a lot! But I'm getting an error saying `File or directory does not exist`. Am I missing something?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.