code:work:lvisf:2024:field_processing:arcsix:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:work:lvisf:2024:field_processing:arcsix:start [2024/10/15 17:16] – david | code:work:lvisf:2024:field_processing:arcsix:start [2024/10/15 17:30] (current) – [Final Raid Inventory] david | ||
|---|---|---|---|
| Line 255: | Line 255: | ||
| ==== Final Raid Inventory ==== | ==== Final Raid Inventory ==== | ||
| + | * Ensure each drive has a meta and inventory entry | ||
| + | * Copy inventory and meta files to three places **drive_meta/ | ||
| + | * camera, card, lvisf, nav, rtp, usb | ||
| + | * Box, Teams and Wiki < | ||
| + | # manual creation of inventory | ||
| + | time_date=$(date ' | ||
| + | time_time=$(date ' | ||
| + | inventory_output=" | ||
| + | meta_output=" | ||
| + | mkdir -p ${camera_basepath}/ | ||
| + | meta_path=" | ||
| + | drivemeta=$(df -h | grep ${camera_mountpoint}) | ||
| + | echo " | ||
| + | echo " | ||
| + | echo "find ${camera_mountpoint} -type f -exec ls -l {} \; >> ${inventory_output}" | ||
| + | find ${camera_mountpoint} -type f -exec ls -l {} \; >> ${inventory_output} | ||
| + | </ | ||
| * **md5deep** will follow symbolic links, so run this < | * **md5deep** will follow symbolic links, so run this < | ||
| - | time sudo find / | + | time sudo find / |
| # 68 hours for 44TB not bad | # 68 hours for 44TB not bad | ||
| Line 264: | Line 281: | ||
| sys | sys | ||
| + | # and make a sorted version of the file | ||
| + | cat ~/ | ||
| </ | </ | ||
code/work/lvisf/2024/field_processing/arcsix/start.1729012584.txt.gz · Last modified: by david
