Did i miss something? Isn't it supposed to keep your /home folders intact when you upgrade?
Is there some way to retrieve what was there?
|
Did i miss something? Isn't it supposed to keep your /home folders intact when you upgrade? Is there some way to retrieve what was there? |
|||
|
Open up terminal type
If something is hidden, -lFa option will display everything. OR Check /etc/passwd file by
find the line of your user name. In the same line of your user name, It will show /home/something that's the place your previous stuff is located. Open up nautilus (File Manager) press
type the location you found in /etc/passwd file Ex /home/previoisusername |
|||||
|
idon a commandline; it should show a uid and gid of 1000. If so, maybe the original ids were changed for some reason. You can try enteringls -l(that's lowercase l, for long) in your home directory and see what it says for owner/group (3rd and 4th columns). Should have your name, not a number. – Marty Fried Aug 4 '12 at 1:24