Changes between Version 80 and Version 81 of Procedures/NewDataArrival


Ignore:
Timestamp:
Jul 24, 2009, 10:49:33 AM (15 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v80 v81  
    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 == Copying to PML data storage ==
     27== Move to PML data storage ==
    2828
    29 Copy to appropriate location on the filesystem (~arsf/arsf_data/in_progress/2008/flight_data/...)
     29Move to appropriate location on the filesystem (~arsf/arsf_data/2009/flight_data/...)
    3030 * when copying from the source media, preserve timestamps with `cp -a` or `rsync -av`
    3131 * ensure the project directory names conform to the standard - '''PROJECTCODE-YYYY_JJJxx_SITENAME''', e.g. ''GB07_07-2007_102a_Inverclyde'', ''boresight-2007_198'', etc
     
    9090
    9191Run 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/...
    9692
    9793== Tickets and tracking ==