NFS space in directory connection issue

Status
Not open for further replies.

mariusbrouwe

Cadet
Joined
Jun 3, 2012
Messages
4
I have two folders I would like to share via NFS to my Raspberry Pi. On folder is named "/mnt/raid/videos/Movies" and works perfectly. However I also have a second share named "/mnt/raid/videos/TV Shows". I am certain that the space is the problem. However I can't seem to be able to bypass this so far. I have tried the following combinations without success:

nfs://192.168.1.200/mnt/raid/videos/TV%20Shows
nfs://192.168.1.200/mnt/raid/videos/"TV Shows"
nfs://192.168.1.200/mnt/raid/videos/TV\ Shows
nfs://192.168.1.200/mnt/raid/videos/TV\040Shows

Is there any other way to connect to a directory with a space in it?
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Why not rename the folder to "TV_Shows"?

The %20 would have been my guess though.
 
Status
Not open for further replies.
Top