Using the HDD in development

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
peskanov
Posts: 7
Joined: Thu Mar 03, 2005 10:40 am
Location: Spain

Using the HDD in development

Post 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
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

You may be happier running ps2ftpd.
peskanov
Posts: 7
Joined: Thu Mar 03, 2005 10:40 am
Location: Spain

Post 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 :)
peskanov
Posts: 7
Joined: Thu Mar 03, 2005 10:40 am
Location: Spain

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