From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 01:31:14 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C85C16A4CF for ; Wed, 2 Feb 2005 01:31:13 +0000 (GMT) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0199643D41 for ; Wed, 2 Feb 2005 01:31:13 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=postbag.localdomain) by ptb-relay01.plus.net with esmtp (Exim) id 1Cw9MF-000Jvp-Jf; Wed, 02 Feb 2005 01:31:03 +0000 Received: from [127.0.0.1] (red-shift [192.168.1.3]) by postbag.localdomain (Postfix) with ESMTP id EFF746C; Wed, 2 Feb 2005 01:30:21 +0000 (GMT) Message-ID: <41FFB7E2.4000100@freebsd.org> Date: Tue, 01 Feb 2005 17:09:54 +0000 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (Windows/20050113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruben de Groot References: <20050131120623.GA10752@alzatex.com> <41FE26DD.3020002@freebsd.org> <20050131134753.GE8619@alzatex.com> <20050201152035.GA7969@ei.bzerk.org> In-Reply-To: <20050201152035.GA7969@ei.bzerk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0505-0, 31/01/2005), Outbound message X-Antivirus-Status: Clean cc: "Loren M. Lang" cc: FreeBSD Mailing list Subject: Re: [lorenl@alzatex.com: Re: Mounting a samba share on boot?] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 01:31:14 -0000 Ruben de Groot wrote: > On Mon, Jan 31, 2005 at 05:47:53AM -0800, Loren M. Lang typed: >> On Mon, Jan 31, 2005 at 12:38:53PM +0000, Mark Ovens wrote: >> > Loren M. Lang wrote: >> > >replacing MYWORKGROUP, SERVER, USER, secret as neccessary. Make sure >> > >nsmb.conf is only readable by root. Add the following line to fstab: >> > > >> > >//user@server/share /mnt/share smbfs rw 0 0 >> > > >> > >> > PMJI, but do you know if it's possible to handle a share name containing >> > a space when mounting smb filesystems using fstab? >> > >> > I tried >> > >> > "//user@server/Drive C" >> > '//user@server/Drive C' >> > //user@server/Drive\ C >> > >> > None of these worked. I know that using spaces in filenames is a Bad >> > Idea, but this is Windows we're talking about here ;-) >> >> A random guess might be to try: //user@server/Driver%20C >> %20 refers to the ascii character with hex value 20 which is space. >> It's what webservers use for getting around spaces, samba might too.` >> I'd be really curious to see if this works. > > The following seems to work for me: > > root@ei:/root> mount_smbfs //odo/"Temp Dir" /mnt > Password: > root@ei:/root> mount | grep smbfs > //ROOT@ODO/TEMP DIR on /mnt (smbfs) > root@ei:/root> > Yes, that WFM too. The problem is if you try to add that as an entry in /etc/fstab as it cannot handle the space. I had a quick look in fstab.c and there appears to be no handling of escaped characters, which is understandable I suppose since the first field would normally be something /dev/da0s1a Mark --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0505-0, 31/01/2005 Tested on: 02/02/2005 01:30:28 avast! - copyright (c) 2000-2004 ALWIL Software. http://www.avast.com