Hi,
Quote:
Can someone please tell me what's wrong with this command?
ntfsclone --rescue /dev/sdb2 /dev/sda3
The destination must be prepended by an option -o or -O. So you should probably type :
Code:
ntfsclone --rescue -O /dev/sdb2 /dev/sda3
Regards
Jean-Pierre