Re: creating ext3 partition

2003-01-03 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 3 Jan 2003 13:44:01 +0530, [EMAIL PROTECTED] wrote: > This command (mkfs -t ext3 etc...) works fine on my system (Red Hat > 7.1 , e2fsprogs 1.28, kernel 2.5.6). Perhaps ext3fs support is not Hah, you're funny. e2fsprogs is not Red Hat Linux

RE: creating ext3 partition

2003-01-03 Thread brain_damage
Hi ! This command (mkfs -t ext3 etc...) works fine on my system (Red Hat 7.1 , e2fsprogs 1.28, kernel 2.5.6). Perhaps ext3fs support is not compiled in ur e2fsprogs.If u get "filesystem not supported " then it is not compiled in ur kernel (that is less probable coz most current distros 've ext3

Re: creating ext3 partition

2003-01-02 Thread dbrett
Thanks for everybodies help. This fixed the problem. As was kindly pointed out to me. The information I had was good for 7.3 not 7.2. I tested this as well and it works, if the partition is already set-up for ext2. tune2fs -j /dev/hdb1 Thanks again to everybody. david On Thu, 2 Jan 2003, ga

Re: creating ext3 partition

2003-01-02 Thread Michael Schwendt
On Thu, 2 Jan 2003 17:11:04 -0500 (EST), dbrett wrote: > I guess I should have found the command. The command I have learned > to use is mkfs. It does not have -j option. Then to compound the > problem the Red Hat web page says to do exactly what I thought as > well: mkfs -t ext3 /dev/hdb1 as w

Re: creating ext3 partition

2003-01-02 Thread dbrett
Hi Irvine I guess I should have found the command. The command I have learned to use is mkfs. It does not have -j option. Then to compound the problem the Red Hat web page says to do exactly what I thought as well: mkfs -t ext3 /dev/hdb1 as well. http://www.redhat.com/docs/manuals/linux/RHL-7.

Re: creating ext3 partition

2003-01-02 Thread Irvine Russell
dbrett kirjoitti 02.01.2003 kello 22:04: > I am trying to create a new partition on a new hard drive installed on > RH7.2 system > > When I run the command: > /sbin/mkfs -t ext3 /dev/hdb1 Read the man page for mke2fs. If you use the -j option it creates an ext3 filesystem. I suppose the command c

Re: creating ext3 partition

2003-01-02 Thread Chinmay Nadkarni
I believe that you can create an ext2 partition, and then convert it to ext3 using tune2fs. I have tried this a while ago, and I dont remember havign any issues. tune2fs -j /dev/hdb1 - Chinmay. dbrett wrote: I am trying to create a new partition on a new hard drive installed on RH7.2 system

Re: creating ext3 partition

2003-01-02 Thread gabriel
On January 2, 2003 03:04 pm, dbrett wrote: > I am trying to create a new partition on a new hard drive installed on > RH7.2 system > > When I run the command: > /sbin/mkfs -t ext3 /dev/hdb1 > > It fails because it cannot find mkfs.ext3. > > The problem I have is it can create ext2 partition. It cr