← Back to team overview

ubuntu-eee-coders team mailing list archive

Re: [Question #48717]: SD mount problem

 

Question #48717 on Ubuntu Eee changed:
https://answers.launchpad.net/ubuntu-eee/+question/48717

    Status: Open => Answered

Pedro Augusto proposed the following answer:
I solve it problem with this:

Get MMC/SD to Automount

You may get a error when the system attempts to automount your MMC/SD
card. (Like it did with my 16GB Card)

To fix this,

Run the following command:

   sudo mkdir /media/MMCSD

Open '/etc/fstab' with a text editor.

Make the line that includes '/dev/sdb1' read the following:

    /dev/sdb1     /media/MMCSD     auto     user,auto,exec,rw     0
0

Eject, and re-insert the card, and it will automount.

Automount option is courtesy of William Ruckman (http://ruckman.net)

-- 
You received this question notification because you are a member of
Ubuntu Eee Coders, which is an answer contact for Ubuntu Eee.