CentOS 7.1 安装ntfs-3
- 2020 年 1 月 14 日
- 筆記
安装fuse
下载: wget http://nchc.dl.sourceforge.NET/project/fuse/fuse-2.X/2.9.2/fuse-2.9.2.tar.gz
安装:
#tar -zxvf tar -zxvf fuse-2.9.2.tar.gz #cd fuse-2.9.2./configure #make #make install #modprobe fuse
安装ntfs-3g
下载:wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz
#tar -zxvf tar ntfs-3g_ntfsprogs-2013.1.13.tgz #cd ntfs-3g_ntfsprogs-2013.1.13 #./configure #make #make install
挂载
#mkdir /mnt/usb #fdisk -l #mount -t ntfs-3g /dev/sdb1 /mnt/usb