自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Centos 5.1系統(tǒng)中安裝NTFS設(shè)置使用

系統(tǒng) Linux
Centos 5.1系統(tǒng)安裝NTFS讀寫支持CentOS 5默認是不支持掛載NTFS,因此我們需要安裝ntfs-3g 。

Centos 5.1系統(tǒng)已被廣泛應(yīng)用但是也在不斷的更新,這里介紹Centos 5.1系統(tǒng)安裝設(shè)置使用,幫助大家安裝更新Centos 5.1系統(tǒng)。Centos 5.1系統(tǒng)安裝NTFS讀寫支持CentOS 5默認是不支持掛載NTFS,因此我們需要安裝ntfs-3g 。

1. Centos 5.1系統(tǒng)中安裝fuse

建議不要用二進制包安裝而應(yīng)該用源代碼安裝,我剛開始用二進制包安裝總是提示
FATAL: Module fuse not found.
fuse: device not found, try 'modprobe fuse' first
FUSE mount point creation failed
郁悶了一陣子干脆源碼安裝
首先下載fuse2.72http://sourceforge.net/project/showfiles.php?group_id=121684
然后就是經(jīng)典的./configure&&make&&make install&&make clean
PS:執(zhí)行./configure別忘了加參數(shù)--prefix=/usr,否則默認安裝在/usr/local/lib,這樣有需要編輯/etc/ld.so.conf把/usr/local/lib加進去,再執(zhí)行 /sbin/ldconfig,不然安裝ntfs-3g會有錯誤。

2.Centos 5.1系統(tǒng)中安裝ntfs-3g

這里建議用二進制包安裝,免去編譯的麻煩
下載地址:http://www.cnblogs.com/shujuhuifu/admin/ftp://rpmfind.net/linux/fedora/e ... .417-1.fc7.i386.rpm 下載這個版本就行了,高版本f8,f9又需要高版本的glibc庫。

3.Centos 5.1系統(tǒng)中使用ntfs-3g

man ntfs-3g
mount -t ntfs-3g /dev/sdan /mountpoint
開機地動掛再修改/etc/fstab
[pcman@localhost fuse-2.7.2]$ cat /etc/fstab
LABEL=/1 / ext3 defaults 1 1
LABEL=/home /home ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda8 swap swap defaults 0 0
/mnt/win_D /dev/sda5 vfat defaults 0 0
/mnt/win_E /dev/sda9 ntfs-3g defaults 0 0
/mnt/win_F /dev/sda3 ntfs-3g defaults 0 0

PS:有些文章說需要執(zhí)行/sbin/mount.ntfs-3g "$@" ,chmod a+x /sbin/mount.ntfs。我這里倒是沒執(zhí)行過,如果朋友們遇到了某些問題,可以試試這些方法CentOS 5系統(tǒng)默認是不支持掛載NTFS,因此我們需要安裝ntfs-3g 。

【編輯推薦】

  1. CentOS 5.1系統(tǒng)下掛載NTFS分區(qū)
  2. CentOS 4.5環(huán)境構(gòu)架安裝各個相關(guān)LINUX系統(tǒng)文件
  3. CentOS MySQL軟件安裝與啟動和關(guān)閉命令
  4. 深入講解CentOS PHP安裝編譯
  5. CentOS Mysql安裝與系統(tǒng)建立用戶組
責(zé)任編輯:佚名 來源: NET130
相關(guān)推薦

2009-11-23 09:42:56

CentOSNTFS分區(qū)

2010-04-06 09:38:17

CentOS系統(tǒng)

2010-02-23 10:58:47

CentOS NTFS

2010-02-22 18:18:14

CentOS vsft

2010-04-08 15:54:53

NTFS共享設(shè)置技巧

2010-03-26 10:35:20

CentOS系統(tǒng)

2010-01-15 13:55:17

CentOS mail

2010-04-01 11:30:40

CentOS系統(tǒng)

2011-08-22 09:49:30

WindowsXPSPIIS

2010-04-01 16:04:26

CentOS系統(tǒng)

2011-02-23 14:38:39

安裝CentOS vsftpd

2011-02-23 14:38:39

安裝CentOS vsftpd

2010-01-15 09:58:50

CentOS5.1遠程

2010-01-14 09:34:26

CentOS orac

2010-03-26 12:50:02

CentOS系統(tǒng)

2010-04-20 16:54:01

Windows XP權(quán)限

2010-04-06 09:44:40

CentOS系統(tǒng)

2010-01-13 14:18:36

CentOS Open

2010-04-20 14:06:07

NTFS權(quán)限

2010-03-31 17:36:10

CentOS系統(tǒng)
點贊
收藏

51CTO技術(shù)棧公眾號