View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#4
Originally Posted by ericbecky View Post
Are you also saying, if I put Os2007HE on the internal flash, I can still access my files that are on the MMC? Like my text files, or a few music files. (I probably have less than a dozen total files total since I've only had the 770 a short time.) I hadn't thought of that.
Yes, you just need to mount it by hand in osso-xterm as root. Something like
Code:
sudo gainroot
mkdir /home/user/MyDocs/OS2006
mount -t ext2 -o noatime /dev/mmcblk0p2 /home/user/MyDocs/OS2006
could do it and you can see old files in File Manager in folder OS2006 inside Nokia770 item, just navigate further to home/user/MyDocs. Don't forget to unmount it
Code:
sudo gainroot
umount /home/user/MyDocs/OS2006
before rebooting or mount it via '-o ro' instead of '-o noatime' which will mount it read only so you don't need to care about unmounting.
Originally Posted by ericbecky View Post
If I like OS2007HE well enough, then I'll move on to the next step of having two linux partitions if I can find some instructions on that.
Just keep in mind that it is not fair to compare speed of systems on mmc and internal flash (especially with faster kernel). Hacker edition is in some ways faster but sometimes slower, it can be better when running from card.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.