Noam Rathaus | 1 Oct 21:26

RedHat 7.3 compatible format

Hi,

I tried formatting a new HD for our existing RedHat 7.3 OS and it complains 
that the ext3 has incompatible ext3 flags, any ideas how to format using 'old 
ext3'?

(I am forced to format this disk inside a Debian OS)

--

-- 
Noam Rathaus
CTO
noamr@...
http://www.beyondsecurity.com

"Know that you are safe."

Beyond Security Finalist for the "Red Herring 100 Global" Awards 2007

=================================================================
To unsubscribe, send mail to linux-il-request@... with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@...

Hetz Ben Hamo | 1 Oct 21:51
Picon

Re: RedHat 7.3 compatible format

Shana Tova,

If I'm not mistaken, you have 2 choices:

1. Format the hard drive to EXT2.
2. Upgrade to the latest 2.6.x kernel (maybe 2.4.x  kernel has the
same support for ext3, donno), and build e2fsprogs package
(http://e2fsprogs.sourceforge.net/). After that, format the disk to
ext3.

Hope this helps,
Hetz

On Wed, Oct 1, 2008 at 10:30 PM, Noam Rathaus
<noamr@...> wrote:
>
> Hi,
>
> I tried formatting a new HD for our existing RedHat 7.3 OS and it complains
> that the ext3 has incompatible ext3 flags, any ideas how to format using 'old
> ext3'?
>
> (I am forced to format this disk inside a Debian OS)
>
> --
> Noam Rathaus
> CTO
> noamr@...
> http://www.beyondsecurity.com
>
(Continue reading)

Re: RedHat 7.3 compatible format

On Wed, Oct 01, 2008 at 10:51:34PM +0300, Hetz Ben Hamo wrote:
>Shana Tova,
>
>If I'm not mistaken, you have 2 choices:
>
>1. Format the hard drive to EXT2.
>2. Upgrade to the latest 2.6.x kernel (maybe 2.4.x  kernel has the
>same support for ext3, donno), and build e2fsprogs package
>(http://e2fsprogs.sourceforge.net/). After that, format the disk to
>ext3.

	:~>df -T
	Filesystem    Type   1k-blocks      Used Available Use% Mounted on
	/dev/hda3     ext3    38433100  28964332   7516472  80% /
	/dev/hda1     ext3      101086     30920     64947  33% /boot
	/dev/hdb1     ext3    38998952  31429536   5615512  85% /mnt/diskb
	:~>uname -r
	2.4.34

This is from a RedHat 7.2 system that has been upgraded over the years. The
only thing original is the file that says which version it is. :-)

Note that if you do have to boot from a CD-ROM to rescue the system, it
will have to be RedHat 9 in order to access the ext3 file systems.

Geoff.

--

-- 
Geoffrey S. Mendelson, Jerusalem, Israel gsm@...  N3OWJ/4X1GM

(Continue reading)

Shahar Tamir | 2 Oct 07:47

Re: RedHat 7.3 compatible format

On Wednesday 01 October 2008, 22:30, Noam Rathaus wrote:
> Hi,
> 
> I tried formatting a new HD for our existing RedHat 7.3 OS and it complains 
> that the ext3 has incompatible ext3 flags, any ideas how to format using 'old 
> ext3'?
> 
> (I am forced to format this disk inside a Debian OS)
> 

It might be the inode size - the man page on my Debian says the default is 256 bytes, and that 2.4 kernels won't
mount a filesystem with inodes larger than 128.
try adding -I 128 to the mke2fs flags.

Shahar

=================================================================
To unsubscribe, send mail to linux-il-request@... with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@...


Gmane