Changes between Version 86 and Version 87 of Procedures/NewDataArrival


Ignore:
Timestamp:
Aug 25, 2009, 4:54:02 PM (15 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v86 v87  
    2525To 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`.
    2626
    27 == Move to PML data storage ==
     27== Copy to unpacking ==
     28
     29 * when copying from the source media, preserve timestamps with `cp -a` or `rsync -av`
     30
     31== Move to permament PML data storage ==
    2832
    2933Move to appropriate location on the filesystem (~arsf/arsf_data/2009/flight_data/...)
    30  * when copying from the source media, preserve timestamps with `cp -a` or `rsync -av`
    3134 * ensure the project directory names conform to the standard - '''PROJECTCODE-YYYY_JJJxx_SITENAME''', e.g. ''GB07_07-2007_102a_Inverclyde'', ''boresight-2007_198'', etc
    3235