From owner-freebsd-questions@FreeBSD.ORG Thu Jun 25 18:33:19 2009 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 48542106564A for ; Thu, 25 Jun 2009 18:33:19 +0000 (UTC) (envelope-from z.szalbot@lcwords.com) Received: from relay.lc-words.com (relay.lc-words.com [62.121.130.110]) by mx1.freebsd.org (Postfix) with ESMTP id DFA4A8FC0A for ; Thu, 25 Jun 2009 18:33:18 +0000 (UTC) (envelope-from z.szalbot@lcwords.com) Received: from [127.0.0.1] (77-254-169-221.adsl.inetia.pl [77.254.169.221]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: z.szalbot@lcwords.com) by relay.lc-words.com (Postfix) with ESMTPSA id 19D8DB8041 for ; Thu, 25 Jun 2009 20:31:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lcwords.com; s=mainlcwords; t=1245954708; bh=D/cHbMqC0T15ECx9sDJi3h4rgzZF7iPQ2c5ebEFj47o=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=xCnM+T0UtorWbqGrvT6d4Il7ple5gxEn8MGf89PSiLrEMYtljeXw5hGfqNNP10wuq b5hh2jFAelA5QqzcHBy41odDXLBPXRxJRhapUOebFP/GNgcNBAWbDXjLLai/Z55Z4+ v+aRJw5BrE3yK3uzl7Qd72seF/efTtPtCfoU3t4s= Message-ID: <4A43C2E8.6000602@lcwords.com> Date: Thu, 25 Jun 2009 20:33:12 +0200 From: Zbigniew Szalbot User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: mounting network NTFS drive on FreeBSD 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: Thu, 25 Jun 2009 18:33:19 -0000 Hello, I am trying to figure out how to mount a network NTFS drive (192.168.16.3\backups) on a FreeBSD system. Can you point me to the appropriate documentation? The Handbook mentions the mount command but I am not sure I can do it using mount? Or can I? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mount-unmount.html Thank you very much in advance! Zbigniew Szalbot