Changes between Version 4 and Version 5 of Procedures/EndUserDelivery/HardDisk


Ignore:
Timestamp:
Oct 15, 2010, 10:20:50 AM (14 years ago)
Author:
emca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery/HardDisk

    v4 v5  
    4949 1. Make writable for everyone using chmod a+rwx /media/disk
    5050
     51== Copy over your data onto the disk ==
     52
     53Copy the delivery folder from the workspace to /media/disk.
     54
     55The top directory should be the one with the project code.
     56
     57== Finalising hard disk ==
     58
     59Set permissions and owner:
     60
     61chmod a+rX,a-w -R /media/disk [[BR]]
     62chown root.root -R /media/disk
     63
     64NOTE: Be sure to record the number of the hard disk (or giving it one if it does not yet have one) before packing it.
     65
    5166---------------------
    5267
     
    8095 1. Permissions fixes aren't needed for NTFS (I think).
    8196
    82 -------------
     97
    8398
    8499== Copy over your data onto the disk ==
    85100
    86 Copy the delivery folder from the workspace to /media/disk.
     101Copy the delivery folder from the workspace to /media/ARSFDAN.
    87102
    88103The top directory should be the one with the project code.
     104
    89105
    90106== Finalising hard disk ==
     
    92108Set permissions and owner:
    93109
    94 chmod a+rX,a-w -R /media/disk [[BR]]
    95 chown root.root -R /media/disk
     110chmod a+rX,a-w -R /media/ARSFDAN [[BR]]
     111chown root.root -R /media/ARSFDAN
    96112
    97113NOTE: Be sure to record the number of the hard disk (or giving it one if it does not yet have one) before packing it.