码迷,mamicode.com
首页 > Web开发 > 详细

centos ntfs-3g 安装和使用

时间:2017-05-31 14:12:37      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:mount   挂载   挂载点   命令   linux   tar   fdisk -l   ntfs-3g   href   

安装fuse

下载fuse(ntfs-3g依赖fuse):http://vdisk.weibo.com/s/ajww5fZsUq50L?from=page_100505_profile&wvr=6

安装:

tar -zxvf fuse-2.9.3.tar.gz
cd fuse-2.9.3
./configure
make
make install

安装ntfs-3g

下载ntfs-3g:http://linux.softpedia.com/get/System/Hardware/ntfs-3g-15028.shtml

安装:

tar -zxvf tar ntfs-3g_ntfsprogs-2016.2.22.tgz 
cd ntfs-3g_ntfsprogs-2016.2.22
./configure
make
make install

挂载

首先得到NTFS分区的信息
sudo fdisk -l | grep NTFS

然后设置挂载点,用如下命令实现挂载

mount -t ntfs-3g <NTFS Partition> <Mount Point>

例如:mount -t ntfs-3g /dev/sd2 /samu/sd2/

 

centos ntfs-3g 安装和使用

标签:mount   挂载   挂载点   命令   linux   tar   fdisk -l   ntfs-3g   href   

原文地址:http://www.cnblogs.com/chy123/p/6923301.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!