I still have not been able to mount a folder called New Stuff in smbfs. I have tried: mount -t smbfs -o username=tridge,password=foobar //MP3/New Stuff mount -t smbfs -o username=tridge,password=foobar //MP3/New_Stuff mount -t smbfs -o username=tridge,password=foobar //MP3/new_stuff Nothing seems to work. The computer is called MP3 and the folder I want to open is called New Stuff. Its right on the root level. It just keeps saying SMB connection failed. -------------- next part -------------- HTML attachment scrubbed and removed
On Sat, 3 Mar 2001, Mike Loiterman wrote:> I still have not been able to mount a folder called New Stuff in > smbfs. I have tried: > > mount -t smbfs -o username=tridge,password=foobar //MP3/New StuffThe mount command is seeing '//MP3/New' and 'Stuff' as two different arguments. Try using a backslash "\" to cause the space to be treated literally. Or put the fullname within quotes (single or double). This should be covered in your shell's man page (search for "escape" and/or "literal"). Jeremy C. Reed ....................................................... ISP-FAQ.com -- find answers to your questions http://www.isp-faq.com/