View Single Post
Posts: 211 | Thanked: 3 times | Joined on Oct 2005
#4
Originally Posted by noIQ
I just got my 770 yeseterday from CUSA and was wondering if it was possible to store the email on the MMC? i've got a 512MB in there and would rather have email located there...

Thanks!
I've been thinking about doing this and have tried this series of steps - you need xterm installed.

$ cd /home
$ cp -R user/ /media/mmc1/
$ mv user user.sav
$ ln -s /media/mmc1/user user

Unfortunately the mv fails with a Permission denied error, even if I use chmod 777 user to set all the protection bits, which probably means getting root access before it will work

Ideas anyone?

Last edited by andymulhearn; 2005-12-23 at 23:15.