RHCE6 Preperation (2) – yum source and auto mount

1, configure the YUM source to the instructor location. in the folder, ‘/etc/yum.repos.d’, create the file, vim serverX.repo the content is as: 【serverX】 name=serverX baseurl= the location of the YUM source in my case the location of YUM source is “= http://instructor.example.com/pub/rhel6/dvd” make sure you have network connection to http://instructor.example.com/pub/rhel6/dvd, this has already been done […]

add exfat support to RHEL7

Installed exfat support for RHEL7, based on the link below, same as RHEL6: http://docs.gz.ro/node/162 1. Download the following RPMs: http://download1.rpmfusion.org/free/el/updates/6/x86_64/repoview/exfat-utils.html http://download1.rpmfusion.org/free/el/updates/6/x86_64/repoview/fuse-exfat.html   2, install rpm -Uvh exfat-utils-1.0.1-1.el6.x86_64.rpm rpm -Uvh fuse-exfat-1.0.1-1.el6.x86_64.rpm 3,mount your usb dirve fdisk -l Device Boot      Start         End      Blocks   Id  System /dev/sdd1   *        2048    61521919    30759936    7  HPFS/NTFS/exFAT [root@localhost Downloads]# mount.exfat /dev/sdd1 /mnt