From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sccrmhc03.attbi.com ([204.127.202.63]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 18ONQV-0001Gh-00 for ; Tue, 17 Dec 2002 14:30:47 -0500 Received: from [192.168.1.100] (h00062578627a.ne.client2.attbi.com[24.62.33.26]) by sccrmhc03.attbi.com (sccrmhc03) with SMTP id <20021217193014003006mkk3e>; Tue, 17 Dec 2002 19:30:14 +0000 Date: Tue, 17 Dec 2002 14:30:14 -0500 (EST) From: Igor Gueths X-X-Sender: igueths@igueths To: speakup@braille.uwo.ca Subject: RE: Accessing an NTFS partition In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Hi all. Sorry for the duplicate post don't know why that happened. Apparently NTFS write support is not well-tested (not complete either). As a result, the FS can get damaged. Look at /usr/src/linux/Documentation/Configure.help for more info on this. May you code in the power of the source, may the kernel, libraries, and utilities be with you, throughout all distributions until the end of the epoch. On Tue, 17 Dec 2002 igueths@attbi.com wrote: > Hi. You do have the syntax correct. Only thing I would watch out for is last > time I rebuilt the kernel, I saw a blurb about it being dangerous to enable > NTFS_WRITE support. I'm just not clear on whether or not the reason for that is > because that module isn't very stable for widespread use, or whether there is > some other reason. I will check on that when I get back to my Linux machine > which won't be for a while. > > Firstly you need ntfs support compiled as a module or as part of the > > kernel. > > Then you mount the drive and tell the mount that it is ntfs. > > > > I think the mount statement looks something like: > > mount -t ntfs [device] [mount point] > > Check the man page for mount to make sure that the syntax is correct, > > because I am doing it from the top of my head. > > > > note: [device] is the ntfs drive, and [mount point] is the directory > > that you are going to attach the ntfs drive to. so you may want to > > create a directory in /mnt something like ntfs. > > > > mkdir /mnt/ntfs > > > > HTH! > > Steve Dawes > > PH: (403) 268-5527. > > Mailto: sdawes@calgary.ca > > > > > > NOTICE:: > > This communication is intended ONLY for the use of the person or entity named > > above and may contain information that is confidential or legally privileged. If > > you are not the intended recipient named above or a person responsible for > > delivering messages or communications to the intended recipient, YOU ARE HEREBY > NOTIFIED that any use, distribution, or copying of this communication or any of > > the information contained in it is strictly prohibited. If you have received > > this communication in error, please notify us immediately by telephone and then > > destroy or delete this communication, or return it to us by mail if requested by > > us. The City of Calgary thanks you for your attention and cooperation. > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >