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 ...
- 09-12-2010 #1Just 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.
- 09-13-2010 #2
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
- 09-13-2010 #3Just 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


Reply With Quote