View Single Post
Posts: 5 | Thanked: 1 time | Joined on Mar 2014
#9
I have tried to get similar system that alci has to work. I have checked that the script is working, but when I boot the device I get this:

[root@localhost nemo]# journalctl | grep mount-sd-home.sh
Mar 24 14:13:36 localhost mount-sd-home.sh[789]: mount: wrong fs type, bad option, bad superblock on /dev/mmcblk1p1,
Mar 24 14:13:36 localhost mount-sd-home.sh[789]: missing codepage or helper program, or other error
Mar 24 14:13:36 localhost mount-sd-home.sh[789]: In some cases useful info is found in syslog - try
Mar 24 14:13:36 localhost mount-sd-home.sh[789]: dmesg | tail or so
Mar 24 14:13:36 localhost mount-sd-home.sh[789]: mount: special device /mnt/sdhome/.home does not exist
Mar 24 14:13:36 localhost mount-sd-home.sh[789]: mount: special device /mnt/sdhome/.android does not exist

However if I use the script

/usr/sbin/mount-sd-home.sh add

It mounts nicely:

/dev/mmcblk1p1 60G 9,3G 48G 17% /media/sdcard/2f36d7c2-46bf-4c14-b8cc-2defaad1b529
/dev/mmcblk1p1 60G 9,3G 48G 17% /mnt/sdhome
/dev/mmcblk1p1 60G 9,3G 48G 17% /home/nemo
/dev/mmcblk1p1 60G 9,3G 48G 17% /data/sdcard


If I mount the sd card with the script, I am also still not able to see the pictures in my gallery after I take them. I can see them with file browser however and even open them in gallery from file browser.