I want to migrate with my 12.04 to another machine. I have found the way with dd and hope it will work for me. The thing is that I have to somehow connect both drives to do the actual cloning. I'm trying NFS. When I write in /etc/exports
:
/dev/sda1 10.42.0.16(rw,async,subtree_check)
and invoke exportfs -a
I end up with the following error:
exportfs: /dev/sda1 is neither a directory nor a file. Remote access will fail
Any clues how I can overcome the problem? Is it a matter of configuration or NFS is a dead end and I have to use something different?
In the meantime I started doubting if cloning is such a good idea. I will copy all the drivers and randomly installed packages from the 'sender' machine. What do you think? Is it healthy to reinstall the system from time to time to make it work better or I can just make a clone and enjoy everything working immediately?
– savick01 Jul 19 '13 at 19:08