ps2homebrew / pfsshell

Browse and edit PFS filesystems on APA-formatted hard drive
GNU General Public License v2.0
95 stars 22 forks source link

added <fstype> argument to mkpart #37

Closed AKuHAK closed 2 years ago

AKuHAK commented 2 years ago

mkpart errors now are more informative #31 clang-format a bit adjusted

Pull Request checklist

Note: these are not necessarily requirements

Pull Request description

Now it will be possible to create other than PFS partitions. Only PFS partitions will be formatted on creation, other partitions should be formatted manually. Also #31 issue taken into account and now pfsshell will print proper error message. mkpart now will have such a syntax:

mkpart __linux.1 1G EXT2
mkpart PP.TEST 128M PFS

Supported list: {PFS, CFS, HDL, REISER, EXT2, EXT2SWAP, MBR}

As always, help command will print all details about all commands.

uyjulian commented 2 years ago

Would you kindly separate the formatting changes so diff is easier to read

AKuHAK commented 2 years ago

Would you kindly separate the formatting changes so diff is easier to read

There are only a few lines changed...