Re: XEN RC3 DomU Daten auslesen
Peter Schauder <[email protected]>
| Newsgroups | spline.eisxen |
|---|---|
| Organization | spline |
| Message-ID | <[email protected]> |
On Mon, 18 Nov 2013 21:24:30 +0100, Peter Schauder <[email protected]> wrote: >>was mir noch einfällt ist das Dateisystem vor dem Mounten zu prüfen >>fsck.ext3 --help >>fsck.ext3 -f /dev/vg/data Das sieht nicht so toll aus: root@Microknoppix:/home/knoppix# fsck.ext3 -f /dev/vg/data e2fsck 1.41.12 (17-May-2010) fsck.ext3: Datei oder Verzeichnis nicht gefunden beim Versuch, /dev/vg/data zu öffnen SuperBlock ist unlesbar bzw. beschreibt kein gültiges ext2 Dateisystem. Wenn Gert gültig ist und ein ext2 Dateisystem (kein swap oder ufs usw.) enthlt, dann ist der SuperBlock beschdigt, und sie könnten e2fsck mit einem anderen SuperBlock: e2fsck -b 8193 <Gert> Und wer ist Gert? >> >>Bei mount kann auch der Dateisystemtyp mit angegeben werden >>mount -t ext3 /dev/vg/data mountpoint3 Wenn ich trotz Fehlermeldung versuche zu mounten, gibts das hier root@Microknoppix:/# mkdir mountpoint3 root@Microknoppix:/# mount -t ext3 /dev/vg/data mountpoint3 mount: special device /dev/vg/data does not exist >> >>was gibt lvdisplay aus? root@Microknoppix:/home/knoppix# lvdisplay --- Logical volume --- LV Name /dev/vg/data VG Name vg LV UUID 6XFkTs-IhaF-lvE3-44zF-Dovg-3hMQ-YvmeKN LV Write Access read/write LV Status NOT available LV Size 35,05 GiB Current LE 8973 Segments 1 Allocation inherit Read ahead sectors auto Alle hier beschriebenen tools: pvdisplay,vgdisplay, lvdisplay oder lvs funktionieren. oder geben zumindestens was auf dem Bildschirm aus, mit dem Interpretieren tu ich mich derzeit noch schwer. root@Microknoppix:/# pvdisplay --- Physical volume --- PV Name /dev/sdb4 VG Name vg PV Size 35,05 GiB / not usable 3,23 MiB Allocatable yes (but full) PE Size 4,00 MiB Total PE 8973 Free PE 0 Allocated PE 8973 PV UUID pQy2Bn-eHAD-L0Uo-gpuA-H7me-9R24-Mp1lNP root@Microknoppix:/# vgdisplay --- Volume group --- VG Name vg System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 2 VG Access read/write VG Status resizable MAX LV 0 Cur LV 1 Open LV 0 Max PV 0 Cur PV 1 Act PV 1 VG Size 35,05 GiB PE Size 4,00 MiB Total PE 8973 Alloc PE / Size 8973 / 35,05 GiB Free PE / Size 0 / 0 VG UUID M6ZjYM-wcev-ZSaH-nZBD-KD8R-k1j1-uP7LzY root@Microknoppix:/# lvdisplay --- Logical volume --- LV Name /dev/vg/data VG Name vg LV UUID 6XFkTs-IhaF-lvE3-44zF-Dovg-3hMQ-YvmeKN LV Write Access read/write LV Status NOT available LV Size 35,05 GiB Current LE 8973 Segments 1 Allocation inherit Read ahead sectors auto root@Microknoppix:/# lvs LV VG Attr LSize Origin Snap% Move Log Copy% Convert data vg -wi--- 35,05g root@Microknoppix:/# Ratlose GrüÃe Peter