USB Permission

Hi all :slight_smile: before i start, let me introduce myself. my name is chris n i’m newbie in this forum…and i have problem how to set USB Flash Disk to Read Only everytime i plugin my USB Flash Disk. And this permission just like that everytime i restart my PC n i plugin my USB so USB only can Read Only.So…has anyone have the solution for this problem?and for someone that have answer for me, i like to say very thankfull for the help. :stuck_out_tongue:

PS : Sorry if my English so bad.

Your device should mount in /media and normally there would be no issue with permissions. Make sure there is no locking device on the media. I don’t know if usb sicks have this but certainly some media cards do.

You could try opening a terminal and going su and do the following:

chown -R UserName /pathToDrive

Ref to above: UserName=your user name - /pathToDrive= should be something like /media/the name of the usb device