How can I bind mount a directory with a space in it?

Solution 1:

You need to replace every occurence of space within the directory path by \040 in your fstab file.

So try :

/media/My\040Stuff /home/me/My\040Stuff none bind 0 0