From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 21:51:54 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 A8E2616A4CE for ; Fri, 3 Dec 2004 21:51:54 +0000 (GMT) Received: from pop-a065d05.pas.sa.earthlink.net (pop-a065d05.pas.sa.earthlink.net [207.217.121.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8558C43D39 for ; Fri, 3 Dec 2004 21:51:54 +0000 (GMT) (envelope-from tlippert362@earthlink.net) Received: from h-66-167-137-96.sttnwaho.dynamic.covad.net ([66.167.137.96] helo=[127.0.0.1]) by pop-a065d05.pas.sa.earthlink.net with esmtp (Exim 3.33 #1) id 1CaLKk-0005Rh-00; Fri, 03 Dec 2004 13:51:22 -0800 Message-ID: <41B0DFD8.2070706@earthlink.net> Date: Fri, 03 Dec 2004 13:51:20 -0800 From: Thomas Lippert User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Smith References: <41A6FD07.1020900@adelphia.net> <8292450b04113010165bc95e74@mail.gmail.com> <41AEA2EB.9030007@adelphia.net> In-Reply-To: <41AEA2EB.9030007@adelphia.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Rizal Ferdiyan cc: CHris Rich cc: freebsd-questions@freebsd.org Subject: Re: can't mount windows partition 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: Fri, 03 Dec 2004 21:51:54 -0000 Kevin Smith wrote: > Rizal Ferdiyan wrote: > >> hello ; >> my name rizal from indonesia, I have a problem. My partition windows >> (FAT >> 32) can't mount >> in freebsd. My partition in /dev/ad0s1 and /dev/ad0s2. I have been try >> write"mount -t msdosfs /dev/ad0s1(ad0s2) /mnt/win1(ad0s1) and >> mount_msdosfs /node " but it don't work. Please help me and sorry for my >> bad english. <> > /dev/ad0s1 /windows/C ntfs ro 2 0 > /dev/ad0s3 /windows/E msdosfs rw 0 0 > > (You don't need the "2", it can be "0") For fat it can be 2 or 0 for NTFS though i believe a 2 can result in difficulty restarting automatically after a panic. > > You need to create the directories for the mount points (/windows/C and > /windows/E). The partition in /dev/ad0s3 is my FAT32 partition which is > the writable one - you don't want the ntfs filesystem to be > writable.....if you want the FAT32 (msdosfs) parition to be writeable, > then /windows/E must be a writable mount directory. You of course, > should use your own device (/dev/ad0s*) names as they are going to be > different from mine. > > Once you have these in your /etc/fstab they will automatically mount on > boot (as configured this way). If you don't want to reboot after editing > the file, you can always just do a : > > > mount /windows/E > > To manually mount...or > > > umount /windows/E to umount it. > > The configuration I have just described is how I wanted to set it up on > my system, but others may have different opinions/setups. > > Good luck. > -Kevin <> The english seems fine to me for examples of what you really don't want to go here. That being said i personally wouldn't have even noticed the little flub there so it wasn't an issue. Thanks though for saying something anyway. At anyrate if you haven't seen this page before it will give some idea of why language fluency is not that big a deal. and helpful tips for not incurring the wrath of the BSD gods. ;-) http://www.lemis.com/email.html -Thomas