After CentOS is installed, common tasks (recovery Guide) should be performed. Ntfs support,), centos. ntfs
Record the work done after CentOS is installed on both systems. Root permission is required for the following tasks:
1. There was originally win7 on the computer, and I installed CentOS7 again. When the computer started, it entered CentOS7, and I could not find the win7 boot guide.
Note that Windows 7 boot is not covered during normal installation, but cannot be identified.
Solution (premise: win7 is installed on sda1. Generally, win7 is on sda1 ):
Enter
vi /etc/grub2.cfg
Add the following red code to "### END/etc/grub. d/00_header ###"
### END /etc/grub.d/00_header ###<span style="color:#ff0000;">#################################################################menuentry 'Windows 7' --class windows { insmod part_msdos insmod ntfs set root='hd0,msdos1' chainloader +1}#################################################################</span>
2. enable the system to support the win7 file system,
Linux does not recognize the ntfs format used by windows and requires installation of ntfs-3g software.
To install this software, I used yum (the system comes with software management)
However, the library that comes with the system does not have the software. We need to have it support other software libraries rpmforge (see point 3rd ).
Now, assume that yum supports rpmforge, and enter the terminal (centos is my username, change it by yourself)
yum install ntfs-3gmkdir -p /home/centos/{D,E,F}
Then the software is installed and the drive letter mounting document is created,
Next we need to mount the drive letter on DEF,
Input
<span style="font-size:14px;"><span style="font-size:14px;">fdisk-l|grep NTFS</span></span>
I can see from the disk capacity (4th columns) That sda5, sda6, and sda7 are my D, E, and F disks respectively. Enter the mount command
mount-t ntfs-3g /dev/sda5 /home/centos/D;mount-t ntfs-3g /dev/sda6 /home/centos/E;mount-t ntfs-3g /dev/sda7 /home/centos/F
Go back to the desktop,
Mounted successfully.
3. yum supports rpmforge
Connection: http://pkgs.repoforge.org/rpmforge-release/
On the above link page, find your desired system (centX) and click Install.
4. I personally used to use googlechrome. I found a lot and compiled it myself. It is too difficult. A link to the available yum package
Google Chrome download connection: https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
5. Support for rhythmbox mp3
I tried several methods, the compilation room error, now looking for the reason, the compilation package address http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
A successful method: http://www.fluendo.com/(English web site, the level of good into) inside the registered account, download home version is free of charge, which has three files, two compilation packages, a yum, use yum for direct installation. The compiling package is actually the same as the method one. Try it.