GalaxyData Community

NTFS in Centos 7

By default, ntfs support is not included in Centos 7.

The inclusion is as follows:

yum install epel-release
yum install ntfs-3g

 

If you want to connect dynamic disks, then you will also need to install ldmtool:

ldmtool scan
ldmtool create all

 

after which dynamic volumes will appear in / dev / mapper / ldm_vol_ * and they can be mounted.

Exit mobile version