I am forced to re-install ubuntu because upgrading from 14.04 to 16.04 gave me problems.
However, I would like to save my files in my home directory first before proceeding with re-install.
using "Try ubuntu", I do not see my files unlike the suggestions made by many here. I was able to download nautilus, etc but I cannot find home/my_name.
Any suggestions? I am a bit desperate, it's been a long day.
Edit: I was able to access gparted. I found my home directory. Can I just connect a hard drive and copy this directory into that hard drive so I can save my home files? Will that override all my files in my external hard drive?
sudo mount /dev/sda8 /mnt
should mount the filesystem to the/mnt
folder of the live system so you can copy the files from it. As long as you just copy the files/folders and don't use something likedd
, the files on your external drive will remain untouched. If the external drive is formatted as NTFS or FAT, you can pack the whole home folder in a tar archive to preserve file ownership information. – danzel May 04 '19 at 20:49sudo
nautilus). – danzel May 04 '19 at 20:59