Hi
Just try this link. This one works with RH-7.1.
LVM with XFS works fine but snapshots don't work. There are patches
around but I didn't test them. Everything else works great.
http://rpmfind.net/linux/RPM/PLD//test/i386//lvm-0.9.1-0.beta7.i386.html
Oh yes, don't forget to change the /etc/rc.d/init.d/halt
--- halt.orig Fri May 25 17:26:45 2001
+++ halt Fri May 25 17:26:45 2001
@@ -161,6 +161,10 @@
sig=-9
done
+if [ -x /sbin/vgchange -a -f /etc/lvmtab ]; then
+ runcmd "Shutting down LVM:" /sbin/vgchange -a n
+fi
+
[ -f /proc/bus/usb/devices ] && umount /proc/bus/usb
# Remount read only anything that's left mounted.
Greetings
Simon
Jason L Tibbitts III schrieb:
>
> I wanted to experiment with XFS and LVM so I installed the full set of RPMS
> on an already running Red Hat 7.1. system. Everything works fine, but I
> can't seem to find the LVM utilities anywhere.
>
> Can I just install any recent RPM of the utilities from sistina.com or do I
> need one matched to the version included in the kernel? (I'm somewhat
> confused by the whole IOP compatibility thing right now.) Anyone have a
> source for RPMS known to work?
>
> Thanks,
>
> - J<
|