Re: nls iso8859-1

From: Florian Ernst (florian_at_uni-hd.de)
Date: 08/09/03

  • Next message: Paul Johnson: "Re: Helping the newbie"
    Date: Sat, 09 Aug 2003 15:09:54 +0200
    To: debian-user@lists.debian.org
    
    

    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

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Paul Johnson: "Re: Helping the newbie"

    Relevant Pages