标签:mount 挂载 挂载点 命令 linux tar fdisk -l ntfs-3g href
下载fuse(ntfs-3g依赖fuse):http://vdisk.weibo.com/s/ajww5fZsUq50L?from=page_100505_profile&wvr=6
安装:
./configure make make install
下载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/
标签:mount 挂载 挂载点 命令 linux tar fdisk -l ntfs-3g href
原文地址:http://www.cnblogs.com/chy123/p/6923301.html