* RE: Accessing an NTFS partition
@ igueths
` Igor Gueths
` Gregory Nowak
0 siblings, 2 replies; 12+ messages in thread
From: igueths @ UTC (permalink / raw)
To: speakup
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: Accessing an NTFS partition
Accessing an NTFS partition igueths
@ ` Igor Gueths
` Gregory Nowak
1 sibling, 0 replies; 12+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
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
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Accessing an NTFS partition
Accessing an NTFS partition igueths
` Igor Gueths
@ ` Gregory Nowak
` Darragh
1 sibling, 1 reply; 12+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
Yes, this is correct. Using ntfsrw can lead to filesystem corruption. This is the reason why there is no ntfsrw support in speakimage.
Greg
On Tue, Dec 17, 2002 at 02:58:53PM +0000, 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
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: Accessing an NTFS partition
` Gregory Nowak
@ ` Darragh
` Glenn Ervin
0 siblings, 1 reply; 12+ messages in thread
From: Darragh @ UTC (permalink / raw)
To: speakup
[-- Attachment #1: Type: text/plain, Size: 3042 bytes --]
Thanks every one. Will only need to get files off the partition at the
moment so read support is fine.
Thanks again
Darragh
At 17:00 17/12/2002 -0600, you wrote:
>Yes, this is correct. Using ntfsrw can lead to filesystem corruption. This
>is the reason why there is no ntfsrw support in speakimage.
>
>Greg
>
>
>On Tue, Dec 17, 2002 at 02:58:53PM +0000, 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
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
>---
>Incoming mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.431 / Virus Database: 242 - Release Date: 17/12/2002
[-- Attachment #2: Type: text/plain, Size: 169 bytes --]
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.431 / Virus Database: 242 - Release Date: 17/12/2002
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: Accessing an NTFS partition
` Darragh
@ ` Glenn Ervin
` Toby Fisher
0 siblings, 1 reply; 12+ messages in thread
From: Glenn Ervin @ UTC (permalink / raw)
To: speakup
Hey Darragh,
Your message with the above subject line shows "attachment".
Is this a setting in your Eudoora that causes this in your message?
I think it was you that mentioned that you are using Eudora.
No big deal, I just thought you might want to know.
----- Original Message -----
From: "Darragh" <darraghoheiligh@eircom.net>
To: <speakup@braille.uwo.ca>
Sent: Tuesday, December 17, 2002 5:22 PM
Subject: Re: Accessing an NTFS partition
Thanks every one. Will only need to get files off the partition at the
moment so read support is fine.
Thanks again
Darragh
At 17:00 17/12/2002 -0600, you wrote:
>Yes, this is correct. Using ntfsrw can lead to filesystem corruption. This
>is the reason why there is no ntfsrw support in speakimage.
>
>Greg
>
>
>On Tue, Dec 17, 2002 at 02:58:53PM +0000, 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
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
>---
>Incoming mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.431 / Virus Database: 242 - Release Date: 17/12/2002
----------------------------------------------------------------------------
----
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.431 / Virus Database: 242 - Release Date: 17/12/2002
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: Accessing an NTFS partition
` Glenn Ervin
@ ` Toby Fisher
0 siblings, 0 replies; 12+ messages in thread
From: Toby Fisher @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 17 Dec 2002, Glenn Ervin wrote:
> Hey Darragh,
> Your message with the above subject line shows "attachment".
> Is this a setting in your Eudoora that causes this in your message?
> I think it was you that mentioned that you are using Eudora.
> No big deal, I just thought you might want to know.
The other attachment is html, grrrr.
Btw, can we trim our quoted material please? Bandwidth-resellers may
thank you for it, but nobody else does.
Please note, this is not a personal comment, rather a general one.
Cheers.
- --
Toby Fisher Email: toby@tjfisher.co.uk
Tel.: +44(0)1480 417272 Mobile: +44(0)7974 363239
ICQ: #61744808
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/
iD8DBQE+AEHlKl9qIwuqk+IRAtaaAJ4sf7FTYWv8lvveKVjC7zrptubwJgCgzW1g
e64rJMrzvjykXoaRsEjxKbE=
=qAo9
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: Accessing an NTFS partition
@ igueths
0 siblings, 0 replies; 12+ messages in thread
From: igueths @ UTC (permalink / raw)
To: speakup
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: Accessing an NTFS partition
@ Dawes, Stephen
0 siblings, 0 replies; 12+ messages in thread
From: Dawes, Stephen @ UTC (permalink / raw)
To: speakup
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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Accessing an NTFS partition
@ Darragh
` Dave Hunt
` Maurice A. Mines
0 siblings, 2 replies; 12+ messages in thread
From: Darragh @ UTC (permalink / raw)
To: speakup
[-- Attachment #1: Type: text/plain, Size: 105 bytes --]
Hello all,
Can any one tell me how to access an NTFS partition from Red hat version 8?
Thanks
DArragh
[-- Attachment #2: Type: text/plain, Size: 169 bytes --]
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.427 / Virus Database: 240 - Release Date: 06/12/2002
^ permalink raw reply [flat|nested] 12+ messages in thread
* Accessing an NTFS partition
Darragh
@ ` Dave Hunt
` Maurice A. Mines
1 sibling, 0 replies; 12+ messages in thread
From: Dave Hunt @ UTC (permalink / raw)
To: speakup
Assuming that ntfs support is in your kernel, "mount -t ntfs
"<partition-name> will work. In earlier Redhats, the support wasn't
in by default, I had to build a new kernel.
Good Luck,
-Dave
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Accessing an NTFS partition
Darragh
` Dave Hunt
@ ` Maurice A. Mines
` Igor Gueths
1 sibling, 1 reply; 12+ messages in thread
From: Maurice A. Mines @ UTC (permalink / raw)
To: speakup
what I due is make a fat32 partishen and swope files and directorease
thrue it btw if you reley wount ntfs support you need to compile it into
the kernale and I t is not advised due to somne issues that makes the
files system unstable. this have been found out throu traile and earer.
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: Accessing an NTFS partition
` Maurice A. Mines
@ ` Igor Gueths
0 siblings, 0 replies; 12+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
To add to what Maurice was saying, if you have a Cd writer, you can write
the NTFS partitions to Cd and then copy it to the Linux machine. However,
if you are dealing with a large partition or set of partitions, possibly
tape might do better.
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, Maurice A. Mines wrote:
> what I due is make a fat32 partishen and swope files and directorease
> thrue it btw if you reley wount ntfs support you need to compile it into
> the kernale and I t is not advised due to somne issues that makes the
> files system unstable. this have been found out throu traile and earer.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Accessing an NTFS partition igueths
` Igor Gueths
` Gregory Nowak
` Darragh
` Glenn Ervin
` Toby Fisher
-- strict thread matches above, loose matches on Subject: below --
igueths
Dawes, Stephen
Darragh
` Dave Hunt
` Maurice A. Mines
` Igor Gueths
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).