|
2005-12-13
, 11:02
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#2
|
|
2005-12-23
, 21:52
|
Posts: 3 |
Thanked: 0 times |
Joined on Dec 2005
|
#3
|
|
2005-12-23
, 23:12
|
Posts: 211 |
Thanked: 3 times |
Joined on Oct 2005
|
#4
|
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!
|
2005-12-23
, 23:41
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#5
|
|
2005-12-24
, 09:48
|
Posts: 211 |
Thanked: 3 times |
Joined on Oct 2005
|
#6
|
Yeah, generally you'd need root access to modify the "/home" directory, which includes renaming items within it, or creating new items such as a symlink.
With root, however, there should be no problem at all with it, although I'd probably use cp -a /home/user /media/mmc1/user, rather than -R as this will preserve symlinks, modification times etc.
By default, the MMC card is formatted as FAT - a DOS file format - meaning it can't hold all the semantics of the Unix file system which /home/user is within. If it's a problem for you, you can relatively easily reformat the MMC to a "proper" Unix FS.
|
2005-12-24
, 15:06
|
Posts: 17 |
Thanked: 0 times |
Joined on Dec 2005
|
#7
|
|
2005-12-24
, 17:20
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#8
|
On the same note, is it possible to uninstall other programs (like the crappy email client or the news reader) to free up memory? Has anyone tried this? Does it work? Or are the partitions pre-sized in the flashed filesystem (possibly requiring tweaks)?
Are there any custom flash images that already exclude some of the unnecessary applications?