[root@rac1 ~]# ls -ls /dev/sd*
0 brw-rw----. 1 root disk 8, 0 2014-06-06 23:32 /dev/sda
0 brw-rw----. 1 root disk 8, 1 2014-06-06 23:32 /dev/sda1
0 brw-rw----. 1 root disk 8, 2 2014-06-06 23:32 /dev/sda2
0 brw-rw----. 1 root disk 8, 16 2014-06-06 23:32 /dev/sdb
0 brw-rw----. 1 root disk 8, 32 2014-06-06 23:32 /dev/sdc
0 brw-rw----. 1 root disk 8, 48 2014-06-06 23:32 /dev/sdd
0 brw-rw----. 1 root disk 8, 64 2014-06-06 23:32 /dev/sde
0 brw-rw----. 1 root disk 8, 80 2014-06-06 23:32 /dev/sdf
0 brw-rw----. 1 root disk 8, 96 2014-06-06 23:32 /dev/sdg
0 brw-rw----. 1 root disk 8, 112 2014-06-06 23:32 /dev/sdh
[root@rac1 sf_oracle]# fdisk -c /dev/sdb
WARNING: cylinders as display units are deprecated. Use command 'u' to
change units to sectors.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-652, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652):
Using default value 652
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@rac1 sf_oracle]# fdisk -c /dev/sdc
WARNING: cylinders as display units are deprecated. Use command 'u' to
change units to sectors.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-652, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652):
Using default value 652
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@rac1 sf_oracle]# fdisk -c /dev/sdd
WARNING: cylinders as display units are deprecated. Use command 'u' to
change units to sectors.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-652, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652):
Using default value 652
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@rac1 sf_oracle]# fdisk -c /dev/sde
WARNING: cylinders as display units are deprecated. Use command 'u' to
change units to sectors.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-652, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652):
Using default value 652
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@rac1 sf_oracle]# fdisk -c /dev/sdf
WARNING: cylinders as display units are deprecated. Use command 'u' to
change units to sectors.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-652, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652):
Using default value 652
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@rac1 sf_oracle]# fdisk -c /dev/sdg
WARNING: cylinders as display units are deprecated. Use command 'u' to
change units to sectors.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-652, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652):
Using default value 652
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@rac1 sf_oracle]# fdisk -c /dev/sdh
WARNING: cylinders as display units are deprecated. Use command 'u' to
change units to sectors.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-652, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652):
Using default value 652
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@rac1 sf_oracle]# ls -ls /dev/sd*
0 brw-rw----. 1 root disk 8, 0 2014-06-06 23:32 /dev/sda
0 brw-rw----. 1 root disk 8, 1 2014-06-06 23:32 /dev/sda1
0 brw-rw----. 1 root disk 8, 2 2014-06-06 23:32 /dev/sda2
0 brw-rw----. 1 root disk 8, 16 2014-06-06 23:50 /dev/sdb
0 brw-rw----. 1 root disk 8, 17 2014-06-06 23:50 /dev/sdb1
0 brw-rw----. 1 root disk 8, 32 2014-06-06 23:52 /dev/sdc
0 brw-rw----. 1 root disk 8, 33 2014-06-06 23:52 /dev/sdc1
0 brw-rw----. 1 root disk 8, 48 2014-06-06 23:52 /dev/sdd
0 brw-rw----. 1 root disk 8, 49 2014-06-06 23:52 /dev/sdd1
0 brw-rw----. 1 root disk 8, 64 2014-06-06 23:52 /dev/sde
0 brw-rw----. 1 root disk 8, 65 2014-06-06 23:52 /dev/sde1
0 brw-rw----. 1 root disk 8, 80 2014-06-06 23:52 /dev/sdf
0 brw-rw----. 1 root disk 8, 81 2014-06-06 23:52 /dev/sdf1
0 brw-rw----. 1 root disk 8, 96 2014-06-06 23:53 /dev/sdg
0 brw-rw----. 1 root disk 8, 97 2014-06-06 23:53 /dev/sdg1
0 brw-rw----. 1 root disk 8, 112 2014-06-06 23:53 /dev/sdh
0 brw-rw----. 1 root disk 8, 113 2014-06-06 23:53 /dev/sdh1 |