View Single Post
danramos's Avatar
Posts: 4,672 | Thanked: 5,455 times | Joined on Jul 2008 @ Springfield, MA, USA
#23
Originally Posted by Laughing Man View Post
Can I access my /media/mmcs cards with just the regular user? And any additional help is much appreciated (I'm trying to read up on this and google it though it's a wee bit confusing).

Edit: And I have changed the root password, though I don't think I've changed the user password yet. (it has a password?)
Yup! They're mounted with user's access.. so that's actually the whole point--the user using the tablet should be able to access the SD card contents.

And yep.. the user has a password. Just 'passwd user' and that should do it. Don't lose the root password. If you lose the user's password, though.. no biggy. You can go back in as root from the terminal and just 'passwd user' to change it without already knowing the old one. Hence why you want to try NOT TO LOG IN AS ROOT as much as possible. If anyone manages to get root.. they are GOD of your tablet. heheh

As for the mmc cards, you'll find them at:
internal: /media/mmc2
removeable: /media/mmc1

So, for instance, you can issue:
ls -la /media/mmc1

And you'll see the contents of the external card.. and you'll also notice that the files are all "owned" to the 'user' account.