Some common after the CentOS installation should do the work (recovery boot. NTFS support,)

Source: Internet
Author: User

Record Dual System CentOS Some of the work done after the installation. root privileges are required for the following tasks

1.the computer originally hadWin7, I put it on again.CentOS7, the computer starts to enterCentOS7, can not findWin7BOOT.

note normal installation conditions Win7 boot is not overwritten, just cannot be recognized.

Workaround (Prerequisite: win7 loaded in Span style= "Font-family:liberation serif,serif" > sda1 above, generally w in7 sda1

In the terminal input

Vi/etc/grub2.cfg


in the " # # #END/etc/grub.d/00_header # # # Add the following red code to the back

# # # 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. Let the system support the Win7 file system,

linux does not recognize w indows used NTFS ntfs-3g software.

To install this software, I used an easy way to use the Yum (System comes with software management)

But the system comes with a library that does not have the software, we need to let him support other repositories rpmforge (see section 3 point).

yum support rpmforge centos is my user name, change it myself)

Yum Install ntfs-3g  mkdir-p/home/centos/{d,e,f}

The software then installs and creates a load file for the drive letter.

and then we need to mount Drive letter in DEF ,

Input

<span style= "FONT-SIZE:14PX;" ><span style= "FONT-SIZE:14PX;" >fdisk-l|grep ntfs</span></span>



I am from disk Capacity (section4column) SeeSda5,Sda6,Sda7It's mine.D,E,FDisk, enter 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 table and see



Mounted successfully.

3.yum Support rpmforge

Download Connection: http://pkgs.repoforge.org/rpmforge-release/

On the link page above find your appropriate system (centx) Click Install.

4. Personal habits with googlechrome , looking for a lot of self-compiled, too difficult, a usable yum Bao Qing Connect

Googlechrome Download Connection: https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

5.rhythmbox of MP3 Support

Tried several methods, compile room error, now looking for reason, compile package address http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/

One way to succeed: http://www.fluendo.com/(English URL, level OK into) in the Register account, download the home version is free of charge, which has three files, two compilation package, a Yum, with Yum directly installed, compiled package actually and method one is the same, want to try to try.

Some common after the CentOS installation should do the work (recovery boot. NTFS support,)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.