Two distinct mount points with one device
- by user1761555
After being disappointed with Ubuntu's release update feature, I finally decided to have separate mount points for / and /home.
Towards this, I reformatted my HDD giving most of my drive to sda1(meant to be /home) and allocated about 40GB to rootfs (/).
Unfortunately, I would also like to have a /projects which is to be located on sda1.
Currently, sda1 is being mounted as
/dev/sda1 on /home type ext4 (rw)
I've tried looking online for a solution to this problem..however, I'm not sure as to what to look for!
Is it possible to mount the 'home' directory of sda1 as /home and 'projects' directory of sda1 as /projects?