Mounting a share with spaces in FreeBSD fstab
Posted
by Blake
on Server Fault
See other posts from Server Fault
or by Blake
Published on 2009-11-18T14:14:50Z
Indexed on
2010/03/09
10:08 UTC
Read the original article
Hit count: 784
I'm trying to mount a smb network share in fstab on FreeBSD, which works fine for a share without spaces, but fails if a space is in the name. I have replaced the space with \040 which is what everything on google has said, but that didn't help.
Share name I'm trying to mount is "Data Backups".
Share name as written in fstab that doesn't work: //USERNAME@COMPUTER/Data\040Backups
Any suggestions?
© Server Fault or respective owner