Last Updated: 27 Apr 2024

   |   

Author: 3.21.162.87

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
server-tech:centos:adding-formatting-a-new-drive [Nov 21, 2022 06:52 AM]
65.108.103.101 old revision restored (Oct 24, 2022 02:12 PM)
server-tech:centos:adding-formatting-a-new-drive [Mar 28, 2024 10:36 AM]
114.119.135.224 old revision restored (Feb 19, 2024 05:19 PM)
Line 19: Line 19:
  
 If you don't see the disk from the first bus, you may need to scan the others: If you don't see the disk from the first bus, you may need to scan the others:
 +
 +''# echo "- - -" > /sys/class/scsi_host/host1/scan''
  
 ''# echo "- - -" > /sys/class/scsi_host/host2/scan'' ''# echo "- - -" > /sys/class/scsi_host/host2/scan''
-''# echo "- - -" > /sys/class/scsi_host/host3/scan'' 
  
 Eventually the disk should show up in /var/log/messages. Let's assume it is ''/dev/sdb'' Eventually the disk should show up in /var/log/messages. Let's assume it is ''/dev/sdb''
Line 36: Line 37:
  
 ''# lvcreate -l 100%VG -n data mysql'' ''# lvcreate -l 100%VG -n data mysql''
 +
 +== Formatting & Mounting the Disk ==
  
 6. Make the XFS filesystem: 6. Make the XFS filesystem:
Line 50: Line 53:
  
 9. If you want the drive to mount at boot, add an entry in ''/etc/fstab'' 9. If you want the drive to mount at boot, add an entry in ''/etc/fstab''
 +
 +You're done. If you want to see if your new drive is online, check ''df -h'' and you should see it.