root@arc:~# reiserfsck /dev/sdb1
reiserfsck 3.6.21 (2009 www.namesys.com)
*************************************************************
** If you are using the latest reiserfsprogs and it fails **
** please email bug reports to reiserfs-list@namesys.com, **
** providing as much information as possible -- your **
** hardware, kernel, patches, settings, all reiserfsck **
** messages (including version), the reiserfsck logfile, **
** check the syslog file for any related information. **
** If you would like advice on using this program, support **
** is available for $25 at www.namesys.com/support.html. **
*************************************************************
Will read-only check consistency of the filesystem on /dev/sdb1
Will put log info to 'stdout'
Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes
###########
reiserfsck --check started at Mon Dec 20 02:08:31 2010
###########
Replaying journal: Done.
Reiserfs journal '/dev/sdb1' in blocks [18..8211]: 0 transactions replayed
Checking internal tree.. finished
Comparing bitmaps..finished
Checking Semantic tree:
finished
No corruptions found
There are on the filesystem:
Leaves 21848
Internal nodes 150
Directories 26963
Other files 49887
Data block pointers 16798005 (29144 of them are zero)
Safe links 0
###########
reiserfsck finished at Mon Dec 20 02:11:03 2010
###########
root@arc:~#
Selamat! Anda sudah berhasil me-resize filesystem dan partisi Reiserfs. :)
OPTIONAL
Anda bisa me-resize agar filesystem di sdb1 menggunakan seluruh partisi sdb1 (termasuk alokasi 100MB) yang kita persiapkan di awal:
root@arc:~# resize_reiserfs /dev/sdb1
resize_reiserfs 3.6.21 (2009 www.namesys.com)
ReiserFS report:
blocksize 4096
block count 21465184 (21440240)
free blocks 4665459 (4640516)
bitmap block count 656 (655)Syncing..done
resize_reiserfs: Resizing finished successfully.
root@arc:~#
root@arc:~# mount /dev/sdb1 /mnt/hd/
root@arc:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 6353464 3212912 3140552 51% /
tmpfs 188196 0 188196 0% /dev/shm
/dev/sdb1 85858108 67196272 18661836 79% /mnt/hd
root@arc:~# umount /mnt/hd/