您的位置:首页 > 运维架构 > Linux

centOS7挂在windows移动硬盘方法

2016-12-09 13:06 316 查看
1,http://www.tuxera.com/community/open-source-ntfs-3g/ 下载ntfs-3g_ntfsprogs-2016.2.22这个压缩包,可用wget和浏览器两种方式都可以,前者更快;

2,解压,tar -xvf ***;

3,进入到解压目录***/Downloads/ntfs-3g_ntfsprogs-2016.2.22里面;

4,./configure
make
make install # or 'sudo make install' if you aren't root5,插上硬盘,查看挂载的盘:
fdisk -lDevice Boot      Start         End      Blocks   Id  System

/dev/sdb1   *        2048    69355519    34676736   83  Linux

/dev/sdb2        69355520  1953515519   942080000    7  HPFS/NTFS/exFAT

6,挂载
mount -t ntfs-3g /dev/sdb2 /mnt/windows/说明:具体安装方法可在官方网站:http://www.tuxera.com/community/open-source-ntfs-3g/找到。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: