From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 08:04:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 306C816A4CE for ; Sat, 7 Feb 2004 08:04:12 -0800 (PST) Received: from rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 502CB43D1F for ; Sat, 7 Feb 2004 08:04:11 -0800 (PST) (envelope-from itetcu@apropo.ro) Received: (qmail 25292 invoked from network); 7 Feb 2004 16:04:09 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 7 Feb 2004 16:04:09 -0000 Date: Sat, 7 Feb 2004 18:06:00 +0200 From: Ion-Mihai Tetcu To: "Mazen S. Alzogbi" Message-Id: <20040207180600.6c3c3206@it.buh.cameradicommercio.ro> In-Reply-To: <000201c3ed43$0fad6740$83d9a5d9@winstation> References: <000201c3ed43$0fad6740$83d9a5d9@winstation> 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-questions@freebsd.org Subject: Re: Accessing Windows files from FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 16:04:12 -0000 On Sat, 7 Feb 2004 10:24:27 +0400 "Mazen S. Alzogbi" wrote: > Hi, > > I would like to access files that exist in a Windows partition on the > same machine from FreeBSD 4.9. > > I appreciate your help in showing me the way to do that. mount_msdos /dev/ad0s4 /mnt where ad0 is your disk and s4 is your win slice FAT32 formatted or mount_ntfs is it is NTFS; mount_ntfs(8) says: WRITING There is limited writing ability.Limitations: file must be nonresident and must not contain any sparces (uninitialized areas); compressed files are also not supported. -- IOnut Unregistered ;) FreeBSD user