From owner-freebsd-questions Wed Jan 8 6:43:49 2003 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 2098F37B401 for ; Wed, 8 Jan 2003 06:43:48 -0800 (PST) Received: from mail2.uits.uconn.edu (mail2.uits.uconn.edu [137.99.25.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFD643EE1 for ; Wed, 8 Jan 2003 06:43:46 -0800 (PST) (envelope-from matt@forsetti.com) Received: from [137.99.80.149] (d80h149.public.uconn.edu [137.99.80.149]) by mail2.uits.uconn.edu (8.11.6/8.11.6) with ESMTP id h08EhNh00377 for ; Wed, 8 Jan 2003 09:43:23 -0500 Subject: entering smbfs shares with spaces in name in fstab From: Matt Smith To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1042037002.72844.6.camel@d80h149.public.uconn.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 08 Jan 2003 09:43:22 -0500 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6, AWL, SIGNATURE_SHORT_DENSE, SPAM_PHRASE_00_01) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am looking to make an entry in my fstab for an smb file share that has a space in the name. //Account@NBName/MY SHARE /mntpoint smbfs rw,noauto,-W=AccountDomain,-I=RealName.My.Domain.Edu 0 0 I have tried many variations on the share name using double-quotes, single-quotes, "\ ", with no success. >mount /mntpoint fstab: /etc/fstab:17: Inappropriate file type or format fstab: /etc/fstab:17: Inappropriate file type or format mount: /mntpoint: unknown special file or file system mount is parsing the fstab and using the space in the share name as a delimiter. Any ideas how I can make this entry in my fstab? Unfortunately, renaming my share is NOT an option. Thanks all, -Matt -- Matt Smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message