helpfile 955 B

12345678910111213141516171819
  1. newdisk automator
  2. This program can be used in two mode: automatic and manual.
  3. Automatic:
  4. newdisk-automator [-f] device
  5. device is partitioned according to the following scheme:
  6. - calcolo: 100GB
  7. - swap: ram size + 1GB
  8. - free space: 10% of the total
  9. - condor: 40% of remaining space
  10. - tempdir: 60% of remaining space
  11. If the size of the disk is less than 102GB + ram size, this mode cannot be used.
  12. If the size of the disk is greater than the minimum size, but still less than (100GB + ram size) * 2, to use this mode the -f option must be passed.
  13. Be careful: in the automatic mode, calcolo and swap size are fixed, and forcing it with -f could result in having very small tempdir and condor partitions.
  14. Manual:
  15. newdisk-automator device temp condor swap vm
  16. The partitions are assigned the size passed on the command line, which is assumed to be in GB.
  17. If the total passed with the command line is greater than the size of the disk, the program stops.