I refer to the post How do I mount a folder from another partition?. I have /home associated with a partition and this is working.
From the post it seems that my fstab should read:
/whatever /home none bind
Can I have /whatever related to this partition without is being under /home? In scripts I would like to refer to this location as /whatever rather than as /home/whatever
I come from the Windows environment the my reasoning is that Drive D could have any number of folders under it.
Thanks
Clarification note
I have the following in my fstab
UUID=109bff64-xxxx /home ext4 defaults 0 2
I want to add a directory /whatever to resolve to the save device having UUID=109bff64-xxxx.
I do not want /whatever to be under /home.