#684 Issue closed: NFS mount error

Labels: support / question

akumacxd opened issue at 2015-11-06 03:04:

OS: SUSE 11 SP3
rear: relax-and-recover 1.16 /git
nfs :
cat /etc/exports
/exports *(rw,no_root_squash)

I'm try to recover my system with command "rear recover" , then give me this message
EEERO:Mount commadn 'mount -v -t nfs -o rw,noatime 172.200.50.6:/backup /tmp/rear.J8DycUB/outputfs' failed.
I can manually mount with this command
" mount -t nfs -o rw,noattime,nolock 172.200.50.6:/backup /mnt"
but i can not recover system
How to solve this problem? is it bug?

akumacxd commented at 2015-11-06 03:07:

1

akumacxd commented at 2015-11-06 03:16:

my rear configuation
vim /etc/rear/local.conf
ISO_DIR=/backup/iso
BACKUP=NETFS
BACKUP_PROG=tar
BACKUP_TYPE=full
BACKUP_URL="nfs://172.200.50.6/backup"

akumacxd commented at 2015-11-06 03:18:

nfs configuration
2

akumacxd commented at 2015-11-06 03:50:

I have another question about "mount LVM"
In recover environment I can not mount LVM, always mention is not a valid block device
3

akumacxd commented at 2015-11-06 03:57:

rear log

4

gdha commented at 2015-11-06 07:34:

@akumacxd Add the following BACKUP_OPTIONS="nfsvers=3,nolock" to you /etc/rear/local.conf file.
Before mounting a volume group (vg00) you should activate it: vgchange -a y vg00

akumacxd commented at 2015-11-07 03:11:

Thank you very much for the answer. I appreciate that.


[Export of Github issue for rear/rear.]