-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey guys,

I'm setting up a system with LVM for the first time and I need to
figure some stuff out.

I have two drives on my machine. One of them (/dev/hdb) is currently
the only physical drive in my LVM group. The other drive /dev/hda
contains the OS and all the other stuff.

Now, what I'd like to do is to mount /home on my LVM. Here is my
current /etc/fstab:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,errors=remount-ro
0       1
/dev/hda5       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

(I have attached it just in case it looks messed up in the e-mail).

As you can see, /dev/hdb is currently not mapped to anything. How
would I go about putting /home onto the LVM? Do I need to re-format
and install?

Thanks,

Keith
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCvwxOym3HAdrlsyERApCYAJsHJdUC4DHNmvERT0szfwzGaWIacQCeP27q
ec3JztRPBn+Pdmzz9U2kGdA=
=FVbc
-----END PGP SIGNATURE-----

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,errors=remount-ro 0       1
/dev/hda5       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

Reply via email to