Re: how to change mount point of existing partition?
First check the UUID of the partition with:
sudo blkid
Note the string down (and the filesystem too).
Then open /etc/fstab for editing and add a line like:
Code:
UUID=<string> /home <filesystem, like ext4> defaults 0 1
But does the user match so that it can pick up the /home partition since you didn't specify it during installation?
For existing /home you always use the manual partitioning and tell it which partition to use as what. Remember, linux doesn't assume anything for you. It only does what you tell it to.
Darko.
-----------------------------------------------------------------------
Ubuntu 14.04 LTS 64bit & Windows 10 Pro 64bit
Bookmarks