Find the answer to your Linux question:
Results 1 to 3 of 3
Hey guys, I am running Redhta 5.4 Ent with 32GB of Mem and 6TB of hard drive space. running on a Dell 2950 I had to break up the har ...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    2

    parted and formatting partitions

    Hey guys,
    I am running Redhta 5.4 Ent with 32GB of Mem and 6TB of hard drive space.
    running on a Dell 2950

    I had to break up the har drive into less then 2TB partitions.
    I used the Dell raid utility to create the paritions

    I created 1 parititon to be 800GB Redhat is installed on that parititon.
    I plan to Run Oracle on this server.

    So my question is how do I get the OS to recognize the other 2 x 2TB partitions?
    if I do a df -h all I see is the parititon where RedHat has been installed.

    I am having a heck of a time just formatting it Ext3 on /dev/sdb

    Any help would be greatly appreciated.

    My partition layout is below

    parted) print all

    Model: DELL PERC 6/i (scsi)
    Disk /dev/sda: 805GB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos

    Number Start End Size Type File system Flags
    1 32.3kB 206MB 206MB primary ext3 boot
    2 206MB 68.4GB 68.2GB primary linux-swap
    3 68.4GB 805GB 737GB primary ext3



    Model: DELL PERC 6/i (scsi)
    Disk /dev/sdb: 2097GB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos

    Number Start End Size Type File system Flags



    Model: DELL PERC 6/i (scsi)
    Disk /dev/sdc: 2096GB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos

    Number Start End Size Type File system Flags


    Error: Unable to open /dev/md0 - unrecognised disk label.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    df -h displays details of mounted partitions only.
    What is the outout of fdisk -l command?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Sep 2010
    Posts
    2

    Here is my output

    fdisk -l

    Disk /dev/sda: 805.3 GB, 805306368000 bytes
    255 heads, 63 sectors/track, 97906 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 25 200781 83 Linux
    /dev/sda2 26 8311 66557295 82 Linux swap / Solaris
    /dev/sda3 8312 97906 719671837+ 83 Linux

    Disk /dev/sdb: 2097.1 GB, 2097152000000 bytes
    255 heads, 63 sectors/track, 254964 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System

    WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.


    Disk /dev/sdc: 2095.8 GB, 2095809822720 bytes
    255 heads, 63 sectors/track, 254801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...