|
这几天研究使用G4D+FIRADISK做RAMOS.感觉确实很爽。虽然有人说FIRADISK比RAMDISK慢,但至少我没这种感觉。IMG镜像载入后几秒钟就可以进入系统了。
我的IMG本来是用NTFS压缩的,再预留些空间给系统分区。为了从网络中载入IMG时能更快些,我打算不预留IMG的空间,而是象PE中的FBWF那样在启动时动态增加系统分区的可用空间。但问题是,我装的FBWF在硬盘系统时正常工作,移到RAM盘系统时却只保护原来的硬盘分区而非RAM盘分区(如果我强制隐藏原先硬盘系统分区则FBWF失效,反正就是不肯保护RAM盘系统)。但为什么别人PE的FBWF又可以正常工作呢?
我的FBWF设置为:
File-based write filter configuration for the current session:
filter state: enabled.
overlay cache data compression state: enabled.
overlay cache threshold: 64 MB.
overlay cache pre-allocation: disabled.
size display: virtual mode.
protected volume list:
\Device\HarddiskVolume1
write through list of each protected volume:
\Device\HarddiskVolume1: (none) |
|