On 06/28/2011 04:31 AM, doiggl@xxxxxxxxxxxxxxxxxx wrote:
Hello, I have some questions. 1. Is there any possibility of speeding up the command proocess # fsck.reiser4 --build-fs /dev/xxx
Yes, such possibility does exist. Fsck can work faster if you have many subvolumes per superblock (currently reiser4 supports only one subvolume per superblock).
Could the metadata be loaded into ram and processed their or is the process entirly disk bound by I/O ?
This is both, CPU and I/O bound. The first one can be improved if we make fsck process all subvolumes in parallel. The second one can be improved if we map subvolumes to different physical (scsi) drives.
2. Also will there a reiser4-for-2.6.39.patch in the future ?
I hope so.. Thanks, Edward. -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html