I am not sure if this is the approriate thread for this post, and I apologize if it is not.
Newer versions of clonezilla live use nfs4 even when told to use the option nfs NFS v2, v3 from the NFS version menu. the command line generated is:
mount -t nfs -o noatime,nodiratime $SERVER:/$MOUNT_POINT /home/partimag
but when you drop to the command line and force verbosity you see that it is using vers=4
mount.nfs: mount (2): trying text-based options 'vers=4, addr=##.##.##.## clientaddr=##.##.##.##'
to use NFS version 3 the command should be
mount -t nfs -o noatime,nodiratime,vers=3 $SERVER:/$MOUNT_POINT /home/partimag
Thanks for the bug report. This issue has been fixed in Clonezilla live 1.2.11-8. Could you please test it and tell us the results? Thanks in advance.
Steven.
Awesome! This worked like a charm! Thank you very much
Cool! Thanks for confirming that.
Log in to post a comment.
I am not sure if this is the approriate thread for this post, and I apologize if it is not.
Newer versions of clonezilla live use nfs4 even when told to use the option nfs NFS v2, v3 from the NFS version menu.
the command line generated is:
mount -t nfs -o noatime,nodiratime $SERVER:/$MOUNT_POINT /home/partimag
but when you drop to the command line and force verbosity you see that it is using vers=4
mount.nfs: mount (2): trying text-based options 'vers=4, addr=##.##.##.## clientaddr=##.##.##.##'
to use NFS version 3 the command should be
mount -t nfs -o noatime,nodiratime,vers=3 $SERVER:/$MOUNT_POINT /home/partimag
Thanks for the bug report. This issue has been fixed in Clonezilla live 1.2.11-8. Could you please test it and tell us the results?
Thanks in advance.
Steven.
Awesome! This worked like a charm! Thank you very much
Cool! Thanks for confirming that.
Steven.