How Can I Export the Original Data After I Changed My Server OS from Windows to CentOS?

Solution:

  1. Install the ntfsprogs software to enable Linux to access the NTFS file system.

    yum install ntfsprogs

  2. View the data disks previously attached to Windows.

    parted -l

  3. Mount the data disks.

    mount -t ntfs-3g Data disk path Mount point