How to add hard drive with existing data to LVM Fedora
- From: "coscos" <yuchen.wang@xxxxxxxxx>
- Date: 15 Feb 2006 00:35:42 -0800
My system is Fedora 4.0, here is my mount points. I want to add one of
my old
hard drive (in ext3) to the system. But the hard drive I want to add
was
already partitioned and has data I want to preserve. When I try to
mount it, I
always get error:
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
What should I do? Following are the mount info and partition info:
[root@espresso seagate]# mount
/dev/hda3 on / type ext3 (rw)
/dev/proc on /proc type proc (rw)
/dev/sys on /sys type sysfs (rw)
/dev/devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda2 on /boot type ext3 (rw)
/dev/shm on /dev/shm type tmpfs (rw)
/dev/mapper/VolGroup00-LvHome on /home type ext3 (rw)
/dev/mapper/VolGroup00-LvOpt on /opt type ext3 (rw)
/dev/mapper/VolGroup00-LvShare on /share type ext3 (rw)
/dev/mapper/VolGroup00-LvTmp on /tmp type ext3 (rw)
/dev/mapper/VolGroup00-LvLocal on /usr/local type ext3 (rw)
/dev/mapper/VolGroup00-LvVar on /var type ext3 (rw)
[root@espresso seagate]# cat /proc/partitions
major minor #blocks name
3 0 195360984 hda
3 1 3148708 hda1
3 2 200812 hda2
3 3 20972857 hda3
3 4 1 hda4
3 5 2096451 hda5
3 6 168939508 hda6
3 64 156290904 hdb
3 65 10450251 hdb1
3 66 1 hdb2
3 69 20482843 hdb5
3 70 104359 hdb6
3 71 123146226 hdb7
3 72 2104483 hdb8
.
- Follow-Ups:
- Re: How to add hard drive with existing data to LVM Fedora
- From: Bill Marcum
- Re: How to add hard drive with existing data to LVM Fedora
- Prev by Date: A new reader? Welcome to comp.os.linux.setup, read this first if you're new here (FAQ)
- Next by Date: Re: Upgrading my processor
- Previous by thread: Re: usb sound cards + laptop?
- Next by thread: Re: How to add hard drive with existing data to LVM Fedora
- Index(es):
Relevant Pages
|