Hello, I have seen on Linux Planet that Superrescue manages LVM (Logical Volume Manager) partitions. Standard Mandrake 9.1 rescue mode does not seem to manage them. But I have some problems (I am a newbie) with the rescue disk. My purpose is to save (and restore) partitions and mainly LVM partitions through the network. PART A So I booted the rescue disk. I typed return to be in single mode. loadkeys fr # to get a French keyboard mount # to verify that none of my disk were mounted! Then I setup the network with ifconfig eth0 192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0 ping 192.168.0.2 mkdir /mnt/backup # To create a backup directory on RAM for mounting mount -t nfs 192.168.0.2:/backup /mnt/backup dd if=/dev/hda5 of=/mnt/backup/rootpartbackup bs=10M # to backup my root partition Ok, it worked. There are probably better solutions, but I haven't found them. In order to allow root nfs on the host server I spent sometime to get it work. It seems that the /etc/hosts.allow should include one of these lines (or group of lines for portmap) #mountd: LOCAL #ALL: 192.168. #portmap: 192.168.0.11 #portmap: 192.168.0.0/255.255.255.0 File /etc/exports should be very explictit with the IP. /backup 192.168.0.0/255.255.255.0(rw,no_root_squash,insecure,sync) Then exportfs -rv should be enough To unmount the backup either it can be suppressed from the exports file or exportfs -u localhost:/backup otherwise it can be umounted. PART B Now I want to backup my LVM partitions but modprobe lvm-mod does not work and vgscan and vgchange -a y (which are the commands that I found in /etc/rc.d/rc.sysinit) do not work too. So I did a CTRL_D to get into multisuer mode. Then I discovered that I could do an "ifup" to get the network. But here I am stuck because I cant find any LVM module or programs. What is the advantage of the multisuer mode? To get X or something like that. Sorry but I haven't found a Superrescue Basic Howto. Thanks a lot for any comment. Nicolas Brouard brouard ined fr Paris _______________________________________________ SuperRescue mailing list SuperRescue zytor com http://www.zytor.com/mailman/listinfo/superrescue Please do not send private replies to mailing list traffic.