Last Updated: 21 Nov 2022

   |   

Author: 65.108.103.101

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 [Nov 21, 2022 06:52 AM]
65.108.103.101 old revision restored (Oct 25, 2022 05:15 AM)
server-tech:centos:adding-formatting-a-new-drive [Apr 23, 2024 10:12 PM] (current)
114.119.141.53 old revision restored (Dec 6, 2023 12:38 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 53: Line 51:
  
 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.