LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Mounting hidden windows share (https://www.linuxquestions.org/questions/linux-networking-3/mounting-hidden-windows-share-382063/)

ashjam10 11-11-2005 04:40 AM

Mounting hidden windows share
 
I'm having problems mounting a hidden share on a windows machine, I'm using:

Code:

mount  -t smbfs //*****/****$ /***/*** -o username=****,password=****
And I get the following returned:

Code:

ERROR: Badly formed boolean in configuration file: "auto".
Other shares mount fine but this is the only hidden one I have tried. Any ideas would be appreciated.

sigsegv 11-12-2005 10:11 PM

Escape the '$', like so -- //server/share\$


All times are GMT -5. The time now is 10:04 PM.