Getting Started Guide

Oracle RAC 安装准备共享存储 63
在主分区上调整条带元素大小
要使用
fdisk
公用程序调整磁盘分,请执行以下步骤:
注:本文定要对齐的磁盘已包含。如果要创建,请遵
60 上的“共享磁盘进行分”中的步骤。
小心:在运行
Linux
操作系统的系统中,请在将数据写入到卷之前对齐分
区表。未遵循预防措施可能导致卷上的所有数据损坏。
在命令提示入:
1 #> fdisk -u /dev/<
_
设备 >
其中
<
_
设备
>
是您要调整的名称。例如,如果
/dev/mapper/db
,则入:
fdisk /dev/mapper/db
系统显示以下信
The number of cylinders for this disk is set to
8782.(此磁盘的磁柱数量设置为 8782。) There is nothing
wrong with that, but this is larger than 1024, and
could in certain setups cause problems with: (这并
没有问题,但由于该值大于 1024,因此可能会在特定设置中导致
以下问题:)
1)software that runs at boot time (e.g., old
versions of LILO) (在引导时运行的软件
[
例如,旧版本的
LILO] 出现问题)
2)booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK) (从其它操作系统引导和分
区软件
[
例如, DOS FDISK OS/2 FDISK]
a.Command (m for help): x # To enter the expert
Mode Command [m for help]: x # 进入专家模式)
b.Expert command (m for help): b # To move
beginning of data in a partition Expert command
[m for help]: b # 移至分区数据的开头)