Re: can an xp's ntfs be mounted?

2003-09-28 Thread Jason Dixon
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 ntfs be mounted?

2003-09-28 Thread Rene's Caltech Email
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

Re: ntfs access from within RH 9.0

2003-09-20 Thread Devrim GUNDUZ
-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

ntfs access from within RH 9.0

2003-09-20 Thread Harold E Vine III
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

Re: NTFS partition mount problem

2003-08-14 Thread The Other
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

Re: NTFS partition mount problem

2003-08-04 Thread Michael Schwendt
-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

Re: NTFS partition mount problem

2003-08-04 Thread Benjamin J. Weiss
> "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

RE: NTFS partition mount problem

2003-08-04 Thread santosh kumar
] 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]

RE: NTFS partition mount problem

2003-08-04 Thread Jason Dixon
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

RE: NTFS partition mount problem

2003-08-04 Thread bEEnHeX
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

RE: NTFS partition mount problem

2003-08-04 Thread Nick Lindsell
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

RE: NTFS partition mount problem

2003-08-04 Thread Otto Haliburton
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

RE: NTFS partition mount problem

2003-08-04 Thread bEEnHeX
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

RE: NTFS partition mount problem

2003-08-04 Thread Otto Haliburton
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

RE: NTFS partition mount problem

2003-08-04 Thread bEEnHeX
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

Re: NTFS partition mount problem

2003-08-04 Thread James Gibbon
"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

RE: NTFS partition mount problem

2003-08-04 Thread Otto Haliburton
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

Re: NTFS partition mount problem

2003-08-04 Thread James Gibbon
"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

RE: NTFS partition mount problem

2003-08-04 Thread Otto Haliburton
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:

NTFS partition mount problem

2003-08-04 Thread bEEnHeX
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

Re: Will DD work for Win2K NTFS?

2003-07-13 Thread Linux Tard
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;

Re: Will DD work for Win2K NTFS?

2003-06-24 Thread Fred Whipple
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

RE: Will DD work for Win2K NTFS?

2003-06-23 Thread Nick White
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

Re: Will DD work for Win2K NTFS?

2003-06-23 Thread MKlinke
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

Will DD work for Win2K NTFS?

2003-06-23 Thread Brian Lucas
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

Re: Need help: Recompile kernel for NTFS mount support

2003-06-16 Thread Manuel Aróstegui Ramirez
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

Re: Need help: Recompile kernel for NTFS mount support

2003-06-16 Thread Emmanuel Seyman
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

Re: Need help: Recompile kernel for NTFS mount support

2003-06-15 Thread Lewi
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

Need help: Recompile kernel for NTFS mount support

2003-06-15 Thread dch
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

Re: mounting NTFS

2003-06-08 Thread Michael Schwendt
-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

Re: mounting NTFS

2003-06-08 Thread Manuel Aróstegui Ramirez
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

Re: mounting NTFS

2003-06-08 Thread Enrique Bory Simon
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,

Re: mounting NTFS

2003-06-08 Thread Manuel Aróstegui Ramirez
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

mounting NTFS

2003-06-08 Thread Brent L. Cox
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

RE: Sharing Files on NTFS Drives

2003-03-30 Thread Tapang, Roderick Eugenio (GXS)
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

Sharing Files on NTFS Drives

2003-03-28 Thread Brent L. Cox
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.

Sharing Files on NTFS Drives

2003-03-28 Thread Brent L. Cox
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

Re: Sharing Files on NTFS Drives

2003-03-28 Thread Brent L. Cox
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

Re: Sharing Files on NTFS Drives

2003-03-28 Thread Stephen Kuhn
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

Re: Sharing Files on NTFS Drives

2003-03-28 Thread Brent L. Cox
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

Re: Sharing Files on NTFS Drives

2003-03-28 Thread Stephen Kuhn
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

Sharing Files on NTFS Drives

2003-03-28 Thread Brent L. Cox
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

RE: How to mount an NTFS partition

2003-03-16 Thread Tapang, Roderick Eugenio (GXS)
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&

Re: How to mount an NTFS partition

2003-03-16 Thread Thierry ITTY
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

How to mount an NTFS partition

2003-03-16 Thread HOUEE Jean-Yves
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.

Re: Ask mount NTFS

2003-03-08 Thread Jeff Kinz
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

Re: Ask mount NTFS

2003-03-08 Thread Benjamin
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

Re: Ask mount NTFS

2003-03-08 Thread Bart SCHELSTRAETE
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

Re: Ask mount NTFS

2003-03-08 Thread Jeff Kinz
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

Re: Ask mount NTFS

2003-03-08 Thread Schelstraete Bart
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

Re: Ask mount NTFS

2003-03-07 Thread Richard S. Crawford
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

Ask mount NTFS

2003-03-07 Thread hendra
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

Re: NTFS Kernel Module

2003-03-02 Thread Michael Schwendt
-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

Re: NTFS Kernel Module

2003-03-02 Thread CM Miller
> > > >>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

Re: NTFS Kernel Module

2003-03-02 Thread Michael Schwendt
-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

Re: NTFS Modules

2003-03-01 Thread Stephen Kuhn
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

Re: NTFS Modules

2003-03-01 Thread Bret Hughes
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

Re: NTFS Modules

2003-03-01 Thread CM Miller
>> 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&#

Re: NTFS Kernel Module

2003-03-01 Thread CM Miller
>>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

Re: NTFS Kernel Module

2003-03-01 Thread Stephen Kuhn
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

Re: NTFS Kernel Module

2003-03-01 Thread Michael Schwendt
-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

Re: NTFS Kernel Module

2003-03-01 Thread nate
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

NTFS Kernel Module

2003-03-01 Thread CM Miller
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

NTFS Module

2003-02-20 Thread CM Miller
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

Re: ntfs

2003-02-17 Thread Mike Vanecek
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

RE: ntfs

2003-02-17 Thread Nick Lindsell
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

RE: ntfs

2003-02-17 Thread Chris Mossner
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

Re: ntfs

2003-02-17 Thread Nick Lindsell
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

ntfs

2003-02-17 Thread Chris Mossner
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Raymundo M. Vega
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Dusty Duke
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Richard S. Crawford
> > >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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Dusty Duke
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Ted Gervais
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Dusty Duke
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Dusty Duke
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Richard S. Crawford
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Ted Gervais
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Raymundo M. Vega
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Richard S. Crawford
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Ted Gervais
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Mike Burger
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread Ted Gervais
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

Re: Mounting HPFS/NTFS Drives

2003-01-21 Thread John Windsor
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

Mounting HPFS/NTFS Drives

2003-01-21 Thread Ted Gervais
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

Re: mount ntfs?

2002-12-12 Thread Christopher Henderson
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

Re: mount ntfs?

2002-12-11 Thread pilip
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

Re: mount ntfs?

2002-12-11 Thread Timothy Johnson
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

Re: mount ntfs?

2002-12-11 Thread Nick Lindsell
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

Re: mount ntfs?

2002-12-11 Thread Hardy Merrill
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

Re: mount ntfs?

2002-12-11 Thread Christopher Henderson
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 >

Re: mount ntfs?

2002-12-11 Thread Nick Lindsell
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.

mount ntfs?

2002-12-11 Thread Christopher Henderson
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

Re: howto write/read an NTFS disc via NFS

2002-10-30 Thread Chang Bin
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

howto write/read an NTFS disc via NFS

2002-10-29 Thread Bjorn.Naessens
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

Re: how to bootdisk + ntfs support

2002-09-30 Thread Edward Dekkers
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

how to bootdisk + ntfs support

2002-09-30 Thread HAULT, Aurelien
Hi, There is a way to make a boot disk with ntfs support ?

Re: ntfs support

2002-09-23 Thread ramakrishna
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

Re: ntfs support

2002-09-21 Thread MST
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

ntfs support

2002-09-21 Thread Tim Arland
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   2   >