-- TED MORRIS <Ted@panafsat.com>
I am a linux newbie. I desperately need to install LVM 1.0.6 on Redhat 7.1 but can't seem to make it work.The file is a tar file. Any tips. Thanks
What are you having trouble with (e.g., extracting the tarball contents, configure)? Simplest fix is either: gzip -dc blah.tar.gz | cpio -idv; or bzip2 -dc blah.tar.bz2 | cpio -idv; depending on the squish format. -- Steven Lembark 2930 W. Palmer Workhorse Computing Chicago, IL 60647 +1 800 762 1582 _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/