這篇文章給大家介紹CentOS掛載NTFS分區(qū)的兩種方法分別是怎樣的,內(nèi)容非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對(duì)大家能有所幫助。
我們提供的服務(wù)有:成都網(wǎng)站制作、成都網(wǎng)站設(shè)計(jì)、微信公眾號(hào)開(kāi)發(fā)、網(wǎng)站優(yōu)化、網(wǎng)站認(rèn)證、曹縣ssl等。為成百上千家企事業(yè)單位解決了網(wǎng)站和推廣的問(wèn)題。提供周到的售前咨詢(xún)和貼心的售后服務(wù),是有科學(xué)管理、有技術(shù)的曹縣網(wǎng)站制作公司
第一種是安裝內(nèi)核模塊,可到 http://sourceforge.net/projects/linux-ntfs/files/ 下載,需下載與你系統(tǒng)內(nèi)核想對(duì)應(yīng)的版本,使用uname -a 查看當(dāng)前內(nèi)核版本。安裝后就可以使用mount -t ntfs /dev/sda1 /mnt 掛載了。這種方法有個(gè)缺點(diǎn),就是掛載的ntfs分區(qū)是只讀的。
另外一種是安裝ntfs-3g,使用ntfs-3g掛載的分區(qū)就是可讀寫(xiě)的了。可在終端下使用 yum install ntfs-3g 安裝。如果找不到軟件包,可能需要修改下更新源,編輯 /etc/yum.repos.d/CentOS-Base.repo ,將內(nèi)容改為:
[base]
name=CentOS-5 – Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever5&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos6
#released updates
[update]
name=CentOS-5 – Updates
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=updates
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
#packages used/produced in the build but not released
[addons]
name=CentOS-5 – Addons
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=addons
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/addons/$basearch/
關(guān)于CentOS掛載NTFS分區(qū)的兩種方法分別是怎樣的就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺(jué)得文章不錯(cuò),可以把它分享出去讓更多的人看到。