I'm trying to mount (in /etc/fstab) a folder which has a space in it's name "/mnt/D/My Music on /mnt/music/first", but mount thinks that "/mnt/D/My" is the mount point and "Music" is the mount folder. It works fine when I change directory to "/mnt/D" and type '$ mount --bind "My Music" /mnt/music/first'. But not with fstab. Here is what my fstab looks like
Code:
/mnt/D/My Music/ /mnt/music/first/ bind 0 0