Changes between Version 8 and Version 9 of Procedures/EndUserDelivery/HardDisk
- Timestamp:
- Aug 2, 2011, 3:14:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery/HardDisk
v8 v9 59 59 1. Unmount the partition if it remounted. 60 60 1. Run `mkntfs --label ARSFDAN --quick /dev/PARTITION` 61 1. Unplug the disk and plug back in. The disk space should be located under /media/ARSFDAN.62 1. It is wise to check that this destination is correct: 'df /media/ARSFDAN' to check that this is where the device is mounted.63 61 1. Permissions fixes aren't needed for NTFS (I think). 64 65 62 66 63 67 64 == Copy over your data onto the disk == 68 65 69 Copy the delivery folder to /media/ARSFDAN. 66 1. Unplug the disk and plug back in. The disk space should be located under /media/ARSFDAN. It is wise to check that this destination is correct: 'df /media/ARSFDAN' to check that this is where the device is mounted. 67 1. Copy the delivery folder to /media/ARSFDAN. 70 68 71 69 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. … … 88 86 89 87 Remount and fix permissions: 90 1. Unplug the disk and plug back in. The disk space should be located under /media/disk. 91 1. It is wise to check that this destination is correct: 'df /media/disk' to check that this is where the device is mounted. 88 1. Unplug the disk and plug back in. The disk space should be located under /media/disk. It is wise to check that this destination is correct: 'df /media/disk' to check that this is where the device is mounted. 92 89 1. Make writable for everyone using chmod a+rwx /media/disk 93 90