From owner-freebsd-fs@FreeBSD.ORG Sun Dec 28 17:53:05 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2BCBFD6 for ; Sun, 28 Dec 2014 17:53:05 +0000 (UTC) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (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 9411C665F2 for ; Sun, 28 Dec 2014 17:53:05 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id ey11so15937573pad.24 for ; Sun, 28 Dec 2014 09:53:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:date:message-id:subject:from:to :content-type; bh=RwYG10d0p54BpZDDs6mu86cK9+LB3oiI/5HeC9V2Jfk=; b=D6Y2fJF1Vm2nExcqIAI/6sFJseEVzYHETX1VPqYtU73dLfe76FoY/pZRNQJwThF3Bw T3LEbSPYLnrZsquGXox3nWf0Ij2RYMWKZTYDHuI9Fta3xiHGug/WHzZHlPQfLSZ8eQ6S XI3tSfii4TNXBlSYP7ptlWsXNa7eNeIBxhb4Sxp11Rld/RHe1027y/q2Kwr27xkCwgM9 LHQXeEeqbJXlpwS9cJgDbn5Qzr6Po522G8Opb6MlU2krcWJAYj0tWeDBd5/fb9ylr58Y Th5Lsc9x1jtV+mDQBdYkQ0awTUtSu06MoT5A1CoJRqBaS6PnA56IGSm7G+EgcuEDB7/r PD+A== MIME-Version: 1.0 X-Received: by 10.70.96.35 with SMTP id dp3mr71548537pdb.115.1419789185022; Sun, 28 Dec 2014 09:53:05 -0800 (PST) Reply-To: kirk@ba23.org Sender: kirk.j.russell@gmail.com Received: by 10.66.26.193 with HTTP; Sun, 28 Dec 2014 09:53:04 -0800 (PST) Date: Sun, 28 Dec 2014 12:53:04 -0500 X-Google-Sender-Auth: Hn9zXKFhUYWrVqTLYO0JE3YPyss Message-ID: Subject: help using mount_smbfs with apple time capsule server From: kirk russell To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 17:53:05 -0000 Hi, I cannot get FreeBSD 10's smbfs client to work with my server -- an Apple time capsule 4th generation version 7.6.4. Here are the commands I ran, to reproduce the issue: # uname -a FreeBSD 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 # mount_smbfs -R 16 //lamb@Meganium/Data /mnt Password: # dd if=/mnt/afile bs=1 count=1 of=/dev/null dd: /mnt/afile: No such file or directory For the FreeBSD 10 session, I tried to capture the raw packets, using tcpdump, in file bad.tcpdump. This works with FreeBSD 9. For this working session, I tried to capture the raw packets, using tcpdump, in file good.tcpdump. # uname -a FreeBSD 9.3-STABLE FreeBSD 9.3-STABLE #0: Wed Dec 24 16:16:05 EST 2014 kirk@freenas:/usr/obj/usr/src/sys/GENERIC amd64 # mount_smbfs -R 16 //lamb@Meganium/Data /mnt Password: # dd if=/mnt/afile bs=1 count=1 of=/dev/null 1+0 records in 1+0 records out 1 bytes transferred in 0.000345 secs (2899 bytes/sec) The two raw packets dumps are in this archive: http://www.employees.org/~kirk/bstgbugs/smbfs.tar.gz Any pointers how to get his working? The server appears to be returning an ERRbadpath error. -- Kirk Russell http://www.ba23.org/