Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Centos 5. How to install NTFS

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Centos 5. How to install NTFS, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something.

1. Install fuse in Centos 5.1system

It is recommended not to install with binary package but with source code. I always prompt to install with binary package at the beginning.

FATAL: Module fuse not found.

Fuse: device not found, try 'modprobe fuse' first

FUSE mount point creation failed

Depressed for a while, just install the source code.

First download fuse2.72 http://sourceforge.net/project/showfiles.php?group_id=121684

Then there is the classic. / configure&&make&&make install&&make clean

PS: execute. / configure do not forget to add the parameter-prefix=/usr, otherwise the default installation is / usr/local/lib, so you need to edit / etc/ld.so.conf to add / usr/local/lib, and then execute / sbin/ldconfig, otherwise there will be errors in installing ntfs-3g.

Install ntfs-3g in 2.Centos 5.1system

It is recommended to install it with a binary package to avoid the trouble of compilation.

Download address: http://www.cnblogs.com/shujuhuifu/admin/ftp://rpmfind.net/linux/fedora/e.. 417-1.fc7.i386.rpm just download this version, and the high version of f8 focus f9 requires a higher version of the glibc library.

Using ntfs-3g in 3.Centos 5.1system

Man ntfs-3g

Mount-t ntfs-3g / dev/sdan / mountpoint

Power-on ground motion and modify / 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

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report