Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 20: Line 20:  
===Installing required tools===
 
===Installing required tools===
 
You will need to install some additionally tools  
 
You will need to install some additionally tools  
 +
* 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.
 +
 +
Install the required tools using the Yum commands below
 
yum Install parted
 
yum Install parted
 
yum install xfsprogs
 
yum install xfsprogs
20

edits

Navigation menu