Changes between Version 1 and Version 2 of Procedures/NewDataArrival/Disk


Ignore:
Timestamp:
Oct 20, 2009, 6:36:09 PM (15 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival/Disk

    v1 v2  
    1515sdb: sdb1
    1616}}}
    17 where the name of the disk is sdb (sata disk b) and the partion is sdb1. SATA disks will be 500GB or 1TB in size.  If you're paranoid and want to look at a time stamped log, run `sudo less /var/log/messages`.
     17where the name of the disk is sdb (sata disk b) and the partition is sdb1. SATA disks will be 500GB or 1TB in size.  If you're paranoid and want to look at a time stamped log, run `sudo less /var/log/messages`.
    1818
    1919 1. mount the disk using command `sudo mount -o ro /dev/sdb1 /mnt/tmp`. This will mount it read only.