On Mon, 2003-09-29 at 00:33, Rene's Caltech Email wrote:
> can an xp's partion(ntfs) be mounted on red hat 9...i was able to do it on
> suse linux but not on red hat 9
You might try searching the archives next time. This has been asked a
"million-gazill
can an xp's partion(ntfs) be mounted on red hat 9...i was able to do it on
suse linux but not on red hat 9
thnaks ahaead of time,
--
-Rene Enriquez
[EMAIL PROTECTED]
"The devil will find work for idle hands to do!"
-The Smiths
--
redhat-list mailing list
unsubscrib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
On 20 Sep 2003, Harold E Vine III wrote:
> i have a dual boot box xp home /linux, rh 9.0 with the latest kernel and
> updates done.
> i want to be able to access, if it be read only, preferable, my files on
> xp/ntfs i have lots of
i have a dual boot box xp home /linux, rh 9.0 with the latest kernel and
updates done.
i want to be able to access, if it be read only, preferable, my files on
xp/ntfs i have lots of music there i'd love to play in linux, and
outside of copying everything to cd's, i'd like to have
Nick Lindsell wrote:
On Mon, 2003-08-04 at 13:08, bEEnHeX wrote:
FAT32 partition on physical disk 1 (other than that one with RH 9.0) is not
mounted by default also. Please, how to do that?
As root,
#> mkdir /windows
{ or /mnt/windows or wherever.. }
#> mount -t vfat /dev/hd(x)(y) /w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 04 Aug 2003 12:33:28 +0100, James Gibbon wrote:
> "Otto Haliburton" wrote:
> > Yes, there are several possibilities they are
> > 1) rebuild your kernel enabling ntfs readonly access
> > 2) www.rhil.net where
> "Otto Haliburton" wrote:
> > Yes, there are several possibilities they are
> > 1) rebuild your kernel enabling ntfs readonly access
> > 2) www.rhil.net where you can obtain the modules and instructions
> > 3) search redhat.com for ntfs a person provides the
]
Subject: RE: NTFS partition mount problem
My kernel version on RH 9.0 is 2.4.20-8
Is it possible to mount FAT32 and NTFS instead of making any changes to
kernel or updating?
- Original Message -
From:"Otto Haliburton" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
On Mon, 2003-08-04 at 07:50, bEEnHeX wrote:
> My kernel version on RH 9.0 is 2.4.20-8
>
> Is it possible to mount FAT32 and NTFS instead of making any changes to
> kernel or updating?
Use the RPMs from the Linux-NTFS project:
http://linux-ntfs.sourceforge.net/
--
Jason Dixon, RHC
OK, guys, I'll try it ... thanx.
bEEnHeX
- Original Message -
From:"Nick Lindsell" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent:04 Aug 2003 13:26:22 +0100
Subject: RE: NTFS partition mount problem
> On Mon, 2003-08-04 at 13:08, bEEnHeX wrote
On Mon, 2003-08-04 at 13:08, bEEnHeX wrote:
> FAT32 partition on physical disk 1 (other than that one with RH 9.0) is not
> mounted by default also. Please, how to do that?
As root,
#> mkdir /windows
{ or /mnt/windows or wherever.. }
#> mount -t vfat /dev/hd(x)(y) /windows
Do 'man mount' and you should be able to get the information to mount a
ntfs. The command is not different than any other mount command. You
need to create a mount point and then cd to that mount point. I'm
surprised that at install that the installation didn't mount the f
clean install.
Thanx.
- Original Message -
From:"Otto Haliburton" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent:Mon, 4 Aug 2003 06:55:26 -0500
Subject: RE: NTFS partition mount problem
> Not that I know of. You should be able to mount fat32 but not ntf
Not that I know of. You should be able to mount fat32 but not ntfs
without further updating. In fact I don't know why you have a problem
with fat32. But RH doesn't support ntfs at all so you need to follow
one of the three things I suggested. They have instructions on what you
My kernel version on RH 9.0 is 2.4.20-8
Is it possible to mount FAT32 and NTFS instead of making any changes to
kernel or updating?
- Original Message -
From:"Otto Haliburton" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent:Mon, 4 Aug 2003 06:39:55 -0500
S
"Otto Haliburton" wrote:
> You can what kernel do you have you are one of the only ones since
> redhat doesn't support ntfs.
>
Hmmm ..
[EMAIL PROTECTED] jg]# mount | grep win
/dev/hda1 on /windows type vfat (rw)
OK, my mistake - I thought it was NTFS! I've defi
You can what kernel do you have you are one of the only ones since
redhat doesn't support ntfs.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:redhat-list-
> [EMAIL PROTECTED] On Behalf Of James Gibbon
> Sent: Monday, August 04, 2003 6:33 AM
> To: [EMAIL PROT
"Otto Haliburton" wrote:
> Yes, there are several possibilities they are
> 1) rebuild your kernel enabling ntfs readonly access
> 2) www.rhil.net where you can obtain the modules and instructions
> 3) search redhat.com for ntfs a person provides the modules.
>
Should
Yes, there are several possibilities they are
1) rebuild your kernel enabling ntfs readonly access
2) www.rhil.net where you can obtain the modules and instructions
3) search redhat.com for ntfs a person provides the modules.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:
I have installed RH on my physical disk number 2 along with other NTFS
partition which was not mounted by default after login. Is it possible to
mount and then view the contents of NTFS and FAT32 partitions. If so,
please point me where can I find more info about that.
Disk manager show all
Brian
'dd' doesn't care about the FS type (NTFS). You can
use 'dd' to create an image file of your NTFS volume
no worries. There would be nothing to add, other than
perhaps depending upon the size of that volume some
optimization such as block size setting.
example;
Brian Lucas wrote:
All,
Has anyone ever tried using dd to image an NTFS volume on a Win2K box? If
so, are there any tips or tricks I should be aware of?
Thanks in advance for your help.
Brian
WOW, I think this is the first time in my entire life I've logged into
my email to ask a que
I have used dd to dupe a lot of NTFS volumes, and it works great. If
you plan to use the duplicated drive on the network, be sure to run
sysprep on the windows drive before you pull it.
Cheers,
Nick
-Original Message-
From: Brian Lucas [mailto:[EMAIL PROTECTED]
Sent: Monday, June 23
On Monday 23 June 2003 20:23, Brian Lucas wrote:
> All,
>
> Has anyone ever tried using dd to image an NTFS volume on a Win2K
> box? If so, are there any tips or tricks I should be aware of?
>
> Thanks in advance for your help.
>
> Brian
I have duplicated Win2K and dual
All,
Has anyone ever tried using dd to image an NTFS volume on a Win2K box? If
so, are there any tips or tricks I should be aware of?
Thanks in advance for your help.
Brian
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
Don't forget to run /sbin/lilo, after add the new
kernel image in Lilo
--- Lewi <[EMAIL PROTECTED]> escribió: > as long
as I know, redhat doesn't provide this in
> their release.
>
> but if you can recompile kernel to get support
> mounting ntfs,
> there is
On Sun, Jun 15, 2003 at 05:55:42PM -0400, dch wrote:
>
> Apparently 2.4.20-18.9, as compiled by Red Hat, does not include support
> for NTFS mounts. I downloaded the source but I'm lost. Can someone point
> me in the right direction?
Head on over to http://linux-ntfs.sou
as long as I know, redhat doesn't provide this in
their release.
but if you can recompile kernel to get support
mounting ntfs,
there is some simple step:
1. in the /usr/src/linux-2.4
2. make mrproper
3. make menuconfig
4. load config from
configs/kernel-2.4.20-[arch].config
(as default conf
Apparently 2.4.20-18.9, as compiled by Red Hat, does not include support
for NTFS mounts. I downloaded the source but I'm lost. Can someone point
me in the right direction?
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, 8 Jun 2003 20:52:16 +0200 (CEST), Manuel Aróstegui Ramirez wrote:
[NTFS]
> >first, ensure your kernel support it !
>
> I think that RH9 kernel, supoorted it by default..but
> I am no sure at all :-)
No, it does not support
s, affs, autofs, coda,
> coherent, cramfs, devpts,
> efs,
> ext, ext2, ext3, hfs, hpfs, iso9660,
> jfs, minix, msdos,
> ncpfs,
> nfs, ntfs, proc, qnx4, ramfs,
> reiserfs, romfs, smbfs,
> sysv,
> tmpfs, udf, ufs, umsdos, vfat,
> xen
supported
are: adfs, affs, autofs, coda, coherent, cramfs, devpts,
efs,
ext, ext2, ext3, hfs, hpfs, iso9660, jfs, minix, msdos,
ncpfs,
nfs, ntfs, proc, qnx4, ramfs, reiserfs, romfs, smbfs,
sysv,
tmpfs, udf, ufs, umsdos, vfat, xenix,
mount -t ntfs /dev/hdXY /your-mount-point
Where X is your HD and Y your number of partition
--- "Brent L. Cox" <[EMAIL PROTECTED]> escribió:
> How do I mount a NTFS and a FAT32 Drives in Redhat
> 9.0
>
>
> --
> redhat-list mailing list
> unsubscri
How do I mount a NTFS and a FAT32 Drives in Redhat 9.0
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
h, it's actually fairly simple to
> understand - just make sure that whatever changes you make you restart
> samba (/sbin/service smb --full-restart) prior to trying to access the
> share on the network.
>
> HTH
>
isn't a mounted NTFS partition only accessible only to
Iam sorry but I new to Linux but what kind of entry would
I put in the SMB.CONF if the location of the file is
\mnt\nt\software Thanks,
On Fri, 28 Mar 2003 11:09:00 -0500
"Brent L. Cox" <[EMAIL PROTECTED]> wrote:
Iam sorry but I new to Linux but what kind of entry would
I put in the SMB.
53, Brent L. Cox wrote:
Hello,
Can someone help me I want to share a floder that I have
on a NTFS drive using Linux. I have set it up as a share
in samba but when I go to my W2K box I click on the
sharded folder on network neighborhood it comes up path
not found can someone help.
Thanks
-B
Is
Iam sorry but I new to Linux but what kind of entry would
I put in the SMB.CONF if the location of the file is
\mnt\nt\software
Thanks,
-B
On 29 Mar 2003 02:40:22 +1100
Stephen Kuhn <[EMAIL PROTECTED]> wrote:
On Sat, 2003-03-29 at 02:24, Brent L. Cox wrote:
The folder name is \mnt\nt\software
On Sat, 2003-03-29 at 02:24, Brent L. Cox wrote:
> The folder name is \mnt\nt\software I can access it from
> the Root but when I click on the folder to share it it
> tells me that only folders in your home came be shared it
> there a way around this.
Share the folder with Samba instead of the
at 01:53, Brent L. Cox wrote:
Hello,
Can someone help me I want to share a floder that I have
on a NTFS drive using Linux. I have set it up as a share
in samba but when I go to my W2K box I click on the
sharded folder on network neighborhood it comes up path
not found can someone help.
Thanks
On Sat, 2003-03-29 at 01:53, Brent L. Cox wrote:
> Hello,
>
> Can someone help me I want to share a floder that I have
> on a NTFS drive using Linux. I have set it up as a share
> in samba but when I go to my W2K box I click on the
> sharded folder on network neighborhoo
Hello,
Can someone help me I want to share a floder that I have
on a NTFS drive using Linux. I have set it up as a share
in samba but when I go to my W2K box I click on the
sharded folder on network neighborhood it comes up path
not found can someone help.
Thanks
-B
--
redhat-list mailing
Title: How to mount an NTFS partition
http://linux-ntfs.sourceforge.net
-Original Message-From: HOUEE Jean-Yves
[mailto:[EMAIL PROTECTED]Sent: Monday, March 17, 2003 2:42
AMTo: '[EMAIL PROTECTED]'Subject: How to mount an
NTFS partition
Hello everybody,
I can&
ntfs support is _not_ enabled in stock kernels
you have to recompile your kernel and add ntfs support
for what i remember mounting read only is a standard option but mounting
read write is experimental
hth
A 11:41 17/03/2003 +0400, vous avez écrit :
>Hello everybody,
>
>I can't
Title: How to mount an NTFS partition
Hello everybody,
I can't find the good option for mounting a local (Windows XP) NTFS partition on my RedHat 8.0.
Could you help me?
Thanks a lot.
Jean-Yves HOUEE
Reunion Island.
On Sat, Mar 08, 2003 at 05:36:53PM +0100, Bart SCHELSTRAETE wrote:
> Jeff Kinz wrote:
> >Hi Hendra, i think Bart miss-read your question. I think his advice
> >works very well for "NFA" (Network File Systems) but won't
> >work for "NTFS" file system
I found articles in google. have you tried yet? I'll look again but you'll probably get them before I do. I mounted a external usb drive formated ntfs on RH8.
Benny
Bart SCHELSTRAETE <[EMAIL PROTECTED]> wrote:
Jeff Kinz wrote:
On Sat, Mar 08, 2003 at 09:57:17AM +0100, Schelst
Jeff Kinz wrote:
On Sat, Mar 08, 2003 at 09:57:17AM +0100, Schelstraete Bart wrote:
hendra wrote:
Hai, anyone can help me. How to mount NTFS mode read-write?
I'm using LINUX RH 7.3.
Hi Hendra, i think Bart miss-read your question. I thin
On Sat, Mar 08, 2003 at 09:57:17AM +0100, Schelstraete Bart wrote:
> hendra wrote:
> > Hai, anyone can help me. How to mount NTFS mode read-write?
> > I'm using LINUX RH 7.3.
Hi Hendra, i think Bart miss-read your question. I think his advice
works very well for "NFA&qu
hendra wrote:
Hai, anyone can help me. How to mount NTFS mode read-write?
I'm using LINUX RH 7.3.
Hello,
For example: in /etc/exports file
##
/mnt/cdrom host(rw)
##
On the other host you can mount this directory:
mount host2:/mnt/cdrom /mnt/nfs
rgrds,
Bart
smim
I don't believe that write-to-NTFS functionality exists in the current
kernel. Well, it does, but it's experimental to the point where you
ought to back up everything on your NTFS partitions before you try
anything.
On Sat, 2003-03-08 at 07:47, hendra wrote:
> Hai, anyone can he
Hai, anyone can help me. How to mount NTFS mode read-write?
I'm using LINUX RH 7.3.
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, 2 Mar 2003 09:16:09 -0800 (PST), CM Miller wrote:
> > > > I want to setup Samba on my network, but my W2K
> > > > box is NTFS.
> > > >
> > > > I am told that NTFS is already in th
>
>
> >>I want to setup Samba on my network, but my W2K
box
> >>is
> >>NTFS.
> >>
> >>I am told that NTFS is already in the kernel but
> >>doing
> >>lsmod doesn't show it.
> >>I've downloaded kerne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, 1 Mar 2003 17:00:36 -0800 (PST), CM Miller wrote:
>
>
> >>I want to setup Samba on my network, but my W2K box
> >>is
> >>NTFS.
> >>
> >>I am told that NTFS is already in the kernel
On Sun, 2003-03-02 at 12:30, CM Miller wrote:
> So if I am understaind you correctly, I DO NOT need
> NTFS to share files across my network either with
> Samba or NFS?
>
> thanks
>
> -Chris
No - you do not need NTFS support. I have an RH 7.3 machine that
happilly sh
On Sat, 2003-03-01 at 19:30, CM Miller wrote:
>
> So if I am understaind you correctly, I DO NOT need
> NTFS to share files across my network either with
> Samba or NFS?
>
That is correct. You only need ntfs if the partition is on a hard drive
on your local box since th
>> I want to setup Samba on my network, but my W2K box
>>is
>> NTFS.
>>
>> I am told that NTFS is already in the kernel but
>>doing
>> lsmod doesn't show it.
>>
>> I've downloaded kernel-ntfs-2.4.18-14.i386.rpm and
>> I
>>I want to setup Samba on my network, but my W2K box
>>is
>>NTFS.
>>
>>I am told that NTFS is already in the kernel but
>>doing
>>lsmod doesn't show it.
>>I've downloaded kernel-ntfs-2.4.18-14.i386.rpm and
>>I've inst
On Sun, 2003-03-02 at 03:37, CM Miller wrote:
> I want to setup Samba on my network, but my W2K box is
> NTFS.
>
> I am told that NTFS is already in the kernel but doing
> lsmod doesn't show it.
>
> I've downloaded kernel-ntfs-2.4.18-14.i386.rpm and
> I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, 1 Mar 2003 08:37:08 -0800 (PST), CM Miller wrote:
> I want to setup Samba on my network, but my W2K box is
> NTFS.
>
> I am told that NTFS is already in the kernel but doing
> lsmod doesn't show it.
>
> I'v
CM Miller said:
>
>
> I want to setup Samba on my network, but my W2K box is
> NTFS.
>
> I am told that NTFS is already in the kernel but doing
> lsmod doesn't show it.
you do not need the NTFS kernel module to access a remote
NTFS filesystem via samba(or any other meth
I want to setup Samba on my network, but my W2K box is
NTFS.
I am told that NTFS is already in the kernel but doing
lsmod doesn't show it.
I've downloaded kernel-ntfs-2.4.18-14.i386.rpm and
I've installed it ok, caues rpm -qa | grep kernel-ntfs
shows it, but when doing modp
The NTFS module does not come with RH 8.0, correct?
I just want to make sure before I download load it and
installed it.
http://linux-ntfs.sourceforge.net/index.html
And, all you can do once the module is loaded, is
read, not write, correct?
Is anyone using NTFS in their kernel? If so, how
Chris Mossner said:
> Hi, how can I enable to mount my ntfs partion on a second hdd with
> redhta 8 I always get the error thet ntfs is not enable with the kernel
> when I enable the kernel after compiling linux stops after the hdd disk
> check
>
> hope anyone can helkp
> bye
At 17:07 17/02/2003 +, you wrote:
Delivered-To: [EMAIL PROTECTED]
From: Chris Mossner <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: ntfs
X-Mailer: Internet Mail Service (5.5.2653.19)
X-Loop: [EMAIL PROTECTED]
Sender: [EMAI
thanks, but where is the thread??
-Original Message-
From: Nick Lindsell [mailto:[EMAIL PROTECTED]]
Sent: 17 February 2003 17:06
To: [EMAIL PROTECTED]
Subject: Re: ntfs
At 16:40 17/02/2003 +, you wrote:
>Hi, how can I enable to mount my ntfs partion on a second hdd with redhta 8
At 16:40 17/02/2003 +, you wrote:
Hi, how can I enable to mount my ntfs partion on a second hdd with redhta 8
I always get the error thet ntfs is not enable with the kernel
when I enable the kernel after compiling linux stops after the hdd disk
check
Perhaps you didn't build your k
Hi, how can I enable to mount my ntfs partion on a second hdd with redhta 8
I always get the error thet ntfs is not enable with the kernel
when I enable the kernel after compiling linux stops after the hdd disk
check
hope anyone can helkp
bye
Chris
--
redhat-list mailing list
unsubscribe
Thank'x i will try it latter, i solved the problem booting FreeBSD and
mounting Linux partitions.
raymundo
Dusty Duke wrote:
This is because you probably have not enabled UFS Write support on your
system. By default only read will be enabled. Recompile modules or
kernel such that you enabl
ere saving me the digging time? ;)
From: Ted Gervais <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Mounting HPFS/NTFS Drives
Date: Tue, 21 Jan 2003 16:20:59 -0400
On Tuesday 21 January 2003 03:00 pm, Mike Burger wrote:
> On Tue, 21 Jan 2003, Ted Gerva
>
> >I'm not aware of any restrictions on the number of NTFS file systems
> >that you can mount at once, but I know that you're allowed to mount up
> >to four primary partitions at once before you have to start using
> >logical partitions inside a
This is because you probably have not enabled UFS Write support on your
system. By default only read will be enabled. Recompile modules or kernel
such that you enable WRITE support and you'll be okay then.
I think somethigs is not completly right with mount, i am having
problems while moun
On Tuesday 21 January 2003 05:38 pm, Richard S. Crawford wrote:
> You said that you were trying to mount two separate NTFS partitions, and
> that you could mount either one or the other but not both.
>
> I'm not aware of any restrictions on the number of NTFS file systems
> t
I've never had an issue with mounting multiple NTFS volumes. What driver
are you using? 'modinfo ntfs' if as module.
From: Ted Gervais <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Mounting HPFS/NTFS Drives
Date: Tue, 21 Jan 20
erous logical
partitions within that extended partition (IIRC 63 or something odd).
I'm not aware of any restrictions on the number of NTFS file systems
that you can mount at once, but I know that you're allowed to mount up
to four primary partitions at once before you have to star
You said that you were trying to mount two separate NTFS partitions, and
that you could mount either one or the other but not both.
I'm not aware of any restrictions on the number of NTFS file systems
that you can mount at once, but I know that you're allowed to mount up
to fo
At 12:36 PM 1/21/2003 -0800, you wrote:
Just out of curiosity, how many filesystems do you have mounted?
Just trying to mount two ntfs file systems. Would that be two too many??
On Tue, 2003-01-21 at 12:20, Ted Gervais wrote:
> On Tuesday 21 January 2003 03:00 pm, Mike Burger wr
e, 21 Jan 2003, Ted Gervais wrote:
John..
Thanks for your note. And you were right!! It sure does work once you
have the module installed.
But I have another question. I have two partitions that I would like to
mount.
/dev/hda1 /dos_c ntfsdefaults1
1
note. And you were right!! It sure does work once you
> > > have the module installed.
> > >
> > > But I have another question. I have two partitions that I would like to
> > > mount.
> > >
> > > /dev/hda1 /dos_c
I have two partitions that I would like to
> > mount.
> >
> > /dev/hda1 /dos_c ntfsdefaults 1
> > 1 /dev/hda5 /dos_d ntfsdefaults
> > 1 1
> >
> > The first one mounts ju
ev/hda1 /dos_c ntfsdefaults1 1
> /dev/hda5 /dos_d ntfsdefaults1 1
>
> The first one mounts just fine, but not the second one. Here is what I see
> when I try and mount the second one manually:
>
> # mount -t
On Tuesday 21 January 2003 08:18 am, John Windsor wrote:
> On Thu, 2003-01-16 at 16:55, Ted Gervais wrote:
> > I am trying to mount some WindowsXP drives which happen to be HPFS/NTFS
> > drives and I can't seem to be able to do it.
> >
> > Is it in fact possible
On Thu, 2003-01-16 at 16:55, Ted Gervais wrote:
>
> I am trying to mount some WindowsXP drives which happen to be HPFS/NTFS drives
> and I can't seem to be able to do it.
>
> Is it in fact possible for Linux 8.0 to SEE such drives? Can they be
> mounted??
Well y
I am trying to mount some WindowsXP drives which happen to be HPFS/NTFS drives
and I can't seem to be able to do it.
Is it in fact possible for Linux 8.0 to SEE such drives? Can they be
mounted??
Here is what FDISK shows when I look at /dev/hda:
Device BootStart EndB
Kewl! Thnx!
~Christopher
On Wed, 2002-12-11 at 23:02, pilip wrote:
> based on what i know, the default kernel of 8.0 doesn't have ntfs
> support enabled.that means you'll still have to recompile the kernel to
> have ntfs support. Though, you can check out this site
based on what i know, the default kernel of 8.0 doesn't have ntfs
support enabled.that means you'll still have to recompile the kernel to
have ntfs support. Though, you can check out this site:
http://linux-ntfs.sourceforge.net/info/redhat.html
you no longer need to recompile the
I found that http://linux-ntfs.sourceforge.net has prebuilt ntfs modules for RH8,
you might be able to use those.
Tim
[EMAIL PROTECTED]
Nick Lindsell wrote:
> At 09:22 11/12/2002 -0600, you wrote:
> >On Wed, 2002-12-11 at 09:15, Nick Lindsell wrote:
> > > At 08:33 11/12/200
xt3
> >formated disk. However there are still a few things I'd like to
> >retrieve from that are on my Win XP disk which is formated with NTFS. I
> >have the latest Red Hat kernel and I'm running RH 8. How do I go about
> >mounting and accessing this partition? I u
To get access(read only) to NTFS paritions from RH, you'll need
to reconfigure(and rebuild) the kernel - there's a kernel option
to support NTFS filesystems, which is "off" by default.
HTH.
--
Hardy Merrill
Senior Software Engineer
Red Hat, Inc.
Christopher Henderson [[EMA
ere are still a few things I'd like to
> >retrieve from that are on my Win XP disk which is formated with NTFS. I
> >have the latest Red Hat kernel and I'm running RH 8. How do I go about
> >mounting and accessing this partition? I understand that I couldn't
>
k which is formated with NTFS. I
have the latest Red Hat kernel and I'm running RH 8. How do I go about
mounting and accessing this partition? I understand that I couldn't
write to it, I think, but all I need is to read n copy some files and
directories before I re-format and re-install.
I must have contracted a virus 'cause I can no longer boot into Windows
XP. Ugh. Thankfully most of my important files are on a separate ext3
formated disk. However there are still a few things I'd like to
retrieve from that are on my Win XP disk which is formated with NTFS. I
have
Title: Message
when I compile kernel, i find that the ntfs disc is
read only.
writing to a ntfs disc in linux is
dagerous.
- Original Message -
From:
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 30, 2002 3:24
PM
Subject
Title: Message
I recently
reformatted some hard drives in NTFS on my windows pc. I restarted the NFS
client after that, resharing the drives and setting permissions to read/write.
Everybody has full control on the drive in the security settings. But when i
mount the drive in my redhat 7.3
Please don't post HTML to a mailing list.
---
There is a way to make a boot disk with ntfs support ?
---
Yes, I'm sure there is. Compile a kernel with NTFS support, then mkbootdsk
using that kernel should be close to being there.
If you just want to access the NTFS partition fo
Hi,
There is a way to make a boot disk with ntfs support ?
hi,
* Edward Dekkers ([EMAIL PROTECTED]) wrote:
> > can anybody give me step by step instruction to up date my kernel
> > to support NTFS
> >
> > any help is precious
> >
> > shyam
>
> You can't just update your kernel AFAIK, you hav
Acredita-se que em Sab 21 Set 2002 20:20, Tim Arland conseguiu escrever:
> How do I add ntfs support to my rh 7.3 system?
>
> Thanks
You need to reconfigure and recompile your kernel with the ntfs support (look
at the Filesystems menu in the make me
How do I add ntfs support to my rh 7.3 system?
Thanks
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
1 - 100 of 177 matches
Mail list logo