Last Updated: 18 May 2024

   |   

Author: 18.116.20.52

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 [Apr 24, 2024 07:18 AM]
216.244.66.236 old revision restored (Nov 24, 2023 01:37 PM)
server-tech:centos:adding-formatting-a-new-drive [May 4, 2024 11:38 PM]
3.137.171.121 old revision restored (Nov 21, 2022 06:52 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.