doc-exports/docs/evs/umn/evs_faq_0091.html
zhangyue b55a939a8a EVS UMN add ESSD V2
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2023-02-02 16:34:06 +00:00

1.3 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