Add Comment
|
Related Links
|
TrackBack
Expanding the Storage Space on the OLPC XOThe OLPC XO is really a state-of-the-art computer for your children. To provide reliability for a children to carry it around, it has no hard drive. Instead, everything is installed on the 1 GB internal flash. That's not a lot of storage space. Luckily, the designers of the OLPC XO have the fore-sight to include a SDHC memory card slot. With a 4 GB SD Card in the slot, the OLPC XO becomes a far more capable machine. With an expansion card, you can perform most of your work with the added memory card. That reduces the write cycle to the OLPC XO internal flash memory (which has limited read/write cycles), thus extending the life of your OLPC XO. The SD Card has the same read/write cycle limitation, but you can easily remove the card and replace it with new one. Like most operating systems, the OLPC XO can read and write SD Card that is formatted to FAT or FAT32. However, you might see some undesirable side-effects, like the one stated in the "Grant User Account Ability to "sudo" on OLPC XO" thread. To really take advantage of the 4 GB of space with no limitation, you really should format it to EXT3 (Linux native format). Formatting SD Card to EXT3Insert the SD Card into the memory card slot. The OLPC XO should automatically mount the SD Card in /media. You might have to unmount it first before you can format it. If so, use the following unmount command: sudo umount "/media/[drive name]" [drive name] is the label of the SD Card. Once you have unmounted the SD Card, you can format it to EXT3 using the following command: mkfs.ext3 -L "SugarDrive" "/dev/mmcblk0p1" The -L "SugarDrive" tells the formatting utility to label the card as "SugarDrive", so that it will show up under "/media/SugarDrive". You can change the label to whatever you like. After formatting it to EXT3, you can see if it is automatically mounted to the "/media" directory. If not, remove the card and reinsert it again should auto-mount it. Chieh Cheng Formatting SD Card to EXT2I found that the latest version of Sugar has a problem with booting up with EXT3 on the SD Card. The gist of it is that it prevents activities from starting up, which to me renders the OLPC XO useless. I found the best work-around is to use the EXT2 format, which does not cause this problem. The command to format the SD Card to EXT2 is the same as EXT3 shown above. Only difference is that you should substitute "mkfs.ext3" with "mkfs.ext2". Chieh Cheng hey yo hice eso pero no se expandio la memoria de la XO olpc hey I did that but did not expand the memory of the OLPC XO Alex "Memory" and "storage space" are two different things. Make sure you are talking about the right topic. If you want to increase memory (RAM), then this is the wrong way to do it. But if you want to increase storage space, then this is the right way. Chieh Cheng si yo me referia a la memoria de almacenamiento if I was referring to the storage memory Alex
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. Related LinksAdd CommentSpam Control | * indicates required field TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites. Send Ping | TrackBack URL | Spam Control No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here. Messages, files, and images copyright by respective owners. |
Articles
|
Wiki
162 Users Online
|
Copyright © 2004 - 2024. All Rights Reserved. |