Re: [SLUG] LVM problems

2006-03-26 Thread Daniel Pottumati
Hi Dave, this is what I get: # lvremove /dev/storage/ Volume group "storage" not found # lvremove /dev/storage/storage Volume group "storage" not found # lvremove /dev/mapper/storage-storage Volume group "mapper" not found Thanks.. Regards; Daniel Pottumati IT Services Unit Economic and Fi

Re: [SLUG] LVM problems

2006-03-23 Thread David Kempe
Daniel Pottumati wrote: # vgremove storage returns: Volume group "storage" not found or inconsistent. Consider vgreduce --removemissing if metadata is inconsistent. had this problem just yesterday. what about lvremove /dev/storage? dave -- SLUG - Sydney Linux User's Group Mailing List - h

Re: [SLUG] LVM problems

2006-03-23 Thread Shane
If the /dev/storage/storage stuff is still there, but you don't have the LV or VG when using the display commands, thats why it's failing. I don't know enough about it to say for certain how to proceed from here to get rid of /dev/storage/storage, hopefully someone else can help out? I th

Re: [SLUG] LVM problems

2006-03-23 Thread Daniel Pottumati
No, vgdisplay doesn't show nothing about "storage". I did, I had a partition, I did a pvcreate on it, then vgcreate. I then did a mkfs.reiserfs on it, and that's when I lost the pv. But "storage" is still in /dev/storage/storage and /dev/mapper/storage-storage Thanks Daniel Regards; Daniel Pott

Re: [SLUG] LVM problems

2006-03-23 Thread Shane
Does vgdisplay actually display a VG called 'storage'? Did you previously have a VG called 'storage' and remove it or something similar? Shane On 24/03/2006, at 12:20 PM, Daniel Pottumati wrote: Hi, Having a few issues with LVM when trying to create VG: # vgcreate storage /dev/hda16 retu

[SLUG] LVM problems

2006-03-23 Thread Daniel Pottumati
Hi, Having a few issues with LVM when trying to create VG: # vgcreate storage /dev/hda16 returns: /dev/storage: already exists in filesystem # vgremove storage returns: Volume group "storage" not found or inconsistent. Consider vgreduce --removemissing if metadata is inconsistent. # vgreduc