Disini, partisi sudah sukses dibuat. Tetapi system Linux/Kernel belum bisa mengenali dan memproses partisi ini. Pada beberapa hardware PC dibutuhkan restart mesin agar system bisa membaca perubahan baru.
Namun, pada beberapa mesin server kelas terbaru, restart tidak lagi dibutuhkan. Linux bisa mengenali perubahan ini langsung.
Ok, sekarang kita lanjut dengan restart system.
root@arc:~# reboot
setelah reboot, kita lanjutkan dengan memformat sdb2 yang telah kita buat:
root@arc:~# mkreiserfs /dev/sdb2
mkreiserfs 3.6.21 (2009 www.namesys.com)
A pair of credits:
Jeremy Fitzhardinge wrote the teahash.c code for V3. Colin Plumb also
contributed to that.Chris Mason wrote the journaling code for V3, which was enormously more useful
to users than just waiting until we could create a wandering log filesystem as
Hans would have unwisely done without him.
Jeff Mahoney optimized the bitmap scanning code for V3, and performed the big
endian cleanups.Guessing about desired format.. Kernel 2.6.33.4 is running.
Format 3.6 with standard journal
Count of blocks on the device: 7840000
Number of blocks consumed by mkreiserfs formatting process: 8451
Blocksize: 4096
Hash function used to sort names: "r5"
Journal Size 8193 blocks (first block 18)
Journal Max transaction length 1024
inode generation number: 0
UUID: b76c8370-6769-4720-b340-efdfe539a1b8
ATTENTION: YOU SHOULD REBOOT AFTER FDISK!
ALL DATA WILL BE LOST ON '/dev/sdb2'!
Continue (y/n):y
Initializing journal - 0%....20%....40%....60%....80%....100%
Syncing..ok
ReiserFS is successfully created on /dev/sdb2.
root@arc:~# mount /dev/sdb2 /mnt/hd/
root@arc:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 6353464 3212968 3140496 51% /
tmpfs 188196 0 188196 0% /dev/shm
/dev/sdb2 31359036 32840 31326196 1% /mnt/hd
root@arc:~# umount /mnt/hd/
DONE.
Selamat mencoba.
REF : - http://en.wikipedia.org/wiki/Cylinder-head-sector
- http://linux.about.com/library/cmd/blcmdl8_resize_reiserfs.htm
- Pengalaman Penulis.
Penulis: Denny Zulfikar
www.excited2try.com