next up previous contents
Next: A word of caution Up: Management of local disks Previous: Dynamic or static partitions   Contents


DISK* syntax

 DISKMOUNT $<$disk$>$ $<$size[%]$>$ $<$mointpoint$>$  
   [-t fstype] [-l label] [-f] [-c class[,class]...] [-n node[,node]...] [-p property[,property]...]  


Creates and mounts a local filesystem of size size on the specified disk.

 DISKSWAP $<$disk$>$ $<$size[%]$>$ [-c class[,class]...] [-n node[,node]...] [-p property[,property]...]  


Creates and enables a swap partition of a specified size on the specified disk.

For example, to have nodes create (at boot time) a 3GB swap partition on the first local disk and use the rest of the disk for a local /tmp directory, use the following directives:

DISKSWAP 1 3000  
DISKMOUNT 1 100% /tmp


next up previous contents
Next: A word of caution Up: Management of local disks Previous: Dynamic or static partitions   Contents
root 2009-06-12