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. | ||