Re: [Re: How to add ntfs support]

2001-05-26 Thread David Woodhouse
[EMAIL PROTECTED] said: > So you are constructing a improved NTFS file driver. So > when you have to check your written codes of file driver, will u > recompile the whole kernel ? . That is what I am asking. I am in a way > to build a new file system. In general, it is not

Re: [Re: How to add ntfs support]

2001-05-26 Thread David Woodhouse
[EMAIL PROTECTED] said: So you are constructing a improved NTFS file driver. So when you have to check your written codes of file driver, will u recompile the whole kernel ? . That is what I am asking. I am in a way to build a new file system. In general, it is not necessary

Re: [Re: How to add NTFS support]

2001-05-25 Thread Anton Altaparmakov
Hi, At 05:40 25/05/2001, Blesson Paul wrote: >So you are constructing a improved NTFS file driver. So when you have to >check your written codes of file driver, will u recompile the whole kernel >? . That is what I am asking. I am in a way to build a new file system. >I took NTFS as a sample

Re: [Re: How to add NTFS support]

2001-05-25 Thread Anton Altaparmakov
Hi, At 05:40 25/05/2001, Blesson Paul wrote: So you are constructing a improved NTFS file driver. So when you have to check your written codes of file driver, will u recompile the whole kernel ? . That is what I am asking. I am in a way to build a new file system. I took NTFS as a sample one.

Re: [Re: How to add ntfs support]

2001-05-24 Thread Blesson Paul
Hi Anton So you are constructing a improved NTFS file driver. So when you have to check your written codes of file driver, will u recompile the whole kernel ? . That is what I am asking. I am in a way to build a new file system. I took NTFS as a sample one. I thought , I will first

Re: How to add ntfs support

2001-05-24 Thread Anton Altaparmakov
At 12:01 24/05/01, David Woodhouse wrote: >[EMAIL PROTECTED] said: > > > I want to know , is there any method to register ntfs file system > > > without recompiling the whole kernel > > > No, it is not possible to not recompile the kernel if NTFS was {not} > > configured. > >Is it not possible to

Re: How to add ntfs support

2001-05-24 Thread David Woodhouse
[EMAIL PROTECTED] said: > > I want to know , is there any method to register ntfs file system > > without recompiling the whole kernel > No, it is not possible to not recompile the kernel if NTFS was {not} > configured. Is it not possible to build NTFS as a module? -- dwmw2 - To

Re: How to add ntfs support

2001-05-24 Thread Anton Altaparmakov
At 09:20 24/05/2001, Blesson Paul wrote: > I have redhat6.2. I have to add ntfs support to it(defaultly >it do not have). I know to do it by changing the configuration and >recompiling the whole kernel. I want to know , is there any method to >register ntfs file system without

Re: How to add NTFS support

2001-05-24 Thread Anton Altaparmakov
At 09:20 24/05/2001, Blesson Paul wrote: > I have redhat6.2. I have to add ntfs support to it(defaultly >it do not have). I know to do it by changing the configuration and >recompiling the whole kernel. I want to know , is there any method to >register ntfs file system without

Re: How to add NTFS support

2001-05-24 Thread Anton Altaparmakov
At 09:20 24/05/2001, Blesson Paul wrote: I have redhat6.2. I have to add ntfs support to it(defaultly it do not have). I know to do it by changing the configuration and recompiling the whole kernel. I want to know , is there any method to register ntfs file system without

Re: How to add ntfs support

2001-05-24 Thread Anton Altaparmakov
At 09:20 24/05/2001, Blesson Paul wrote: I have redhat6.2. I have to add ntfs support to it(defaultly it do not have). I know to do it by changing the configuration and recompiling the whole kernel. I want to know , is there any method to register ntfs file system without

Re: How to add ntfs support

2001-05-24 Thread David Woodhouse
[EMAIL PROTECTED] said: I want to know , is there any method to register ntfs file system without recompiling the whole kernel No, it is not possible to not recompile the kernel if NTFS was {not} configured. Is it not possible to build NTFS as a module? -- dwmw2 - To unsubscribe

Re: How to add ntfs support

2001-05-24 Thread Anton Altaparmakov
At 12:01 24/05/01, David Woodhouse wrote: [EMAIL PROTECTED] said: I want to know , is there any method to register ntfs file system without recompiling the whole kernel No, it is not possible to not recompile the kernel if NTFS was {not} configured. Is it not possible to build NTFS as

Re: [Re: How to add ntfs support]

2001-05-24 Thread Blesson Paul
Hi Anton So you are constructing a improved NTFS file driver. So when you have to check your written codes of file driver, will u recompile the whole kernel ? . That is what I am asking. I am in a way to build a new file system. I took NTFS as a sample one. I thought , I will first