-
Notifications
You must be signed in to change notification settings - Fork 35
Description
I have managed to create 3 partition on the sdcard with pISO but trying to delete one of them ends in an error and the pISO wont boot again.
this is the error i get
_
Error while processing 'DeleteDrive("Drive2")': Error: Command "lvchange" (["-a", "n", "VolGroup00/Drive2"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
Error while processing 'DeleteDrive("Drive2")': Error: Command "lvchange" (["-a", "n", "VolGroup00/Drive2"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
Error while processing 'DeleteDrive("Drive2")': Error: Command "lvchange" (["-a", "n", "VolGroup00/Drive2"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
Error while processing 'DeleteDrive("Drive2")': Error: Command "lvchange" (["-a", "n", "VolGroup00/Drive2"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive1p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive1p1: read failed after 0 of 4096 at 4096: Input/output error
WARNING: /dev/VolGroup00/Drive2: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive2p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive2p1: read failed after 0 of 4096 at 4096: Input/output error
WARNING: /dev/VolGroup00/Drive3: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 80508551168: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 80508608512: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 4096: Input/output error
Logical volume VolGroup00/Drive2 is used by another device.
Error while processing 'FormatDrive': Error: Command "lvcreate" (["-V", "13418208256B", "-T", "VolGroup00/thinpool", "-n", "Drive4"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
Error while processing 'FormatDrive': Error: Command "lvcreate" (["-V", "13418208256B", "-T", "VolGroup00/thinpool", "-n", "Drive4"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
Error while processing 'FormatDrive': Error: Command "lvcreate" (["-V", "13418208256B", "-T", "VolGroup00/thinpool", "-n", "Drive4"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive1p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive1p1: read failed after 0 of 4096 at 4096: Input/output error
WARNING: /dev/VolGroup00/Drive2: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive2p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive2p1: read failed after 0 of 4096 at 4096: Input/output error
WARNING: /dev/VolGroup00/Drive3: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 80508551168: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 80508608512: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 4096: Input/output error
Doing actions: [FormatDrive]
Error while processing 'FormatDrive': Error: Command "lvcreate" (["-V", "13418208256B", "-T", "VolGroup00/thinpool", "-n", "Drive4"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
Error while processing 'FormatDrive': Error: Command "lvcreate" (["-V", "13418208256B", "-T", "VolGroup00/thinpool", "-n", "Drive4"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
Error while processing 'FormatDrive': Error: Command "lvcreate" (["-V", "13418208256B", "-T", "VolGroup00/thinpool", "-n", "Drive4"]) failed: WARNING: /dev/VolGroup00/Drive1: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive1p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive1p1: read failed after 0 of 4096 at 4096: Input/output error
WARNING: /dev/VolGroup00/Drive2: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive2p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive2p1: read failed after 0 of 4096 at 4096: Input/output error
WARNING: /dev/VolGroup00/Drive3: Thin's thin-pool needs inspection.
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 0: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 80508551168: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 80508608512: Input/output error
/dev/mapper/VolGroup00-Drive3p1: read failed after 0 of 4096 at 4096: Input/output error
_and this is the complete log.
piso.log
please help me. its been a nigthmare to work with this.