Troubleshooting
When I installed OpenLinux, I already had a /home partition which I didn't tell LIZARD about (I was afraid LIZARD might accidentally format the partition). After the install, I added the fstab entry and mounted the partition. During install I added a user that I wanted to use for testing. Now that user doesn't have a home directory (I also can't find the httpd or ftp directories).
The new user directory you created (and the ftp and httpd directories) still exist, but you mounted /home on top of them. Here's one way to proceed:
Change to single user mode and log in as root.
Enter the command umount /home.
cd to / and then run tar czvf home.tar.gz home. This will create the file home.tar.gz, which will be the contents of the new ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access