Changes

From SME Server
Jump to navigationJump to search
218 bytes added ,  06:10, 27 March 2021
Line 79: Line 79:     
===Identifying Hard Drives===
 
===Identifying Hard Drives===
It may not always be obvious which physical hard drive maps to which logical device. The simplest method to verify this if you have a drive with S.M.A.R.T. capability is to map the serial number on the physical package with that displayed by smartctl. Assuming the device of interest is '''sda''', (a SCSI drive), then you would issue the following command as root:
+
It may not always be obvious which physical hard drive maps to which logical device.  
 +
The first step would be to be able to identify all block devices present on your server. This could be done by using two commands
 +
  lsblk
 +
 
 +
or the following
 +
  findmnt
 +
 
 +
 
 +
Then, once you identified a block device , the simplest method to verify which physical drive it is, is using  S.M.A.R.T. capability to map the serial number on the physical package with that displayed by smartctl. Assuming the device of interest is '''sda''', (a SCSI drive), then you would issue the following command as root:
 
  smartctl -i /dev/sda
 
  smartctl -i /dev/sda
   Line 85: Line 93:  
  smartctl -i /dev/hda
 
  smartctl -i /dev/hda
 
<br />
 
<br />
 +
 
===Adding Additional Drives===
 
===Adding Additional Drives===
  
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,240

edits

Navigation menu