View Single Post
Posts: 209 | Thanked: 31 times | Joined on Oct 2006
#2
The Filemanager only shows your files in /home/user/MyDocs and mmc1 !

You can create a symlink from /media/mmc2 (mountpoint of your mmc ext2) to /home/user/MyDocs/mmc2
Type in x-term:
Code:
ln -s /media/mmc2 /home/user/MyDocs/mmc2
Greetings
N770-Freak