It looks like these two answers might help with my problem. However, in the second answer, they give instructions on what to do with partitions during an install in order to save personal files. I don't have the same partitions so I don't know how to follow the instructions. I have
/dev/sda1 fat32 (size: 7699 MB used 65 MB)
/dev/sdc1 ext4 (size: 95912 MB used: 17550 MB Ubuntu 16.10 (16.10))
/dev/sdc5 swap (size: 192 MB used: unknown)
I'm using an ASUS. Advice?
/home
and/root
dir from that tutorial... Please post the results of thislsblk -l
command from the terminal into your post – George Udosen Apr 27 '17 at 05:08ro
to be extra careful). I've read about ways to fix systems with a live iso too, they usually involvechroot
but I don't know them offhand. After getting backups done I'd be tempted to just re-install whichever version you want, I don't think downgrading is very well tested & could make a separate home partition too, if interested – Xen2050 Apr 27 '17 at 05:30sudo adduser newusername
) and then trying to login normally as newusername has worked for me when home files got messed up, then if it works copy over (& chown) some of the "good" files in newusername's home to your user's home – Xen2050 Apr 28 '17 at 10:54lsblk
can help show an overview of drives & partitions, with sizes & where they're mounted (if they are) but I like Disks (gnome-disk-utility
) since it shows the filesystems too & mounts them with one click - BUT it can also DELETE them too so do be more careful. And searching for a known "home" file could help, or just the home folder name (almost always the user name). A nice GUI search likecatfish
or terminalfind / -iname "*partialname*"
but probably want to ignore error messages adding2>/dev/null
– Xen2050 Apr 30 '17 at 09:48