Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => iMX233 => Topic started by: Lukas Mistr on November 25, 2014, 05:08:29 PM

Title: access to SD card
Post by: Lukas Mistr on November 25, 2014, 05:08:29 PM
How should I allow access to the SD card in my computer? Trying to load the program into the folder / home / examples, but I do not know how to enable in the Linux OS access permissions as root.
Title: Re: access to SD card
Post by: MBR on November 27, 2014, 06:06:08 AM
You probably need the chmod command to add write permisson to yoursel, e.g. chmod +w /your/directory, or adduser command, e.g. adduser user group, to ad itself to a grou with permited write access.