Files
doc-exports/docs/evs/umn/evs_faq_0091.html
Zaoxu, Li e87fdffbbe EVS UMN UPDATE
Reviewed-by: Muller, Martin <martin.muller@t-systems.com>
Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com>
Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
2025-01-02 07:41:33 +00:00

1.8 KiB
Raw Permalink 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