Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] samba mount on fstab
Date: Tue, 23 May 2006 16:21:52
Message-Id: 7573e9640605230909s67a44607qc8d7a7cdaafcc529@mail.gmail.com
In Reply to: [gentoo-user] samba mount on fstab by Allan Spagnol Comar
1 On 5/23/06, Allan Spagnol Comar <allan.comar@×××××.com> wrote:
2 > //csdc/EngSoftware /mnt/engsoft smbfs
3 > username=commodity\\allan,noauto 0 0
4
5 I do not think you need \\ here. You only need this when running on
6 the command line since bash interprets '\' as an escape character, so
7 you need '\\' to get a single '\;. In fstab, try commodity\allan
8
9 Remember:
10
11 # echo \\
12 \
13
14 Also, cifs is better to use unless you are trying to mount something from Win95.
15
16 -Richard
17
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] samba mount on fstab Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] samba mount on fstab Allan Spagnol Comar <allan.comar@×××××.com>