Problem connecting Nokia Asha 501 to Ubuntu

0 votes
No avatar asked by (14.7k points)
edited by

My PC runs on Ubuntu 12.04 operating system. When I connect my Nokia Asha 501 on USB mass storage mode, all the files and folders appear as write protected. I can view the contents of my micro SD card, but I cannot change the attributes of the folder too. Help me find a way to write files on my micro SD.

1 Answer

0 votes
No avatar answered by (2.1k points)
selected by
 
Best answer

Any USB or Serial micro-controllers that you will plug-in your PC will be usually set as read-only by default while you're using Ubuntu OS. You can try to change the USB permissions by typing in this command : sudo chmod 666 /dev/ttyUSB0. This should change the permission of your connected Nokia flash memory to be writable, you can check if the permissions have been changed by using this command : ls -al /dev/ttyUSB0.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...