Shares Not Mounting on Reboot
- 
 You are definitely missing the the quotes on some of those. 
- 
 @scottalanmiller said: You are definitely missing the the quotes on some of those. Where? and what kind of quotes? 
- 
 @thanksajdotcom said: @scottalanmiller said: You are definitely missing the the quotes on some of those. Where? and what kind of quotes? Shouldn't it look something like this? //172.16.255.6/"GoFlex Home Personal"
- 
 @coliver said: @thanksajdotcom said: @scottalanmiller said: You are definitely missing the the quotes on some of those. Where? and what kind of quotes? Shouldn't it look something like this? //172.16.255.6/"GoFlex Home Personal"That's still saying it's wrong too. 
- 
 
- 
 @thanksajdotcom said: @coliver said: @thanksajdotcom said: @scottalanmiller said: You are definitely missing the the quotes on some of those. Where? and what kind of quotes? Shouldn't it look something like this? //172.16.255.6/"GoFlex Home Personal"That's still saying it's wrong too. The other thing you can do is this: "//172.16.255.6/GoFlex Home Personal"But you shouldn't need to. Is there any other in-depth logs for this? Or does it just not work? 
- 
 @coliver said: @thanksajdotcom said: @coliver said: @thanksajdotcom said: @scottalanmiller said: You are definitely missing the the quotes on some of those. Where? and what kind of quotes? Shouldn't it look something like this? //172.16.255.6/"GoFlex Home Personal"That's still saying it's wrong too. The other thing you can do is this: "//172.16.255.6/GoFlex Home Personal"But you shouldn't need to. Is there any other in-depth logs for this? Or does it just not work? Tried that too. That is not working either, and it's showing as a syntax error. It just doesn't work. 
- 
 This did it. 
 http://www.simpit.com/wordpress/?p=626The syntax is: //172.16.255.6/GoFlex\040Home\040Personal
- 
 Beautiful! Everything works as it should now! 
- 
 The issue was the spaces. Even with the escape character, it was not liking the space. Thus you use the escape character backslash and then 040 to symbolize a space. 
- 
 That's interesting. Quotes without the escapes should make that unnecessary. Interesting way to fix it, though. 
- 
 @Reid-Cooper said: That's interesting. Quotes without the escapes should make that unnecessary. Interesting way to fix it, though. Yeah, the quotes was still showing it as a syntax error. 


