-
- Novice
- Posts: 9
- Liked: 2 times
- Joined: Oct 10, 2016 11:21 am
- Full Name: Dmitriy
- Contact:
Restore failed - unable mount NFS share
I try to restore backup of real PC to virtual PC. Backup created with Veeam v.1.0.0.678.BETA2, saved on NFS share. When I booted virtual PC from Veeam recovery media, to restore volume backup, get next error:
If I switch to shell, NFS mount still not working, but when I reboot to installed in virtual machine OS (Debian 8 x64, same as real PC), NFS share mounts without errors.
If I switch to shell, NFS mount still not working, but when I reboot to installed in virtual machine OS (Debian 8 x64, same as real PC), NFS share mounts without errors.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Restore failed - unable mount NFS share
Hi,
Which command did you use in shell? Was it mount -t nfs or mount.nfs4? Also is the shared folder already mounted in some other system? If so then could you try to unmount it please and try mounting it from Recovery Media again? What's the NFS server that you use, what distro is inside and what is the version of NFS that is used to export?
Thanks
Which command did you use in shell? Was it mount -t nfs or mount.nfs4? Also is the shared folder already mounted in some other system? If so then could you try to unmount it please and try mounting it from Recovery Media again? What's the NFS server that you use, what distro is inside and what is the version of NFS that is used to export?
Thanks
-
- Novice
- Posts: 9
- Liked: 2 times
- Joined: Oct 10, 2016 11:21 am
- Full Name: Dmitriy
- Contact:
Re: Restore failed - unable mount NFS share
Shared folder doesn`t mounted in other system, we using QNAP NAS TS-469 Pro as NFS server.
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Restore failed - unable mount NFS share
Mounting it is case sensitive. Is the folder you shared called "Public"?
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Restore failed - unable mount NFS share
Also I'm curious if there is a direct connection to NAS or there is a switch inbetween? Please try to run mount from the command line using the verbose mode:
and post the output.
Thank you.
Code: Select all
mount 192.168.10.50:/Public /media/nfs -v
Thank you.
-
- Novice
- Posts: 9
- Liked: 2 times
- Joined: Oct 10, 2016 11:21 am
- Full Name: Dmitriy
- Contact:
Re: Restore failed - unable mount NFS share
vmniels wrote:Mounting it is case sensitive. Is the folder you shared called "Public"?
-
- Novice
- Posts: 9
- Liked: 2 times
- Joined: Oct 10, 2016 11:21 am
- Full Name: Dmitriy
- Contact:
Re: Restore failed - unable mount NFS share
PTide wrote:Also I'm curious if there is a direct connection to NAS or there is a switch inbetween? Please try to run mount from the command line using the verbose mode:and post the output.Code: Select all
mount 192.168.10.50:/Public /media/nfs -v
Thank you.
And mount in booted installed in VM OS Debian 8:
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Restore failed - unable mount NFS share
Ok, it seems that your QNAP does not support NFS v4 and recovery media NFS client does not even try to connect using v3 for some reason. Please try to force v3 usage:
Also please tell me what firmware version does your QNAP have?
Thank you
Code: Select all
mount 192.168.10.50:/Public /media/nfs -v
Thank you
-
- Novice
- Posts: 9
- Liked: 2 times
- Joined: Oct 10, 2016 11:21 am
- Full Name: Dmitriy
- Contact:
Re: Restore failed - unable mount NFS share
PTide wrote:Ok, it seems that your QNAP does not support NFS v4 and recovery media NFS client does not even try to connect using v3 for some reason. Please try to force v3 usage:
Also please tell me what firmware version does your QNAP have?Code: Select all
mount 192.168.10.50:/Public /media/nfs -v
Thank you
Firmware is QTS v4.2.2
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Restore failed - unable mount NFS share
I'm sorry, it's my bad - the command supposed to be
Anyway we've already confirmed that recovery media does not work well with NFSv3. If you want to test the recovery procedure then please either place the backup onto usb drive or use some other type of a shared folder (CIFS or NFSv4).
Thank you.
Code: Select all
mount -o vers=4 192.168.10.50:/Public /media/nfs -v
Thank you.
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Nov 29, 2016 10:46 pm
[MERGED] Can't mount shared folder for restore
When I boot from the iso, I'm unable to mount the shared folder. The connection attempt fails with an error that "-o nolock" needs to be used (or rpc.statd needs to be started).
I can go into command line mode and try mounting manually using the -o option (plus several options), but haven't had any success. If I explicitly set the nfs version to 4, I get an invalid protocol error.
The shared folder we're trying to mount is on an EMC Isilon system.
I can go into command line mode and try mounting manually using the -o option (plus several options), but haven't had any success. If I explicitly set the nfs version to 4, I get an invalid protocol error.
The shared folder we're trying to mount is on an EMC Isilon system.
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Nov 29, 2016 10:46 pm
Re: [MERGED] Can't mount shared folder for restore
So since this got merged into this thread, and I've already tried everything here, does that mean there's no solution?mwburn wrote:When I boot from the iso, I'm unable to mount the shared folder. The connection attempt fails with an error that "-o nolock" needs to be used (or rpc.statd needs to be started).
I can go into command line mode and try mounting manually using the -o option (plus several options), but haven't had any success. If I explicitly set the nfs version to 4, I get an invalid protocol error.
The shared folder we're trying to mount is on an EMC Isilon system.
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Restore failed - unable mount NFS share
Can you manually mount it without any issues on another server?
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Nov 29, 2016 10:46 pm
Re: Restore failed - unable mount NFS share
vmniels wrote:Can you manually mount it without any issues on another server?
Yes. I can mount the same shared folder on CentOS.
When I go into command line mode and try and mount (using -o nolock,vers=4), I get a "Protocol not supported" error.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Restore failed - unable mount NFS share
This is a known bug and is already fixed for GA. Possible workarounds has been already mentioned in my previous post, and there is no way to fix it in the current recovery iso without rebuilding the iso.
Thank you
Thank you
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Nov 29, 2016 10:46 pm
Re: Restore failed - unable mount NFS share
Bummer, since that possible workaround didn't work.PTide wrote:This is a known bug and is already fixed for GA. Possible workarounds has been already mentioned in my previous post, and there is no way to fix it in current recovery iso without rebuilding the iso.
Thank you
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Restore failed - unable mount NFS share
Do you mean that you've tried to connect to NFSv4 share and it did not work either? If so then what is the version of NFS your Isilon is running?
Thanks
Thanks
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Nov 29, 2016 10:46 pm
Re: Restore failed - unable mount NFS share
The Isilon wasn't configured for V4. Once it was changed, it can now be mounted.PTide wrote:Do you mean that you've tried to connect to NFSv4 share and it did not work either? If so then what is the version of NFS your Isilon is running?
Thanks
-
- Novice
- Posts: 9
- Liked: 2 times
- Joined: Oct 10, 2016 11:21 am
- Full Name: Dmitriy
- Contact:
Re: Restore failed - unable mount NFS share
Release version of recovery media (1.0.0.944) now worked with NFSv3 - I tested backup&restore PC FS volumes with the same QNAP NAS.PTide wrote: Anyway we've already confirmed that recovery media does not work well with NFSv3. If you want to test the recovery procedure then please either place the backup onto usb drive or use some other type of a shared folder (CIFS or NFSv4).
Thank you.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Restore failed - unable mount NFS share
Good to hear that! Thanks for your feedback!
Who is online
Users browsing this forum: No registered users and 6 guests