I absolutely LOVE the new 8.1. 8)
I do need some assistance, PLEASE, in getting my home directory back in shape . . .
I have a fresh clean install of 8.1 on a hard drive designated for the OS. (sdb1)
I have a /home directory on another hard drive (sda1)
When I installed 8.1 I set up a user account that I used as a test, thinking I could easily edit the /etc/fstab to mount to the old /home on the other hard drive. Not quite.
When I added a line to /etc/fstab:
/dev/sda1 /home ext3 nodev,nosuid 0 2
I was no longer able to log in. The user account from the new installation was there, but the user account from the other /home was not. When I tried to login I got an error saying /home couldn't be found, changing to ./ When I clicked through, it returned me to the login screen.
I used vi to remove the line, and I could login again with the user created with the new installation.
I tried another line in fstab:
/dev/sda1 /home ext3 defaults, errors=remount -ro 0 1
but that didn't yield anything positive, and dolphin would not start.
(Also, I noticed that the drive is recognized when I open dolphin, and when you click on it, provide administrator rights, it mounts as /media/disk)
So . . . I know I am close, but I must be missing a step.
Can anyone help me out with what I am missing here?
Thanks!
I do need some assistance, PLEASE, in getting my home directory back in shape . . .
I have a fresh clean install of 8.1 on a hard drive designated for the OS. (sdb1)
I have a /home directory on another hard drive (sda1)
When I installed 8.1 I set up a user account that I used as a test, thinking I could easily edit the /etc/fstab to mount to the old /home on the other hard drive. Not quite.
When I added a line to /etc/fstab:
/dev/sda1 /home ext3 nodev,nosuid 0 2
I was no longer able to log in. The user account from the new installation was there, but the user account from the other /home was not. When I tried to login I got an error saying /home couldn't be found, changing to ./ When I clicked through, it returned me to the login screen.
I used vi to remove the line, and I could login again with the user created with the new installation.
I tried another line in fstab:
/dev/sda1 /home ext3 defaults, errors=remount -ro 0 1
but that didn't yield anything positive, and dolphin would not start.
(Also, I noticed that the drive is recognized when I open dolphin, and when you click on it, provide administrator rights, it mounts as /media/disk)
So . . . I know I am close, but I must be missing a step.
Can anyone help me out with what I am missing here?
Thanks!
Comment