pvcreate funktioniert nicht

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
ding280
Beiträge: 324
Registriert: 15.04.2005 18:31:18

pvcreate funktioniert nicht

Beitrag von ding280 » 14.11.2006 22:08:47

Hallo,

ich versuche ein pysical volume zu erstellen. Folgendes verhalten zeigt sich:

Code: Alles auswählen

root@ubuntu606m:~# pvcreate /dev/sda3
  Physical volume "/dev/sda3" successfully created
root@ubuntu606m:~# pvdisplay
root@ubuntu606m:~# pvcreate /dev/sda3
  Failed to write physical volume "/dev/sda3"
root@ubuntu606m:~# pvdisplay
root@ubuntu606m:~# pvcreate /dev/sda3
  Physical volume "/dev/sda3" successfully created
root@ubuntu606m:~# pvdisplay
root@ubuntu606m:~# pvcreate /dev/sda3
  Failed to write physical volume "/dev/sda3"
/dev/sda3 ist vom Typ lvm (8e)

Code: Alles auswählen

root@ubuntu606m:~# fdisk -l
...
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1         261     2096451   82  Linux swap / Solaris
/dev/sda2             262        3525    26218080   83  Linux
/dev/sda3            3526       19457   127973790   8e  Linux LVM
...

Kann mir hier jemand weiterhelfen?

Grüße ding280

Antworten