From owner-freebsd-stable@FreeBSD.ORG Thu Feb 10 22:29:33 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857E016A4D0 for ; Thu, 10 Feb 2005 22:29:33 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596BE43D31 for ; Thu, 10 Feb 2005 22:29:33 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 49A5D72DF4; Thu, 10 Feb 2005 14:29:33 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 4728272DD4; Thu, 10 Feb 2005 14:29:33 -0800 (PST) Date: Thu, 10 Feb 2005 14:29:33 -0800 (PST) From: Doug White To: Jack Raats In-Reply-To: <000b01c50fb1$28304fd0$9d00000a@jara2> Message-ID: <20050210142639.G26712@carver.gumbysoft.com> References: <000b01c50fb1$28304fd0$9d00000a@jara2> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: Adding an usb harddisk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 22:29:33 -0000 On Thu, 10 Feb 2005, Jack Raats wrote: > I want to add an usb harddisk. > Acoording to fdisk it's formatted as a "NTFS/HPFS/QNX" disk > Can I add this disk and still using this file system? NTFS is a Windows filesystem. You can't install FreeBSD to it but you can mount and use the volume. See the mount_ntfs manpage for restrictions on our NTFS support. You can mount it using 'mount -t ntfs /dev/daXXXX /YYYY' if you don't want to make a UFS filesystem. (replace XXXX with device name and YYYY with desired mountpoint.) If you do want to reformat it for UFS, see the article on formatting media at www.freebsd.org for instructions. > What kind of dev/fstab do I need to add? Its like an existing one, just change the filesystem type from 'ufs' to 'ntfs'. > Do I need an extra swap slice? How to make one? Not unless you want one, but if you do you probably need to destroy the NTFS filesystem to make space. > I'm using FreeBSD 4.11. NTFS support there may not be as mature as the one in 5.x. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org