From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 09:43:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A03E106568D for ; Wed, 1 Oct 2008 09:43:03 +0000 (UTC) (envelope-from eforezz@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id C38C48FC0C for ; Wed, 1 Oct 2008 09:43:02 +0000 (UTC) (envelope-from eforezz@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so134433eyi.7 for ; Wed, 01 Oct 2008 02:43:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=zZt/FDB0k9IKjZ/KyTmO0o8NOX5PlHAG0dMAeQEsEqA=; b=QZIqysMe3Jh4eWJ6Q5pI++pDONsuW/UgvMZmEhg9zXV9cg1IBmuB4xRW7ZKLDFduHt BBF8zfKuQEDKDbIaRv78z9QcQrhZujU0HvTtR9HsXsiEsfrKFD4nuBBvYO5KIs7zMlOU WZomwjfDPzJcCZ/d2FqXY/tRwS2C4MeoEtjoc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=bKmVVKb6cx8BOuEk6Uo3UBx+R19SeX2JlLNs6WUFHMqD16s3G8tvmwmmwrRS6ZBDbs VlF91au2AOXWZDvsO/VjO8JQSLuQfihMYeaXk0vNjZUZVnkNHF5U/2Ln9qorXY+yQI5v DyfWvAsUkYPe6KyvgTOi3OhIu1OlkdwMPodEM= Received: by 10.210.125.13 with SMTP id x13mr465570ebc.140.1222854181460; Wed, 01 Oct 2008 02:43:01 -0700 (PDT) Received: by 10.210.116.2 with HTTP; Wed, 1 Oct 2008 02:43:01 -0700 (PDT) Message-ID: Date: Wed, 1 Oct 2008 12:43:01 +0300 From: EforeZZ To: "Roland Smith" , freebsd-questions@freebsd.org In-Reply-To: <20080930173802.GB16426@slackbox.xs4all.nl> MIME-Version: 1.0 References: <20080930173802.GB16426@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: built-in samba mount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 09:43:03 -0000 On Tue, Sep 30, 2008 at 8:38 PM, Roland Smith wrote: > On Tue, Sep 30, 2008 at 07:18:32PM +0300, EforeZZ wrote: > > Hello all, > > > > Is it possible to mount the samba share //pc/share/folder? > > It should be. > > > I have troubles in FreeBSD: > > I'm able to mount only //pc/share (not //pc/share/folder) and I do not > have > > read access to read contents of "//pc/share" and FreeBSD does not let me > to > > change the directory to "//pc/share/folder". > > Windows allows to mount //pc/share/folder and I have no access problems > in > > Windows. > > Is there any solution for FreeBSD? > > Read the mount_smbfs manual page (with the command 'man mount_smbfs'). A > quick look tells us that you'll need to use //user@pc/share/folder > instead of //pc/share/folder. Other options allow you to configure > access rights and owner/group attributes. > I do use //user@pc/share/folder for mounting but I get //user@pc/share mounted instead of //user@pc/share/folder. It seems that the "/folder" part is ignored. EforeZZ