How to create rawdevices (without LVM)
1. Run command fdisk, example on /dev/sdc partition
# fdisk /dev/sdc
———————
Command (m for help):
———————
2. Create ‘Extended’ partiton for rawdevices
————————————————————————
Command (m for help): n —————> push ‘n’ button to add partition
Command action
e extended
p primary partition (1-4)
e ————————————> push ‘e’ button
Partition number (1-4): 1 ————-> choose 1
First cylinder (1-19448, default 1): –> push enter button
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-19448, default 19448):
—————————————> push enter button
Using default value 19448
Command (m for help):
———————————————————————— 继续阅读