From owner-freebsd-arm@FreeBSD.ORG Sat Jan 17 04:31:40 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FB89AD6 for ; Sat, 17 Jan 2015 04:31:40 +0000 (UTC) Received: from st11p02mm-asmtp001.mac.com (st11p02mm-asmtpout001.mac.com [17.172.220.236]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25715224 for ; Sat, 17 Jan 2015 04:31:39 +0000 (UTC) Received: from [10.0.1.3] (unknown [73.162.13.215]) by st11p02mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NIB00H1H0KEET20@st11p02mm-asmtp001.mac.com> for freebsd-arm@freebsd.org; Sat, 17 Jan 2015 04:31:29 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-01-17_01:2015-01-16,2015-01-17,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412080000 definitions=main-1501170048 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: mount_smbfs From: Rui Paulo In-reply-to: <54B9DCD1.3040306@foxvalley.net> Date: Fri, 16 Jan 2015 20:31:25 -0800 Content-transfer-encoding: quoted-printable Message-id: <4759EAA0-D4AA-4923-9350-B7E753819169@me.com> References: <54B9DCD1.3040306@foxvalley.net> To: Dan Raymond X-Mailer: Apple Mail (2.1993) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2015 04:31:40 -0000 On Jan 16, 2015, at 19:53, Dan Raymond wrote: >=20 > Any reason why mount_smbfs is missing? >=20 > # ls -la /sbin/mount* > -r-xr-xr-x 1 root wheel 20628 Nov 24 05:30 /sbin/mount > -r-xr-xr-x 1 root wheel 10156 Nov 24 05:30 /sbin/mount_cd9660 > -r-xr-xr-x 1 root wheel 14324 Nov 24 05:30 /sbin/mount_fusefs > -r-xr-xr-x 2 root wheel 12200 Nov 24 05:30 /sbin/mount_mfs > -r-xr-xr-x 1 root wheel 10896 Nov 24 05:30 /sbin/mount_msdosfs > -r-xr-xr-x 2 root wheel 21164 Nov 24 05:30 /sbin/mount_nfs > -r-xr-xr-x 1 root wheel 7200 Nov 24 05:30 /sbin/mount_nullfs > -r-xr-xr-x 2 root wheel 21164 Nov 24 05:30 /sbin/mount_oldnfs > -r-xr-xr-x 1 root wheel 8772 Nov 24 05:30 /sbin/mount_udf > -r-xr-xr-x 1 root wheel 7852 Nov 24 05:30 /sbin/mount_unionfs Probably because no one tested it on arm. Does it work for you if you = build it manually? -- Rui Paulo