Last Updated: 30 Apr 2024

   |   

Author: 216.244.66.236

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:23 PM]
217.113.194.122 old revision restored (Aug 12, 2022 11:27 AM)
server-tech:centos:adding-formatting-a-new-drive [Apr 16, 2024 02:34 PM]
114.119.135.224 old revision restored (Dec 21, 2023 01:06 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.