Changes between Version 80 and Version 81 of Procedures/NewDataArrival
- Timestamp:
- Jul 24, 2009, 10:49:33 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v80 v81 25 25 To mount the disk use command `sudo mount -o ro /dev/sdb1 /mnt/tmp`. This will mount it read only. Then check the data looks ok. If it does, remount the disk using `sudo mount -o remount,rw /mnt/tmp` to make it read/write and run the command `chmod a+rX -R /mnt/tmp' to ensure we have full read permission. Finally, remount the SATA back as read only, `sudo mount -o remount,ro /mnt/tmp`. 26 26 27 == Copyingto PML data storage ==27 == Move to PML data storage == 28 28 29 Copy to appropriate location on the filesystem (~arsf/arsf_data/in_progress/2008/flight_data/...)29 Move to appropriate location on the filesystem (~arsf/arsf_data/2009/flight_data/...) 30 30 * when copying from the source media, preserve timestamps with `cp -a` or `rsync -av` 31 31 * ensure the project directory names conform to the standard - '''PROJECTCODE-YYYY_JJJxx_SITENAME''', e.g. ''GB07_07-2007_102a_Inverclyde'', ''boresight-2007_198'', etc … … 90 90 91 91 Run times4grafnav.py script to create a text file of time stamps and put the output into the applanix directory. May be of use for the GNSS processing. 92 93 == Move from unpacking ==94 95 Move the original project directories from the unpacking section to the relevant place under ~arsf/arsf_data/<year>/flight_data/...96 92 97 93 == Tickets and tracking ==