![]() |
2015-09-11
, 06:14
|
Posts: 5 |
Thanked: 1 time |
Joined on Mar 2014
|
#92
|
![]() |
2015-09-14
, 05:26
|
Posts: 5 |
Thanked: 1 time |
Joined on Mar 2014
|
#93
|
![]() |
2015-09-23
, 12:13
|
|
Posts: 148 |
Thanked: 217 times |
Joined on Jul 2010
@ Yerevan
|
#94
|
![]() |
2015-09-23
, 12:28
|
|
Posts: 148 |
Thanked: 217 times |
Joined on Jul 2010
@ Yerevan
|
#95
|
![]() |
2015-09-29
, 09:24
|
|
Posts: 148 |
Thanked: 217 times |
Joined on Jul 2010
@ Yerevan
|
#96
|
![]() |
2015-09-29
, 10:55
|
|
Posts: 148 |
Thanked: 217 times |
Joined on Jul 2010
@ Yerevan
|
#97
|
![]() |
2015-09-29
, 11:01
|
|
Posts: 148 |
Thanked: 217 times |
Joined on Jul 2010
@ Yerevan
|
#98
|
![]() |
2015-09-29
, 11:04
|
|
Posts: 148 |
Thanked: 217 times |
Joined on Jul 2010
@ Yerevan
|
#99
|
#!/bin/bash ACTION=$1 if [ "$ACTION" = "add" ]; then mount /dev/mmcblk1p1 /mnt/sd mount -o bind /mnt/sd/.home /home/nemo mount -o bind /mnt/sd/.android /opt/alien/data/media else umount /opt/alien/data/media umount /home/nemo umount /mnt/sd fi
![]() |
2015-09-29
, 11:10
|
|
Posts: 148 |
Thanked: 217 times |
Joined on Jul 2010
@ Yerevan
|
#100
|
/dev/fuse on /opt/alien/home/nemo/android_storage type fuse (rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other) /dev/fuse on /home/nemo/android_storage type fuse (rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other)
I followed the instructions from here before 1.1.2.16, and then followed the amendment from there after updating to 1.1.2.16.
What could be source of my problem, and what can I do to rectify it?