Help Center/ Elastic Volume Service/ FAQs/ General/ How Can I Export the Original Data After I Changed My Server OS from Windows to CentOS?
Updated on 2026-05-26 GMT+08:00

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>