PlayStation 2: Difference between revisions
imported>Bignaux No edit summary |
imported>Bignaux No edit summary |
||
Line 35: | Line 35: | ||
0x0100 1024MB __common | 0x0100 1024MB __common | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== install FHDB (Free HDBoot) === | |||
Alternatively you could simply use an image disc with dd ( as windows people use HDDGURU: HDD Raw Copy Tool) , for example FHDB image disc ( like https://www.ps2-home.com/forum/download/file.php?id=12450 ) , that way you can use homebrews too : | |||
<syntaxhighlight lang="bash"> | |||
dd if=FHDB.img of=/dev/sdb status=progress | |||
</syntaxhighlight> | |||
FHDB is slower than FMCB but you can use it to install FMCB. | |||
== Samba == | == Samba == | ||
works fine - example soon. | |||
== FTP transfer == | == FTP transfer == | ||
Line 45: | Line 57: | ||
* PS2 side : | * PS2 side : | ||
Launch ps2net. You need to activate hdd (exploring it in uLaunchELF for | Launch ps2net. You need to activate hdd (exploring it in uLaunchELF for example) before ps2net to share it. |
Revision as of 11:25, 3 February 2020
Partitioning HDD
Playstation 2 use PFS filesystem. You could use pfsshell on PC. pfsshell's author advises you to not use it as root.
# chown myuser /dev/sdb
$ pfsshell
pfsshell for POSIX systems
https://github.com/uyjulian/pfsshell
This program uses pfs, apa, iomanX,
code from ps2sdk (https://github.com/ps2dev/ps2sdk)
Type "help" for a list of commands.
> device /dev/sdb
hdd: PS2 APA Driver v2.5 (c) 2003 Vector
hdd: max open = 1, 3 buffers
hdd: 07:13:40 02/03/2020
hdd: disk0: 0x06fccf2f sectors, max 0x00200000
hdd: checking log...
hdd: drive status 0, format version 00000002
hdd: version 0000 driver start.
pfs Playstation Filesystem Driver v2.2
ps2fs: (c) 2003 Sjeep, Vector and Florin Sasu
pfs Max mount: 1, Max open: 1, Number of buffers: 10
pfs version 0000 driver start.
# initialise yes
# ls
0x0001 128MB __mbr
0x0100 128MB __net
0x0100 256MB __system
0x0100 512MB __sysconf
0x0100 1024MB __common
install FHDB (Free HDBoot)
Alternatively you could simply use an image disc with dd ( as windows people use HDDGURU: HDD Raw Copy Tool) , for example FHDB image disc ( like https://www.ps2-home.com/forum/download/file.php?id=12450 ) , that way you can use homebrews too :
dd if=FHDB.img of=/dev/sdb status=progress
FHDB is slower than FMCB but you can use it to install FMCB.
Samba
works fine - example soon.
FTP transfer
- PC side :
PS2 doesn't support TLS, use plain FTP. (tested with filezilla)
- PS2 side :
Launch ps2net. You need to activate hdd (exploring it in uLaunchELF for example) before ps2net to share it.