先安装 ntfs-3g 

yum install ntfs-3g


检查 ntfs-3g 是否安装成功

yum list installed | grep ntfs-3g


开始挂载

mount -t ntfs-3g /dev/vdb5 /bakup/b

[root@xxxxx bakup]# mount -t ntfs-3g /dev/vdc1 /bakup/c

The disk contains an unclean file system (0, 0).

The file system wasn't safely closed on Windows. Fixing.

[root@xxxxx bakup]# mount -t ntfs-3g /dev/vdd1 /bakup/d

The disk contains an unclean file system (0, 0).

The file system wasn't safely closed on Windows. Fixing.

[root@xxxxx bakup]# mount -t ntfs-3g /dev/vde5 /bakup/e


mount查看挂载磁盘