Changes between Version 4 and Version 5 of Procedures/EndUserDelivery/HardDisk
- Timestamp:
- Oct 15, 2010, 10:20:50 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery/HardDisk
v4 v5 49 49 1. Make writable for everyone using chmod a+rwx /media/disk 50 50 51 == Copy over your data onto the disk == 52 53 Copy the delivery folder from the workspace to /media/disk. 54 55 The top directory should be the one with the project code. 56 57 == Finalising hard disk == 58 59 Set permissions and owner: 60 61 chmod a+rX,a-w -R /media/disk [[BR]] 62 chown root.root -R /media/disk 63 64 NOTE: 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 51 66 --------------------- 52 67 … … 80 95 1. Permissions fixes aren't needed for NTFS (I think). 81 96 82 ------------- 97 83 98 84 99 == Copy over your data onto the disk == 85 100 86 Copy the delivery folder from the workspace to /media/ disk.101 Copy the delivery folder from the workspace to /media/ARSFDAN. 87 102 88 103 The top directory should be the one with the project code. 104 89 105 90 106 == Finalising hard disk == … … 92 108 Set permissions and owner: 93 109 94 chmod a+rX,a-w -R /media/ disk[[BR]]95 chown root.root -R /media/ disk110 chmod a+rX,a-w -R /media/ARSFDAN [[BR]] 111 chown root.root -R /media/ARSFDAN 96 112 97 113 NOTE: Be sure to record the number of the hard disk (or giving it one if it does not yet have one) before packing it.