標籤:

Centos7.0-ntfs

1. epel源

wget -O /etc/yum.repos.d/epel.repo mirrors.aliyun.com/repo

2.安裝ntfs

yum install ntfs-3g

3.安裝grub2

yum install grub2

4.自動查找win10引導

grub2-mkconfig -o /boot/grub2/grub.cfg

1.命令行界面,則運行命令:

ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target

2. 圖形界面:

ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target

推薦閱讀:

搬個小板凳,我們扯扯Docker的前生
詳解如何用源代碼安裝軟體,以及如何卸載它
通過擺弄python scapy模塊 了解網路模型--Get your hands dirty!
學習linux驅動開發的方法?
從 X86 到 ARM 的移植,為什麼 Windows 的兼容性看起來沒有像Linux、OS X那樣好?

TAG:Linux |