Centos5.3 ntfs讀寫支援

來源:互聯網
上載者:User

1、如果只要對ntfs盤進行讀操作,在http://sourceforge.net/project/showfiles.php?group_id=13956
頁面找到和核心版本匹配的檔案。如我自己的,下載了

kernel-module-ntfs-2.6.18-128.el5-2.1.27-0.rr.10.11.i686.rpm

2、安裝之。

3、如果還想對ntfs盤進行寫操作,則要安裝fuse+ntfs-3g

4、安裝fuse

建議不要用二進位包安裝而應該用原始碼安裝,我剛開始用二進位包安裝總是提示

FATAL: Module fuse not found.
fuse: device not found, try 'modprobe fuse' first
FUSE mount point creation failed

鬱悶了一陣子乾脆源碼安裝

首先下載fuse2.7.2 http://sourceforge.net/project/showfiles.php?group_id=121684

fuse-2.7.2.tar.gz

然後就是經典的./configure&&make&&make install&&make clean

PS:執行./configure別忘了加參數--prefix=/usr,否則預設安裝在
/usr/local/lib,這樣有需要編輯/etc/ld.so.conf把/usr/local/lib加進去,再執行
/sbin/ldconfig,不然安裝ntfs-3g會有錯誤。

5、安裝ntfs-3g

這裡建議用二進位包安裝,免去編譯的麻煩

:ftp://rpmfind.net/linux/fedora/e
... .417-1.fc7.i386.rpm
或http://download.opensuse.org/repositories/home:/benkai:/ntfs/CentOS_5/i386/
(找到對應版本)

ntfs-3g-1.2712-3.1.i386.rpm

6、mount -t ntfs-3g /dev/hda6 /mountpoint

7、OK!

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.