Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> AW: Partitions in RH AS 2.1

AW: Partitions in RH AS 2.1

From: Kulev, Milen <Milen.Kulev_at_BusinessMart.de>
Date: Mon, 25 Aug 2003 01:07:34 -0800
Message-ID: <F001.005CCF16.20030825010734@fatcity.com>


Hi Tanel & Ramon,
It is better to use ext3 on Linux /"fsck" time at startup of OS is much, much shorter; ) / .There is no mke3fs on Linux, which I am aware of. Instead, use mke2fs with "-j" option /"-j" stands for journaling/' For more details about "-j" option , see "man mke2fs". Be sure that "ext3" module for ext3 filesystem ist loaded (type "lsmod") /on RHAS 2.1 normally it is /. If not -> "insmod ext3" .Then try to mount to partitions with "mount - t ext3 /dev/device /mntpount".  

HTH. Milen

-----Ursprüngliche Nachricht-----
Von: Tanel Poder [mailto:tanel.poder.003_at_mail.ee] Gesendet: Samstag, 23. August 2003 13:14 An: Multiple recipients of list ORACLE-L Betreff: Re: Partitions in RH AS 2.1

Hi!  

IIRC, the command for formatting was mke2fs for making ext2 fs (is there an mke3fs as well?). mount -t ext2 /dev/device /mnt/directory mounts ext2 type device named "device" to given directory  

Tanel.

Hi list,

New in linux.

I configured a RAID 0 in a Dell Server and installed RH AS 2.1. Now as a result I have a /dev/sda4 of 200 GB. I used fdisk and made 3 partitions that became /dev/sda9, /dev/sda10, /dev/sda11. Now I want to make the file systems and mount the partitions and haven't been able to do it.

Any help would be appreciated.

TIA Ramon E. Estevez
restevez_at_blh.com.do
809-535-8994

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Kulev, Milen
  INET: Milen.Kulev_at_BusinessMart.de

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Aug 25 2003 - 04:07:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US