Page 1 of 1

Using the HDD in development

Posted: Mon Oct 03, 2005 8:41 am
by peskanov
Hello there; I am working on a PC game port. We want to make a minimal port of the game as a demo for publishers, working just with the ps2dev.org tools.
Right now we are loading data files from the ethernet, using ps2client, but the process is too slow.
So we buyed some Seagate 80 GB harddrives for storing the data files of our game.

Now, the problem is that ps2client seems to work just partially with the HDD. I can use HDD-FRMT, and then send a "dir" command using ps2client, but copying or formating doesn't work. It seems both use PFS so I don't know what's the problem.

I am bit lost, I would like to know how do you store your data in the HDD, which tools do you use. I have searched the forum, but I had no luck.

Thanks in advance.

BTW, I have DMS4 V1.0 Pro, with ToxicBIOS 1.2

Posted: Mon Oct 03, 2005 3:16 pm
by ooPo
You may be happier running ps2ftpd.

Posted: Tue Oct 04, 2005 7:57 am
by peskanov
Ok, I have tried ps2ftpd. Now I am starting to understand what's the deal with partitions/filesystems.

Now we are trying to load the data using libhdd. No luck until now; if anybody can point me to a good source example, it would make my day :)

Posted: Wed Oct 05, 2005 7:26 am
by peskanov
We have it running!
If anybody is trying something similar, this example has helped us:

http://forums.ps2dev.org/viewtopic.php? ... 16dcc968e3

BTW, the filesystem is case sensitive. Beware...