11-09-2016, 11:00 PM
(11-09-2016, 09:24 AM)LL-user link Wrote: The question is how and where was the separate HDD (portable?) installed/mounted?The device in question was an internal SATA HDD's logical sub-partition mounted as
Code:
/mnt/home2/
(11-09-2016, 09:24 AM)LL-user link Wrote: Can you remember the actual command line you used (check history)?It might have been
Code:
rsync -avhW --no-compress --progress /home /mnt/home2
(11-09-2016, 09:24 AM)LL-user link Wrote: Have there been any error messages while you run rsync?No error messages appeared. Is there a chance of rsync having only simulated a transfer without my knowledge?
(11-09-2016, 09:24 AM)LL-user link Wrote: Can you still see the ext3 partition? If yes, are there any files on there?The partition is existing, but empty (no hidden files either).
(11-09-2016, 09:24 AM)LL-user link Wrote: How did you search for the copy of your home folder?I looked in the root of the new part, of course.
In Puppy, I also edited fstab and deleted the old home after, if that matters.