技巧
linux读取移动硬盘数据
安装
ntfs-3g
yum -y install ntfs-3g
或离线安装,离线包下载地址
yum -y install gcc
tar -zxvf ntfs-3g_ntfsprogs-2017.3.23.tgz
cd ntfs-3g_ntfsprogs-2017.3.23/
./configure && make && make install
查询移动硬盘所在设备接口
[root@node3 windows]# fdisk -l | grep NTFS
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
/dev/sdl1 2048 3907026943 1953512448 7 HPFS/NTFS/exFAT
创建挂载点,挂载
mkdir -p /ntfs
mount -t ntfs-3g /dev/sdl1 /ntfs
windows
任务栏卡死
任务栏关闭资讯和兴趣