Dear List,
I am trying to mount "My Documents" folder from my M$ windows NTFS partition into my home folder in linux.
I already mounted the partition and I can see and open the files in "My Documents" folder but I am tired of navigating the hole "/mnt/C/Documents and Settings/Jonathan/My Documents" on nautilus every time I need to find something. I tryed to mount it on "/home/jaguero" but I guess the mount command is having truoble with the blank spaces in the dir path.
I used
mount /mnt/C/Documents and Settings/Jonathan/My Documents /home/jaguero
Thanks in advance