Changes between Version 22 and Version 23 of UserGuidelines


Ignore:
Timestamp:
Nov 4, 2013 3:55:52 PM (10 years ago)
Author:
bks
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines

    v22 v23  
    1111=== Preserving our File System ===
    1212 * DON'T store large files (e.g. uncompressed kernel source) in your home or project directory unless you need them in multiple experiment instances.
    13    * DO store these files locally on a node, e.g., in {{{/tmp}}} folder. If you need more disk space you can mount more to {{{/mnt/local}}} by doing
     13   * DO store these files locally on a node, e.g., in {{{/tmp}}} folder. If you need more disk space on a Linux or FreeBSD node you can mount more to {{{/mnt/local}}} by doing
    1414     {{{
    1515sudo /usr/local/etc/emulab/mkextrafs.pl /mnt
     
    1717sudo chown $user /mnt/local
    1818}}}
     19    or on an XP node, ssh in and set a root password:
     20{{{
     21% passwd root
     22}}}
     23    then through rdesktop log in as root, and use ''start -> control panel -> performance and maintenance -> administrative tools -> computer management -> storage -> disk management (local)'' to create a new partition. After the partition formats, log out of the root account and the storage will be available to your usual identity.
    1924 Transfer the files to your home directory before you swap out to save them.
    2025  * DON'T transfer large (>500 MB) files frequently between your home or project directories and a local directory on your experimental machine.