Sorry . This way NOT work due to disk large than 2TB. That is reason I use "parted" instead of "fdisk".
# fdisk /dev/sde
WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted.
The number of cylinders for this disk is set to 382536. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK)
WARNING: The size of this disk is 3.1 TB (3146466197504 bytes). DOS partition table format can not be used on drives for volumes larger than 2.2 TB (2199023255040 bytes). Use parted(1) and GUID partition table format (GPT).
Command (m for help): p
Disk /dev/sde: 3146.4 GB, 3146466197504 bytes 255 heads, 63 sectors/track, 382536 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System /dev/sde1 1 267350 2147483647+ ee EFI GPT
--- 10/12/16 (四),Tommy E Craddock Jr tommy@hivelocity.net 寫道:
寄件者: Tommy E Craddock Jr tommy@hivelocity.net 主旨: Re: [CentOS] use parted to create "raw paration"???? 收件者: "CentOS mailing list" centos@centos.org 日期: 2010年12月16日,四,上午11:21 Hello,
I use fdisk.
fdisk /dev/sde
Hit p to see the list of partitions. Press d to delete a partition. Press n for a new partition.
Hope that helps.
Tommy
On Dec 16, 2010, at 11:12 AM, mcclnx mcc mcclnx@yahoo.com.tw wrote:
we have CENTOS 5.5 on X86. I tried to create a
"raw partition" (NOT FS) on a disk and it continue to show "ext3". How can I get ride of it?
=== procedures=====
# parted /dev/sde GNU Parted 1.8.1 Using /dev/sde Welcome to GNU Parted! Type 'help' to view a list of
commands.
(parted) p
Model: DELL PERC 5/E Adapter (scsi) Disk /dev/sde: 3146GB Sector size (logical/physical): 512B/512B Partition Table: gpt
Number Start End
Size File system Name Flags
1 17.4kB 120GB
120GB primary
2
120GB 240GB 120GB ext3 primary2
(parted) rm 2
(parted) p
Model: DELL PERC 5/E Adapter (scsi) Disk /dev/sde: 3146GB Sector size (logical/physical): 512B/512B Partition Table: gpt
Number Start End
Size File system Name Flags
1 17.4kB 120GB
120GB
(parted) mkpart prm2 120g 240g
(parted) p
Model: DELL PERC 5/E Adapter (scsi) Disk /dev/sde: 3146GB Sector size (logical/physical): 512B/512B Partition Table: gpt
Number Start End
Size File system Name Flags
1 17.4kB 120GB
120GB primary
2
120GB 240GB 120GB ext3 prm2
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos