Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 22: Line 22:  
* parted: Parted is a GNU utility, which is used to manipulate the hard disk partitions. Using parted, you can add, delete, and edit partitions and the file systems located on those partitions
 
* parted: Parted is a GNU utility, which is used to manipulate the hard disk partitions. Using parted, you can add, delete, and edit partitions and the file systems located on those partitions
 
* xfsprogs: Utilities for managing the XFS filesystem A set of commands to use the XFS filesystem, including mkfs.xfs. XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability.
 
* xfsprogs: Utilities for managing the XFS filesystem A set of commands to use the XFS filesystem, including mkfs.xfs. XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability.
 +
 +
{{Note box|msg=Install the required tools using the Yum commands below.
 +
 +
yum Install parted
 +
yum install xfsprogs}}
 +
 +
 +
    
Install the required tools using the Yum commands below
 
Install the required tools using the Yum commands below
yum Install parted
  −
yum install xfsprogs
      
It’s usually a good idea to run… but not required  
 
It’s usually a good idea to run… but not required  
20

edits

Navigation menu