资 源 简 介
A hard disk image builder for my "Peter file system"
Download
https://www.dropbox.com/s/do0ygc4z9dbxlwx/PFSBuilder-20140619.jar
Tutorial
http://peter.kingofcoders.com/?p=1399
How to run ?
PFSBuilder support GUI mode and command-line mode
Run in command line
you can add some command line parameters when execute PFSBuilder, if want to generate a PFS image from directory dir1 and a project file (which record all the file permissions, owner), you can execute PFSBuilder like this:
java -jar PFSBuilder.jar -projectFile=project.ini -directory=dir1 -output=harddisk -partitionName="peter file system 90MB" -partitionSize=94371840 -partitionOffset=10485760 -blocksize=4096
The above will generate a output image, called "harddisk" using the directory "dir1" with the project file "project.ini". The project.ini is used to store the permission of each