View Single Post
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#8
Originally Posted by delaroca View Post
To access them, or any other path of your choice, from within Xterm do:
Code:
cd /home/user/MyDocs
ln -s /home/user Home
ln -s / Root
and they will appear in File Manager!

--denis
That is not a good idea -- you will create a circular file reference. Any application (or something in the OS itself) trying to read your device will get stuck in a forever loop navigating /home/user/MyDocs/home/user/MyDocs/home/user/...(etc).
__________________
-Brent

Author of TouchSearch -- web searching software for Maemo 5.

Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900
 

The Following 2 Users Say Thank You to BrentDC For This Useful Post: