From owner-freebsd-newbies@FreeBSD.ORG Mon Feb 9 00:21:14 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF32B16A4CE for ; Mon, 9 Feb 2004 00:21:14 -0800 (PST) Received: from rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BDE43D31 for ; Mon, 9 Feb 2004 00:21:13 -0800 (PST) (envelope-from itetcu@apropo.ro) Received: (qmail 9448 invoked from network); 9 Feb 2004 08:20:50 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 9 Feb 2004 08:20:50 -0000 Date: Mon, 9 Feb 2004 10:22:34 +0200 From: Ion-Mihai Tetcu To: Robert Golovniov Message-Id: <20040209102234.5a3b3c2d@it.buh.cameradicommercio.ro> In-Reply-To: <200402081753.i18HrJbS003236@gw.core> References: <200402081753.i18HrJbS003236@gw.core> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: NTFS drive D in fstab X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 08:21:15 -0000 On Sun, 8 Feb 2004 19:50:39 +0200 Robert Golovniov wrote: > Hello freebsd-newbies, > > Can anyone help me in figuring out how to mount the second NTFS > partition on FreeBSD 5.2 system? > > The first partion (ad0s1) mounts just fine. Trying to mount ad0s2 > does not work (mount_ntfs /ddrive /dev/ad0s2), as it complains about > an invalid argument. The same command (... /cdrive /dev/ad0s1) works > fine for the first Windows partition. What am I doing wrong? First argument to mount command is the "special device" aka disk-slice and the second is the mount point. So mount_ntfs /dev/ad0s2 /ddrive mount_cd9660 /acd0 /cdrom -- IOnut Unregistered ;) FreeBSD user