Re: ext3 howto

2001-08-28 Thread John Foster
Wayne,

Can you expand on make menuconfig will not run very well...

I've never had any problems, just wondering what the issues are...

or am I missing something very simple?

John

Wayne Topa wrote:

 Subject: ext3 howto
 Date: Mon, Aug 27, 2001 at 11:16:28PM +

 In reply to:Rajesh Fowkar

 Quoting Rajesh Fowkar([EMAIL PROTECTED]):
  Hi,
 
  I have posted a mini-howto from my experiences in converting from ext2 to
  ext3 file system on my Debian 2.2 R-3 machine. Do have a look at it and let
  me know if any corrections needed or something can be added to make it even
  better.
 
  My site address is :
 
  http://www.symonds.net/~rajesh/

 Might I suggest that you add something to Section 5. Get, Set, Go...

 Make menuconfig will not run very well from the /usr/src directory.
 You might like to add a cd linux, or cd kernel line before the make
 menuconfig.
 --
 APL is a write-only language.  I can write programs in APL, but I
 can't read any of them.
 -- Roy Keir
 ___

 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ext3 howto

2001-08-28 Thread Eduard Bloch
#include hallo.h
Wayne Topa wrote on Mon Aug 27, 2001 um 09:00:06PM:

  http://www.symonds.net/~rajesh/
 
 Might I suggest that you add something to Section 5. Get, Set, Go...

You can get an precompiled kernel package with ext3 support from the
Debian archive.

debian/pool/main/k/kernel-image-2.2.19-udma100-ext3-i386/

Gruss/Regards,
Eduard.
-- 
NT ist auch ein UNIX - es ist ja schließlich in C geschrieben.
-- Compaq Techsupport Hotline



Re: ext3 howto

2001-08-28 Thread Rajesh Fowkar
Wayne Topa saw fit to inform me that: 
   Subject: ext3 howto
   Date: Mon, Aug 27, 2001 at 11:16:28PM +

In reply to:Rajesh Fowkar

Quoting Rajesh Fowkar([EMAIL PROTECTED]):
 Hi,
 
 I have posted a mini-howto from my experiences in converting from ext2 to
 ext3 file system on my Debian 2.2 R-3 machine. Do have a look at it and let
 me know if any corrections needed or something can be added to make it even
 better.
 
 My site address is :
 
 http://www.symonds.net/~rajesh/

Might I suggest that you add something to Section 5. Get, Set, Go...

Make menuconfig will not run very well from the /usr/src directory.
You might like to add a cd linux, or cd kernel line before the make
menuconfig.

Thanks Wayne for pointing out the error. Sorry, gof on my part :-)
Rectified.

Warm Regards

-- 

Rajesh Fowkar   [EMAIL PROTECTED]
Kurtarkar Nagari,Bldg-C,T4, http://www.symonds.net/~rajesh/
Santacruz,Ponda-Goa-403401-INDIAPowered By : Debian GNU/Linux 2.2 R-3
Kernel 2.4.9(ext3), Mutt 1.3.20i, IceWM
Silence is the true friend that never betrays. - Confucious




Re: ext3 howto

2001-08-28 Thread Rajesh Fowkar
Raghavendra Bhat saw fit to inform me that: 
[Tue, Aug 28, 2001 at 01:49:46AM +] Rajesh Fowkar :

 Hall Stevenson saw fit to inform me that: 
 You want to make sure that copying and pasting *most* 
 of your HOWTO from this page
 If this has hurt somebody than I apologise.


No, not at all.  It is that some guys who post, may not 
have read 'between the lines'. ;-)  More than hurting, 
I could move over to ext3 thanks to your HOWTO.

Nice to know that Ragoo.


BTW, Boot floppies - Blade's Special Edition at:

http://people.debian.org/~blade/bf-ext3 

Thanks for the link.



Enjoy the transition... 
Enjoy :-)

Warm Regards

-- 

Rajesh Fowkar   [EMAIL PROTECTED]
Kurtarkar Nagari,Bldg-C,T4, http://www.symonds.net/~rajesh/
Santacruz,Ponda-Goa-403401-INDIAPowered By : Debian GNU/Linux 2.2 R-3
Kernel 2.4.9(ext3), Mutt 1.3.20i, IceWM
Silence is the true friend that never betrays. - Confucious




Re: ext3 howto

2001-08-28 Thread Wayne Topa

Subject: Re: ext3 howto
Date: Wed, Aug 29, 2001 at 02:25:39AM +1000

In reply to:John Foster

Quoting John Foster([EMAIL PROTECTED]):
 Wayne,
 
 Can you expand on make menuconfig will not run very well...
 
 I've never had any problems, just wondering what the issues are...
 
 or am I missing something very simple?
 
 John

You never had a problem running 'make menuconfig' while you were in
the /usr/src directory?  You must be doing something different then I
am John.

  I am old fashioned, I put my kernel sources into a directory in
/usr/src ( /usr/src/kernel-2.x.x) and then symlink them to
/usr/src/linux. So if I was in /usr/src and did make menuconfig,
I wouldn't get very far compiling a kernel.

 Do you do it differently?

 Best Regards

 Wayne
-- 
You don't have to know how the computer works, just how to work the
computer.
___



Re: ext3 howto

2001-08-27 Thread Hall Stevenson
 I have posted a mini-howto from my experiences in
 converting from ext2 to ext3 file system on my
 Debian 2.2 R-3 machine. Do have a look at it and let
 me know if any corrections needed or something can
 be added to make it even better.

You want to make sure that copying and pasting *most* of your
HOWTO from this page,
http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html,
worked okay ?? Sorry, either you copied it or you were
thinking exactly like the person who wrote the steps on the
'official' ext3 patch site were.

Examples:

The ext3 site:

An ext2 filesystem maybe converted to ext3 by creating a
journal file on it.  To do this, run

tune2fs -j /dev/hdXX

on the target filesystem.  The filesystem is now ext3!  Note
that the filesystem need not be unmounted for this operation.


Yours:

An ext2 filesystem maybe converted to ext3 by creating a
journal file on it.  To do this, run

tune2fs -j /dev/hdXX

on the target filesystem.  The filesystem is now ext3! Note
that the filesystem need not be unmounted for this operation.

There's more...

Hall



Re: Re: ext3 howto

2001-08-27 Thread Hereward Cooper
 You want to make sure that copying and pasting *most* of your
 HOWTO from this page,
 http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html,
 worked okay ?? Sorry, either you copied it or you were
 thinking exactly like the person who wrote the steps on the
 'official' ext3 patch site were.

I thought i read it somewhere else before.

Hereward



Re: ext3 howto

2001-08-27 Thread ktb
On Mon, Aug 27, 2001 at 02:52:47PM -0400, Hall Stevenson wrote:
  I have posted a mini-howto from my experiences in
  converting from ext2 to ext3 file system on my
  Debian 2.2 R-3 machine. Do have a look at it and let
  me know if any corrections needed or something can
  be added to make it even better.
 
 You want to make sure that copying and pasting *most* of your
 HOWTO from this page,
 http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html,
 worked okay ?? Sorry, either you copied it or you were
 thinking exactly like the person who wrote the steps on the
 'official' ext3 patch site were.
 
snip

He does acknowledge the fact that he copied the text in question
in section 7 Further Reading.
kent




Re: ext3 howto

2001-08-27 Thread Rajesh Fowkar
Hall Stevenson saw fit to inform me that: 
 I have posted a mini-howto from my experiences in
 converting from ext2 to ext3 file system on my
 Debian 2.2 R-3 machine. Do have a look at it and let
 me know if any corrections needed or something can
 be added to make it even better.

You want to make sure that copying and pasting *most* of your
HOWTO from this page,
http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html,
worked okay ?? Sorry, either you copied it or you were
thinking exactly like the person who wrote the steps on the
'official' ext3 patch site were.

Yes. Some part I have just copied and pasted it from the above site and I
think I have mentioned about it too in the howto. 


Examples:

The ext3 site:

An ext2 filesystem maybe converted to ext3 by creating a
journal file on it.  To do this, run

tune2fs -j /dev/hdXX

on the target filesystem.  The filesystem is now ext3!  Note
that the filesystem need not be unmounted for this operation.


Yours:

An ext2 filesystem maybe converted to ext3 by creating a
journal file on it.  To do this, run

tune2fs -j /dev/hdXX

on the target filesystem.  The filesystem is now ext3! Note
that the filesystem need not be unmounted for this operation.

You are spot on. Yes. That is copy paste, but I thought the above
explaination is the best one. Is there any point in my changes few words
here and there just to say it is my howto. No. That is the reason.

Look at the last link in the howto there I have clearly mentioned about
this and I have even given the above link too. I have just added few things 
about kernel compilation and you can say rather than the one page I have 
organised it a little bit.

If this has hurt somebody than I apologise.

Bye bye.


-- 

Rajesh Fowkar   [EMAIL PROTECTED]
Kurtarkar Nagari,Bldg-C,T4, http://www.symonds.net/~rajesh/
Santacruz,Ponda-Goa-403401-INDIAPowered By : Debian GNU/Linux 2.2 R-3
Kernel 2.4.9(ext3), Mutt 1.3.20i, IceWM
Silence is the true friend that never betrays. - Confucious




Re: ext3 howto

2001-08-27 Thread Wayne Topa

Subject: ext3 howto
Date: Mon, Aug 27, 2001 at 11:16:28PM +

In reply to:Rajesh Fowkar

Quoting Rajesh Fowkar([EMAIL PROTECTED]):
 Hi,
 
 I have posted a mini-howto from my experiences in converting from ext2 to
 ext3 file system on my Debian 2.2 R-3 machine. Do have a look at it and let
 me know if any corrections needed or something can be added to make it even
 better.
 
 My site address is :
 
 http://www.symonds.net/~rajesh/

Might I suggest that you add something to Section 5. Get, Set, Go...

Make menuconfig will not run very well from the /usr/src directory.
You might like to add a cd linux, or cd kernel line before the make
menuconfig.
-- 
APL is a write-only language.  I can write programs in APL, but I
can't read any of them.
-- Roy Keir
___



Re: ext3 howto

2001-08-27 Thread Raghavendra Bhat
[Tue, Aug 28, 2001 at 01:49:46AM +] Rajesh Fowkar :

 Hall Stevenson saw fit to inform me that: 
 You want to make sure that copying and pasting *most* 
 of your HOWTO from this page
 If this has hurt somebody than I apologise.


No, not at all.  It is that some guys who post, may not 
have read 'between the lines'. ;-)  More than hurting, 
I could move over to ext3 thanks to your HOWTO.

BTW, Boot floppies - Blade's Special Edition at:

http://people.debian.org/~blade/bf-ext3 


Enjoy the transition... 

-- 
GPG: 1024D/F1624A6E  ragOO, VU2RGU
Helping to keep the  Air-Waves FREE Amateur Radio
Helping to keep your Software  FREE   the GNU Project
Helping to keep the  W W W FREE  Debian GNU/${kernel}