Get data from other drives after install

Issues related to applications and software problems and general support
Post Reply
saut74
Posts: 3
Joined: 2020/05/05 18:57:00

Get data from other drives after install

Post by saut74 » 2020/05/05 19:02:42

I installed CentOS 8 on one drive in my machine. I had 2 other drives that were striped (I believe) in Windows 10. Would I be able to get that data with the install of CentOS? If so, how would I go about doing that?

Thank you in advance.

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Get data from other drives after install

Post by TrevorH » 2020/05/05 22:11:20

I don't believe that linux can read Windows striped RAID arrays.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

saut74
Posts: 3
Joined: 2020/05/05 18:57:00

Re: Get data from other drives after install

Post by saut74 » 2020/05/06 17:15:34

Thank you TrevorH, is that a confirmation? Do you know of another way of getting that data other than installing Windows again?

MartinR
Posts: 714
Joined: 2015/05/11 07:53:27
Location: UK

Re: Get data from other drives after install

Post by MartinR » 2020/05/06 17:22:11

I've had an off-the-wall and untested thought: can you create a VM, install Windows and then mount the disks pass-through? I don't know the answer, so if anyone else can contribute to this or tell me it's rubbish, feel free to do so.

saut74
Posts: 3
Joined: 2020/05/05 18:57:00

Re: Get data from other drives after install

Post by saut74 » 2020/05/06 18:03:58

That was what I was thinking MartinR. That might work although I am not the best with virtual machines. I will give that a try when I get my hands on Windows.

Any suggestion for a hypervisor, not sure if I am using the correct vocabulary? Would Boxes work?

MartinR
Posts: 714
Joined: 2015/05/11 07:53:27
Location: UK

Re: Get data from other drives after install

Post by MartinR » 2020/05/06 18:14:10

Sorry, no experience with Boxes. I use KVM/QEMU driving it where possible by VMM or nowadays Cockpit.

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Get data from other drives after install

Post by jlehtone » 2020/05/06 19:40:06

Code: Select all

dnf install libvirt
libvirt pulls in qemu-kvm

libvirtd is a service through which to create/start/stop KVM guests. (Deprecated) virt-manager (VMM) and Cockpit offer GUI front-ends for libvirtd.

Post Reply