From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 15:23:33 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56244F73 for ; Fri, 6 Jun 2014 15:23:33 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDB172DB4 for ; Fri, 6 Jun 2014 15:23:32 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id 10so1615112lbg.16 for ; Fri, 06 Jun 2014 08:23:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=cx0B1Ds1zeJL0GMSFiaVVGYJdqcfCyQ+7t3k5XBtU+Q=; b=Qz8jjMzgVWiPITmSq1MgYflZyM+JKBlLNAkbNWuiKzWnETIAiepdUjCjG50JjHQcS4 INmEh+loxZs3RPauHA8LSkVyYiemGpSzPhFaxixmT3JtBdKOfMCBkFdv7XGtwQD0jYNq ERjpe2rOvL0xsn9MGOnNl8eWe9fact4Otl9SAwLkT4ApBagFEQ9QT167M/b7VFUZISnz 1kFScztQ3B52Q+7x94b5hpCsRGW+VelAkIZ44rwxGsJCxagacmIDZ45tlAL8tnSyyt9R OzBc5LBUjVx1TVWxkyjbjGzXxJNbBhgOOIKClEeKQ1Ug5P73v4ZsSHwKYTjuznJYaJoO RszQ== X-Received: by 10.112.129.202 with SMTP id ny10mr4071879lbb.14.1402068210681; Fri, 06 Jun 2014 08:23:30 -0700 (PDT) Received: from 10.0.22.54 ([147.30.23.47]) by mx.google.com with ESMTPSA id o8sm8002725laj.10.2014.06.06.08.23.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Jun 2014 08:23:30 -0700 (PDT) Sender: Boris Popov Message-ID: <5391DCEC.3080900@freebsd.org> Date: Fri, 06 Jun 2014 21:23:24 +0600 From: Boris Popov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "Jason C. Taylor" , freebsd-questions@freebsd.org Subject: Re: cifs unix extensions with mount_smbfs References: <528817122.1462.1401414790796.JavaMail.zimbra@infinitebubble.com> <590661373.1944.1401560112859.JavaMail.zimbra@infinitebubble.com> In-Reply-To: <590661373.1944.1401560112859.JavaMail.zimbra@infinitebubble.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 15:23:33 -0000 On 01.06.2014 00:15, Jason C. Taylor wrote: > > I have a need to mount an smb share *and* be able to create hard links. I think it's the "cifs > unix extensions" that make that possible? Are there any options that can be fed to mount_smbfs > to make that work No, these extensions weren't implemented in the native smbfs and neither of hard links or soft links are supported. -- Boris Popov