Changes between Version 85 and Version 86 of Procedures/NewDataArrival


Ignore:
Timestamp:
Aug 24, 2009, 11:16:35 AM (15 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v85 v86  
    2323 `sudo less /var/log/messages`.
    2424
    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`.
     25To 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
    2727== Move to PML data storage ==