Create new partition on live production CentOS server
        Posted  
        
            by 
                Kimmel
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Kimmel
        
        
        
        Published on 2012-11-21T02:56:33Z
        Indexed on 
            2012/11/21
            5:03 UTC
        
        
        Read the original article
        Hit count: 612
        
centos6
|disk-partition
I have a production server that is running on CentOS. I'd like to create a partition on the server without having to reinstall everything. I have CLI and VNC access to the remote server. Is there anyway that I can create a partition safely?
Here's my output from fdisk -l
Disk /dev/sda: 85.9 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00033d5e
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       10444    83885056   83  Linux
Thanks.
© Server Fault or respective owner