drudge New Member
 member is offline
Joined: Mar 2011 Gender: Male  Posts: 11
|  | Re: (Solved) New install, root login only! « Reply #15 on Mar 25, 2011, 1:05pm » | |
Quote:| To find the UUID of your partition input the following into the terminal as root blkid /dev/sdaX , replacing X with the appropriate number for your home partition. The command cat /proc/partitions will output a list of partitions on your machine. |
|
Thanks for that info, very useful for another project I was considering.
Quote:In /etc/fstab you will find an entry like this:
# /dev/sdaX home UUID= /home relatime 0 0
It should be (replace ext4 with ext3 if the filesystem of home is ext3)
# /dev/sdaX home UUID= some-really-long-UUID /home ext4 relatime 0 0 |
|
Many thanks
| |
|