View Single Post
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#2477
I found a simple way to automatically mount micro-sd card on boot with an ext4 filesystem.

devel-su
nano -w /usr/sbin/mount-sd.sh
change the line
mount $SDCARD $MNT -o uid=$DEF_UID,gid=$DEF_GID
into
mount $SDCARD $MNT
All my Music and Images are automatically tracked. I changed the user of all Files and Directories to nemo : privileged.

In order to initialize the tracking, i had to reset the tracker and started it after mounting the sdcard. This is only necessary, if the music does not automatically appear in media.
tracker-control -r
tracker-control -s
I created also a symlink to /home/nemo/sdcard.

I am able to upload Music to the sdcard on my linux pc using kio-mtp.

Last edited by HolgerN; 2014-01-09 at 13:00.
 

The Following 5 Users Say Thank You to HolgerN For This Useful Post: