PlayStation 2: Difference between revisions

From NixOS Wiki
imported>Bignaux
Created page with " == Partitioning == You could use pfsshell == Samba == == FTP transfer == * PC side : PS2 doesn't support TLS, use plain FTP. (tested with filezilla) * PS2 side : You n..."
 
imported>Bignaux
No edit summary
Line 1: Line 1:


== Partitioning ==
== Partitioning HDD ==


You could use pfsshell  
Playstation 2 use PFS filesystem. You could use pfsshell on PC. pfsshell's author advises you to not use it as root.
<syntaxhighlight lang="bash">
# 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
</syntaxhighlight>
== Samba ==
== Samba ==


== FTP transfer ==
== FTP transfer ==
Line 13: Line 45:
* PS2 side :
* PS2 side :


You need to activate hdd (exploring it in uLaunchELF for exemple)
Launch ps2net. You need to activate hdd (exploring it in uLaunchELF for exemple) before ps2net to share it.

Revision as of 06:51, 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

Samba

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 exemple) before ps2net to share it.