Hello All,
I just
1) removed my 200 GB LVM formatted hard drive (with Fedora 7)
2) Installed a new 300 GB hard drive
3) Installed Fedora 10
4) Connected my "old" 200 GB LVM disc as a slave device.
How do I mount the 200 GB LVM so that I can transfer the data to my new 300 GB disc?
Apparently there is a conflict with the names. In both drives the LVM are called Volume00.
Can anybody help? I do not want to merge both drives into a larger virtual volume.
Thank you
ivytoba
********************
Here are some outputs. Notice that in both old and new discs I have a ~50GB NTFS partition with MS Windows.
# fdisk -l
Disk /dev/sda: 300.0 GB, 300090728448 bytes
240 heads, 63 sectors/track, 38764 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x000d2a90
Device Boot Start End Blocks Id System
/dev/sda1 27 6806 51247350 7 HPFS/NTFS
/dev/sda2 * 6807 6832 196560 83 Linux
/dev/sda3 6833 38764 241405920 8e Linux LVM
Disk /dev/sdb: 203.9 GB, 203928109056 bytes
240 heads, 63 sectors/track, 26342 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x1a731a72
Device Boot Start End Blocks Id System
/dev/sdb1 * 15 6782 51166048+ 7 HPFS/NTFS
/dev/sdb2 1 14 105808+ 83 Linux
/dev/sdb3 6783 26342 147873600 8e Linux LVM
Partition table entries are not in disk order
# mount
/dev/dm-0 on / type ext3 (rw)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda2 on /boot type ext3 (rw)
/dev/sda1 on /media/windows type fuseblk (rw,allow_other,blksize=4096)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-daemon on /home/nazashal/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=nazashal)