By default, ntfs support is not included in Centos 7.
The inclusion is as follows:
1 2 |
yum install epel-release yum install ntfs-3g |
If you want to connect dynamic disks, then you will also need to install ldmtool:
1 2 |
ldmtool scan ldmtool create all |
after which dynamic volumes will appear in / dev / mapper / ldm_vol_ * and they can be mounted.