Δημοσιεύτηκε: 25 Ιούλ 2019, 13:25
από stefanos90
Καλημέρα, έχω ένα μικρό χάος μετά από αφαιρεση RAID0...

-Δεν μπορώ να κάνω mount τα partitions μετά από
Κώδικας: Επιλογή όλων
# mdadm --stop /dev/md0


- Όταν κάνω mount δίνει
Κώδικας: Επιλογή όλων
mount: /mnt: wrong fs type, bad option κτλ


Στο fdisk -l έχω το παρακάτω:
Κώδικας: Επιλογή όλων
Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EZEX-22M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x77d45b7c

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sdc1  *          2048 1943359487 1943357440 926.7G 83 Linux
/dev/sdc2       1943359488 1953523711   10164224   4.9G fd Linux raid autodetect


Disk /dev/sda: 596.2 GiB, 640135028736 bytes, 1250263728 sectors
Disk model: WDC WD6400AAKS-2
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x90935f16

Device     Boot Start        End    Sectors   Size Id Type
/dev/sda1        2048 1250263039 1250260992 596.2G 83 Linux


Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Disk model: CT250MX500SSD1 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x831bcea4

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdb1  *         2048 472031231 472029184 225.1G 83 Linux
/dev/sdb2       472033278 488396799  16363522   7.8G  5 Extended
/dev/sdb5       472033280 488396799  16363520   7.8G 82 Linux swap / Solaris

Partition 2 does not start on physical sector boundary.


Disk /dev/sdd: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EZEX-22M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x4d9a92b7

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sdd1  *          2048 1943359487 1943357440 926.7G fd Linux raid autodetect
/dev/sdd2       1943359488 1953523711   10164224   4.9G fd Linux raid autodetect



Αποτέλεσμα από parted -l:
Κώδικας: Επιλογή όλων
Model: ATA WDC WD6400AAKS-2 (scsi)
Disk /dev/sda: 640GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End    Size   Type     File system  Flags
1      1049kB  640GB  640GB  primary  ext4


Model: ATA CT250MX500SSD1 (scsi)
Disk /dev/sdb: 250GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:

Number  Start   End    Size    Type      File system     Flags
1      1049kB  242GB  242GB   primary   ext4            boot
2      242GB   250GB  8378MB  extended
5      242GB   250GB  8378MB  logical   linux-swap(v1)


Model: ATA WDC WD10EZEX-22M (scsi)
Disk /dev/sdc: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system     Flags
1      1049kB  995GB   995GB   primary                  boot
2      995GB   1000GB  5204MB  primary  linux-swap(v1)  raid


Model: ATA WDC WD10EZEX-22M (scsi)
Disk /dev/sdd: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system     Flags
1      1049kB  995GB   995GB   primary                  boot, raid
2      995GB   1000GB  5204MB  primary  linux-swap(v1)  raid



Πήγα να ξανακάνω το raid0:
Κώδικας: Επιλογή όλων
με # mdadm -A -R /dev/md9 /dev/sdc1


Αποτέλεσμα:
Κώδικας: Επιλογή όλων
mdadm: no recogniseable superblock on /dev/sdc1
mdadm: /dev/sdc1 has no superblock - assembly aborted


Αποτέλεσμα από blkid:
Κώδικας: Επιλογή όλων
/dev/sdc1: PTTYPE="dos" PARTUUID="77d45b7c-01"
/dev/sdc2: UUID="1a84055e-f703-4f40-9554-9ee07bf1f01f" TYPE="swap" PARTUUID="77d45b7c-02"
/dev/sda1: LABEL="HardBU" UUID="886221d3-8107-4cec-b99e-0ba42c233730" TYPE="ext4" PARTUUID="90935f16-01"
/dev/sdb1: UUID="db8f5431-7356-4afd-a245-4c0543720d6a" TYPE="ext4" PARTUUID="831bcea4-01"
/dev/sdb5: UUID="ae4f5d2b-0bd8-4014-a13a-6052d9472667" TYPE="swap" PARTUUID="831bcea4-05"
/dev/sdd1: PARTUUID="4d9a92b7-01"
/dev/sdd2: UUID="e12c681f-cee7-4c15-9094-b4bf4531c4f1" TYPE="swap" PARTUUID="4d9a92b7-02"



Αποτέλεσμα από mdadm --examine /dev/sd* | grep -E "(^\/dev|UUID)"
Κώδικας: Επιλογή όλων
mdadm: No md superblock detected on /dev/sda1.
mdadm: No md superblock detected on /dev/sdb1.
mdadm: No md superblock detected on /dev/sdb5.
mdadm: No md superblock detected on /dev/sdc2.
mdadm: No md superblock detected on /dev/sdd1.
mdadm: No md superblock detected on /dev/sdd2.

Υπάρχει κάποια σωτηρία για τα δεδομένα μέσα? Τι μπορω να κάνω για να τα βγάλω?