Changes between Version 50 and Version 51 of Procedures/NewDataArrival
- Timestamp:
- Sep 16, 2008, 1:08:43 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v50 v51 23 23 `sudo less /var/log/messages`. 24 24 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. Then remount the disk using `sudo mount -o remount,rw /mnt/tmp` to make it read/write and run the commadn `chmod a+rX -R /mnt/tmp'. Then re mount the SATA back as read only, `sudo mount -o remount,ro /mnt/tmp`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 27 == Copying to PML data storage ==