Hi, I'm trying to figure out if there is any valid syntax I can
use to NFS mount a directory that has a Windows spacy name in it.
I could write a script that does it, but it would be a lot more
convenient if there were fstab syntax I could use. I've tried
these:
"nas:/DOCUMENT MANAGEMENT" /nas/DOCUMENT-MANAGEMENT nfs ro 0 0
nas:/DOCUMENT\ MANAGEMENT /nas/DOCUMENT-MANAGEMENT nfs ro 0 0
nas:/DOCUMENT%20MANAGEMENT /nas/DOCUMENT-MANAGEMENT nfs ro 0 0
I'm afraid the answer is going to be, "I'm sorry, but you cannot
get there from here." I am just hoping not.
