![]() |
2010-09-22
, 11:09
|
|
Posts: 27 |
Thanked: 20 times |
Joined on Jun 2010
@ Cologne
|
#2
|
mount --bind /directory/on/sdcard /directory/on/internal
mount --bind /dev/mmc1/videos /home/user/MyDocs/.videos/SDCard
The Following User Says Thank You to willi_iam For This Useful Post: | ||
![]() |
2010-09-22
, 11:25
|
Posts: 90 |
Thanked: 15 times |
Joined on Jul 2010
@ Bangkok
|
#3
|
You can try:
as root.Code:mount --bind /directory/on/sdcard /directory/on/internal
The first path is the directory wich is 'linked' into the second path.
(That would be my linux-like way to do it)
e.g.:
The directory 'SDCard' has to exist before the mount-command.Code:mount --bind /dev/mmc1/videos /home/user/MyDocs/.videos/SDCard
![]() |
2011-05-18
, 17:50
|
|
Posts: 361 |
Thanked: 219 times |
Joined on Sep 2010
|
#4
|
how to force some application like SMPlayer to Access some files from SD Card?
I try x-term and root ...
cd to /mmc1/videos/
and run smplayer
but it's not worked SMPlayer can not open any file.
or how can i make "alias directory/folder" (without unmout/mount)?
Please help.
![]() |
2011-05-18
, 17:55
|
|
Posts: 361 |
Thanked: 219 times |
Joined on Sep 2010
|
#5
|
You can try:
as root.Code:mount --bind /directory/on/sdcard /directory/on/internal
The first path is the directory wich is 'linked' into the second path.
(That would be my linux-like way to do it)
e.g.:
The directory 'SDCard' has to exist before the mount-command.Code:mount --bind /dev/mmc1/videos /home/user/MyDocs/.videos/SDCard
I try x-term and root ...
cd to /mmc1/videos/
and run smplayer
but it's not worked SMPlayer can not open any file.
or how can i make "alias directory/folder" (without unmout/mount)?
Please help.