Last Updated: 12 Jun 2026

   |   

Author: 103.172.216.166

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
server-tech:centos:adding-formatting-a-new-drive [Jun 12, 2026 05:35 AM]
103.172.216.166 old revision restored (May 25, 2026 10:50 AM)
server-tech:centos:adding-formatting-a-new-drive [Jun 13, 2026 08:32 AM] (current)
120.149.46.197 old revision restored (May 28, 2026 08:02 PM)
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.