From owner-freebsd-questions@FreeBSD.ORG Fri May 25 06:25:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F33BB16A400 for ; Fri, 25 May 2007 06:25:35 +0000 (UTC) (envelope-from prvs=johnl=0658f91e4b@iecc.com) Received: from gal.iecc.com (gal.iecc.com [208.31.42.53]) by mx1.freebsd.org (Postfix) with ESMTP id A554613C457 for ; Fri, 25 May 2007 06:25:35 +0000 (UTC) (envelope-from prvs=johnl=0658f91e4b@iecc.com) Received: (qmail 73894 invoked from network); 25 May 2007 05:58:53 -0000 Received: from simone.iecc.com (208.31.42.47) by mail1.iecc.com with QMQP; 25 May 2007 05:58:53 -0000 Date: 25 May 2007 05:58:53 -0000 Message-ID: <20070525055853.63788.qmail@simone.iecc.com> From: John Levine To: freebsd-questions@freebsd.org In-Reply-To: <1573.192.168.11.11.1180070322.squirrel@lists.lc-words.com> Organization: Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Cc: zbyszek@szalbot.homedns.org Subject: Re: Network storage 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: Fri, 25 May 2007 06:25:36 -0000 >What options do I have of using a network storage device such as Buffalo >TeraStation? I can access it from Windows via network share or via FTP >protocol. How can I access this device from FreeBSD? Use mount_smbfs to mount Windows network shares. R's, John