View Single Post
willi_iam's Avatar
Posts: 27 | Thanked: 20 times | Joined on Jun 2010 @ Cologne
#2
You can try:
Code:
mount --bind /directory/on/sdcard /directory/on/internal
as root.

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.:
Code:
mount --bind /dev/mmc1/videos /home/user/MyDocs/.videos/SDCard
The directory 'SDCard' has to exist before the mount-command.
__________________
Everything is a file and if it's not, it should be!
 

The Following User Says Thank You to willi_iam For This Useful Post: