Can I mount partition at given dir path

Hi,

In Linux, I had modified fstab file which used to mount ~/Music, ~/Pictures, etc with disk partitions containing corresponding content or binding directory located at other partition. But I am wondering can I do same in El-Capitan as well? No linking!

/media/L-Store/Desktop/Documents        /home/eshant/Documents        none    bind
/media/L-Store/Desktop/Pictures            /home/eshant/Pictures          none    bind
/dev/sda9                    /home/eshant/Music        ntfs    defaults                0    2

Thanks!