Re: [CentOS] mounting XFS RAID-1 disk partition that needs repair.

2021-11-23 Thread Fred
I'll take a look at these two ideas soon. Thanks! On Tue, Nov 23, 2021 at 10:03 AM Simon Matter wrote: > Hi, > > > I'm attempting to extract data from a HD that has a bunch of linux-raid > > partitions, including one large one with data I need to save off the > disk. > > > > I actually have two

Re: [CentOS] mounting XFS RAID-1 disk partition that needs repair.

2021-11-23 Thread Simon Matter
Hi, > I'm attempting to extract data from a HD that has a bunch of linux-raid > partitions, including one large one with data I need to save off the disk. > > I actually have two drives like that (both not from the same RAID pair), > and one of them I was successful in creating a MD device so I co

[CentOS] CentOS8 Docker: "repomd.xml parser error: Parse error at line" after enabling /etc/yum.repos.d/CentOS-Linux-ContinuousRelease.repo

2021-11-23 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via CentOS
I'm having trouble with dnf repos in a centos:8 Docker container after I enable the continuous release repo: 1. docker pull centos:8 2. docker run -it centos:8 bash -i 3. From Docker container: * dnf install -y 'dnf-command(config-manager)' && dnf config-manager --enable cr

Re: [CentOS] mounting XFS RAID-1 disk partition that needs repair.

2021-11-23 Thread Christopher Wensink
You could try downloading an ISO of knoppix, and boot from that with the drive installed, and use the xfs_repair tools from there without having to install other tools on the drive in question. On 11/23/2021 8:45 AM, Fred wrote: I'm attempting to extract data from a HD that has a bunch of linu

[CentOS] mounting XFS RAID-1 disk partition that needs repair.

2021-11-23 Thread Fred
I'm attempting to extract data from a HD that has a bunch of linux-raid partitions, including one large one with data I need to save off the disk. I actually have two drives like that (both not from the same RAID pair), and one of them I was successful in creating a MD device so I could mount it R