Hi Colin,

> wiki: will do. I didn't know I had the perms to create wiki pages on emc2.

To create a wiki page, go to preferences page
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?action=editprefs

Write your username and password. Pasword is "emc" for all users
To learn the basic steps:
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?BasicSteps

To create a page:
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?action=edit&id=Your_Page_Name

Change the "Your_Page_Name" part as you wish


> I thought about using the real ubuntu server install. I was going to try that 
> if this method hit a wall. You can compress the dd images using gzip on the 
> fly too, send dd output to stdout and pipe to gzip. Then do in reverse. I had 
> both drives installed when I used dd, so it was a direct copy, no 
> intermediate file. Took forever tho, I didn't tune my buffer size! The flash 
> write cycle limits playing a part there. I am aware that flash is a 
> read-then-write memory when the write buffer is smaller then the flash's 
> write buffer size. I would like to do away with swap all-together and just 
> have physical memory limits but I am not sure how the emc2 and other apps 
> will respond to that. Maybe some apps just expect that a swap would exist. 
> The install warns of this if you don't choose a swap part. Have you ever done 
> this? I would create a swap out of memory, but isnt that just redundant!!

Because of the write cycle limits, I use ram disk for some folders. To
do this, I edit /etc/fstab This is my /etc/fstab file:

proc            /proc           proc    defaults        0       0
/dev/sda1       /               ext3    defaults,errors=remount-ro 0    1
/dev/sda2       none            swap    sw              0       0
none            /tmp            tmpfs   defaults        0       0
none            /var/tmp        tmpfs   defaults        0       0
none            /var/run        tmpfs   defaults        0       0
none            /var/lock       tmpfs   defaults        0       0


acemi

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to