Files
doc-exports/docs/evs/umn/evs_faq_0091.html
lizaoxu 001a9c5e70 EVS UMN Update
Reviewed-by: Muller, Martin <martin.muller@t-systems.com>
Co-authored-by: lizaoxu <lizaoxu@huawei.com>
Co-committed-by: lizaoxu <lizaoxu@huawei.com>
2025-07-11 13:44:58 +00:00

1.8 KiB
Raw Blame History

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>