[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nls iso8859-1



Hello Dan!

On Saturday 09 August 2003 02:20, Dan Jones wrote:

> [...]
> A beer went down really good about then.  I then abandoned mount and
> fstab, and mounted the partition by calling mount.smbfs directly as
> root.  Wonder of wonders, success!  However, I'd still like to know
> how to add the line to fstab so that a user can mount an smbfs
> share.

Here it works like this:

,----[ from my box ]
| fernst@live:~$ cat /etc/fstab | grep ^//
| //sleep/Desktop /sleep/Desktop  smbfs  
user,noauto,fmask=660,dmask=770,username=XXX,password=XXX,uid=1000,gid=1000    
0       0
| fernst@live:~$ ls /sleep/Desktop/ | wc -w
|       0
| fernst@live:~$ mount /sleep/Desktop
| fernst@live:~$ ls /sleep/Desktop/ | wc -w
|       23
`----

Naturally the fstab entry has to be all on one line...

HTH,
Flo



Reply to: