Last Updated: 07 Sep 2026

   |   

Author: 114.119.156.110

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
server-tech:centos:adding-formatting-a-new-drive [Sep 7, 2026 03:10 AM]
114.119.138.27 old revision restored (May 1, 2023 10:06 AM)
server-tech:centos:adding-formatting-a-new-drive [Sep 7, 2026 03:17 AM] (current)
114.119.156.110 old revision restored (Oct 23, 2023 06:47 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.