thebaz67
Jan 28 2009, 07:14 AM
Sorry for the total noob question but here goes.
I have installed Zubuntu to the SD card. Followed the instructions to move to the internal flash but I do not see the selection for the boot to internal flash.
Also how do I point the swap, var and usr to the internal hard drive since the SD card I have is very slow.
Please be very detailed since I am lost.
Baz
Capn_Fish
Jan 29 2009, 12:04 PM
For the internal flash part, you may need to make files in /boot as described in one of the other threads (just look in the SD card's /boot to get what they look like, copy them over, and modify as necessary).
For moving /usr, /var, and swap to the hard disk:
Make 4 partitions (2x ext3, 1x swap, 1 whatever for data)
Copy /usr/* to one of the ext3 ones
Copy /var/* to the other ext3 one
Edit /etc/fstab with the new mount points
I think that should work.
thebaz67
Jan 30 2009, 01:06 PM
Thanks for the help. I am going to give this a try...
any chance you could paste in a sample of the fstab file just as a sample
thanks
Baz
Capn_Fish
Jan 30 2009, 02:34 PM
Sure. Here are sample lines for it:
CODE
/dev/hda1 /usr ext2 defaults,noatime 0 0
/dev/hda2 /var ext2 defaults,noatime 0 0
/dev/hda3 /mnt/data ext2 defaults,noatime 0 0
/dev/hda4 none swap sw 0 0
You can obviously adjust them as needed. They're pretty self-explanatory.
thebaz67
Feb 3 2009, 01:23 PM
Thank you very much for the help... It seems that this C3100 for me is a moving target.
I have since gotten zubuntu on the SD card and cacko on the NAND so I might stick with that once I get a faster SD card.
again thanks for the help.
Baz
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.