Linux-Noob Forums
problems with two identical hdd's in fcr4 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+---- Forum: Fedora Core Release 4 (https://www.linux-noob.com/forums/forum-42.html)
+---- Thread: problems with two identical hdd's in fcr4 (/thread-2441.html)

Pages: 1 2


problems with two identical hdd's in fcr4 - anyweb - 2005-09-14


i tried

 

no luck

 

look !

 



Code:
[root@www videos]# lvremove /dev/VolGroup00/LogVol00
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Volume group "VolGroup00" not found
[root@www videos]# vgchange -a n VolGroup00
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Unable to find volume group "VolGroup00"
[root@www videos]# vgremove VolGroup00
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Volume group "VolGroup00" not found or inconsistent.
 Consider vgreduce --removemissing if metadata is inconsistent.







problems with two identical hdd's in fcr4 - znx - 2005-09-14


ok .. so lets just blank the partition info on the disk..

 



Code:
# dd if=/dev/zero of=/dev/hdb bs=512 count=1




 

Careful with the of= ;)

 

Then continue with fdisk to recreate partition info, then step in at the pvcreate step

 



Code:
# fdisk /dev/hdb
n
p
1
<enter>
<enter>
t
1
8e
w




 

(thats from memory :))




problems with two identical hdd's in fcr4 - anyweb - 2005-09-14


ok did what znx told me and now /dev/hdb/ is just one blank partition

 



Code:
fdisk /dev/hdb   then   n  p  1  accept defaults




 

so it now looks like

 

Quote:[root@www videos]# fdisk -l 

Disk /dev/hda: 40.0 GB, 40000000000 bytes

255 heads, 63 sectors/track, 4863 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

 

Device Boot      Start      End      Blocks Id  System

/dev/hda1 *        1          13      104391 83  Linux

/dev/hda2              14        4863    38957625 8e  Linux LVM

 

Disk /dev/hdb: 40.0 GB, 40020664320 bytes

16 heads, 63 sectors/track, 77545 cylinders

Units = cylinders of 1008 * 512 = 516096 bytes

 

Device Boot      Start      End      Blocks Id  System

/dev/hdb1            1    77545    39082648+  83  Linux