in my customer’s fstab file I am mounting about 12 Windows Shares BUT get an error from only one share. The error was something like “No such file or directory” and fails to mount.
//10.1.10.111/Shared\040Folders /mnt/Shared\040Folders cifs username=myusername,password=mypassword,domain=mydomain 0 0
I am recreating the line in the fstab file above from memory. Someone in another thread mentioned that it may not be a space in the Windows Share name but a tab.
So I will try //10.1.10.111/Shared\011Folders /mnt/Shared\040Folders …the next time I am there, but I have a low expectation that it will work.
What is the error refering to? The mount point, or the share?
Just want to make sure I mention that I have 11 other mounts that work fine. I am at a loss. Please help!!!