Sekarang, seluruh partisi sdb1 sudah dipergunakan dengan format filesystem reiserfs.
STEP 4. Membuat partisi baru sdb2
Tetap menggunakan aplikasi fdisk, kita akan membuat partisi baru dengan starting sectornya adalah ending sector partisi sdb1 dan endingnya adalah sampai sector terakhir.
root@arc:~# fdisk /dev/sdb
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
switch off the mode (command 'c') and change display units to
sectors (command 'u').Command (m for help): u
Changing display/entry units to sectors
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 2
First sector (171721535-234441647, default 171721535):
Using default value 171721535
Last sector, +sectors or +size{K,M,G} (171721535-234441647, default 234441647):
Using default value 234441647Command (m for help): p
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0c690c68Device Boot Start End Blocks Id System
/dev/sdb1 63 171721534 85860736 83 Linux
/dev/sdb2 171721535 234441647 31360056+ 83 LinuxCommand (m for help): w
The partition table has been altered!Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.
root@arc:~#