Menu

Clonezilla using NFS4 by default

Russ
2011-10-11
2013-04-05
  • Russ

    Russ - 2011-10-11

    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

     
  • Steven Shiau

    Steven Shiau - 2011-10-19

    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.

     
  • Russ

    Russ - 2011-11-01

    Awesome! This worked like a charm! Thank you very much

     
  • Steven Shiau

    Steven Shiau - 2011-11-09

    Cool! Thanks for confirming that.

    Steven.

     

Log in to post a comment.

MongoDB Logo MongoDB