ps2homebrew / pfsshell

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

Error mounting partition #20

Closed israpps closed 3 years ago

israpps commented 3 years ago

the commands entered: device \.\PHYSICALDRIVE1 mkpart common 128 mount common

program output: pfs: Error: Invalid magic/version (!) hdd0:__common: Input/output error. (!) Exit code is -5.

windows 10 64 bit hdd (320gb) conected with USB adapter pfsshell 1.1.1 downloaded from this repository (executed as administrator of course)

Darkshadow2 commented 3 years ago

After mkpart you need to do mkfs on the partition to initialize it.

israpps commented 3 years ago

it fixed the problems for partitions made on the program but it also happens in partitions created in ulaunchelf 4.43a 41e4ebe

uyjulian commented 3 years ago

You need to format the partition before you can use them. If you just create the partition, it will not be formatted.