Last Updated: 20 May 2024

   |   

Author: 3.141.20.122

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 23, 2022 08:25 PM]
217.113.194.105 old revision restored (Oct 2, 2022 05:54 PM)
server-tech:centos:adding-formatting-a-new-drive [Apr 17, 2024 11:56 AM]
114.119.158.142 old revision restored (Feb 28, 2024 09:13 AM)
Line 37: 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 51: 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.