On 06/03/2018 06:39 PM, Samuel Sieb wrote:
On 06/02/2018 11:39 PM, page p wrote:
file -s just returns : data
i since remove the mdadm.conf so it has auto assigned back to 127...
Can you show us the exact commands you are
trying and the result?
https://paste.fedoraproject.org/paste/e5MBmE67dpPNlgNAX7U7Rw
What does "file -s /dev/sdb1" give you? If it tells you it's XFS, then
you might be able to mount it directly and get the files off before
rebuilding the array again.
[fluorine 10:32:38 ~] $ file -s /dev/sdb1
/dev/sdb1: SGI XFS filesystem data (blksz 4096, inosz 512, v2 dirs)
[fluorine 10:32:42 ~] $ mount /dev/sdb1 /mnt/localhost-sdb1
mount: unknown filesystem type 'linux_raid_member'
Is there a way to remove the the drive from the the array without
destroying the data? Not sure if something like this would work but will
to try anything at this point...
mdadm /dev/md127 --fail /dev/sdb1
mdadm /dev/md127 --remove /dev/sdb1
wouldn't all the data on sdb1 be encrypted as md127 was formatted as
LUKS writing to these two drives. meaning once removed from the array,
the data would be rubbish?
perhaps since i --created the array would this format the soft raid but
leave the drive data intact not needing to mkfs.xfs once opened?
cryptsetup -v -c aes-xts-plain64 -s 512 -h sha512 luksFormat /dev/md127
thank you...
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx/message/3N3IIX3SFD5FSNEFY5JMUREMIC6VXKTI/
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx/message/TKLJ6TKIX2YBSWOMRIN22YPKXWEKM4T3/