English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 12 March 2013, 01:10   #1
videofx
Registered User
 
Join Date: Jan 2013
Location: Chicago, IL USA
Posts: 585
Cant Install PFS3-040DS on 4000T

I added an 18GB drive to my 4000T. So my boot drive is 1GB and added the 18GB. I downloaded the PFS353 archive and expanded it on my boot drive. I run HDINSTALLTOOLS and it sees both drives. So I click add filesystem and load pfs3-040ds and change the dostype. I click save. THen I click edit partition and it shows 18GB I check CUSTOM FS, I change dostype to 50465303, , mask fffffc, max xfer ffe00, and buffers 300 and tell it HD1, I click use, then it says to save changes I need to reboot, so I reboot and then I try pfsformat and it says no DH1

It never sys PFS3, What am I doing wrong?

Here are screen shots.

Please help! (THanks Thomas
Attached Thumbnails
Click image for larger version

Name:	1.jpg
Views:	299
Size:	65.6 KB
ID:	34628   Click image for larger version

Name:	2.jpg
Views:	303
Size:	68.3 KB
ID:	34629   Click image for larger version

Name:	3.jpg
Views:	286
Size:	71.8 KB
ID:	34630  
videofx is offline  
Old 12 March 2013, 07:18   #2
Jope
-
 
Jope's Avatar
 
Join Date: Jul 2003
Location: Helsinki / Finland
Age: 43
Posts: 9,879
So in your middle picture your dostype is DOS\1. You should have PDS\3 there. Don't forget to press return after every time you modify some text.

After you have it successfully installed, the File system cycle gadget in the last picture should have PDS\3 selectable.
Jope is offline  
Old 12 March 2013, 07:48   #3
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,009
Your old drive shows as "modified" in the list. This is because you added another drive. You have to save the changes of the old drive, otherwise the new drive will never be recognised.

But beware: do not save changes in HDInstTool if you originally used another program (for example HDToolbox). Use that other program (or any other program but not HDInstTools) to save the changes.
thomas is offline  
Old 12 March 2013, 08:00   #4
Bamiga2002
BlizzardPPC'less
 
Bamiga2002's Avatar
 
Join Date: May 2004
Location: Finland
Age: 46
Posts: 3,210
Send a message via MSN to Bamiga2002
In short: ditch HDInstTools and use HDToolBox instead. And install PFS3-AIO from Aminet
Bamiga2002 is offline  
Old 12 March 2013, 15:03   #5
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,575
This is my "cheat notes" for using PFS3-AIO.
Code:
PFS\03 = 0x50465303

Mask = 0x7ffffffe (There are 6 f’s)
MaxTransfer = 0x1fe00
Blocksize = 512

PFS3\Tools\pfsformat device DH1: Name Work Quick

PFS3\Tools\setfnsize DH1: 107
And as Jope says, remember to hit enter after changing ANY text.
Turran is offline  
Old 12 March 2013, 15:20   #6
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,009
Quote:
Originally Posted by Turran View Post
Code:
PFS3\Tools\pfsformat device DH1: Name Work Quick

PFS3\Tools\setfnsize DH1: 107

You can set fnsize in pfsformat:

Code:
pfsformat drive dh1: name Work noicons quick fnsize 107

If you don't use any of the pfs options in pfsformat, you can as well use the normal format program.
thomas is offline  
Old 12 March 2013, 16:47   #7
videofx
Registered User
 
Join Date: Jan 2013
Location: Chicago, IL USA
Posts: 585
Thanks Everyone! I used HDtoolbox when I created the original boot drive so I will use that to save changes.

I didnt hit return after entering all the numbers.

Can I use PFS3-AIO as it is or do I have to rename it?

After I get the drive workig I want to disconnect the current boot drive and then make my 18GB drive the boot drive.

Can I have 1 large 18GB partition or do I have to make 1 4GB partion and then split it up?

Thanks!
videofx is offline  
Old 12 March 2013, 17:47   #8
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,009
Quote:
Originally Posted by videofx View Post
Can I have 1 large 18GB partition or do I have to make 1 4GB partion and then split it up?
Is it a SCSI drive? If yes, then with PFS3 DS or AIO you can have one big 18GB partition. A <4 GB boot partition is only needed if additional drivers have to be loaded to access the rest of the drive.
thomas is offline  
Old 12 March 2013, 17:49   #9
demolition
Unregistered User
 
demolition's Avatar
 
Join Date: Sep 2012
Location: Copenhagen / DK
Age: 44
Posts: 4,190
Quote:
Originally Posted by videofx View Post
Can I use PFS3-AIO as it is or do I have to rename it?
You can leave it as it is. Just remember the name for when you have to type it into HDToolbox.
demolition is offline  
Old 13 March 2013, 15:12   #10
videofx
Registered User
 
Join Date: Jan 2013
Location: Chicago, IL USA
Posts: 585
how do I partition the drive to be 18GB? HDTOOLBOX goes crazy and cylinders and everythying goes negative?
videofx is offline  
Old 13 March 2013, 15:36   #11
demolition
Unregistered User
 
demolition's Avatar
 
Join Date: Sep 2012
Location: Copenhagen / DK
Age: 44
Posts: 4,190
I think you just have to ignore all the silly values that it prints and it should work anyway.
demolition is offline  
Old 13 March 2013, 16:52   #12
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,009
Quote:
Originally Posted by videofx View Post
how do I partition the drive to be 18GB? HDTOOLBOX goes crazy and cylinders and everythying goes negative?
You should start with the "change drive type" dialogue again. Make sure that the total number of cylinders is less than 32768 and that blocks per cylinder is higher than 1000.

You can choose the values as you like. The only important formula is

cylinders * heads * blocks per track <= highest LBA of the drive.

The highest LBA (a.k.a. number of user sectors) is usually printed on the drive's label.

blocks per cylinder = heads * blocks per track

Don't forget to press enter or tab in every input field you change.
thomas is offline  
Old 13 March 2013, 17:36   #13
Bamiga2002
BlizzardPPC'less
 
Bamiga2002's Avatar
 
Join Date: May 2004
Location: Finland
Age: 46
Posts: 3,210
Send a message via MSN to Bamiga2002
Or just install OS 3.9 and use the HDToolBox that comes with it. You get right values there.
Bamiga2002 is offline  
Old 14 March 2013, 07:27   #14
videofx
Registered User
 
Join Date: Jan 2013
Location: Chicago, IL USA
Posts: 585
I gave up on 3.1. Installed 3.9 and was a piece of cake getting the drive working.

Thanks everyone! Now I have to installed and test all my toaster/flyer with 3.9
videofx is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Install PFS3 ? Mr B project.ClassicWB 14 07 May 2021 19:22
PFS3 or PFS3 SCSI Direct xalakibaniou project.ClassicWB 105 27 July 2013 22:08
Cant Install PFS3 videofx support.Hardware 1 07 March 2013 18:14
PFS3 Install Retrofan support.Apps 25 20 December 2010 22:17
PFS3 error: INVALID PFS3 COPY !!! WTF? keropi support.Apps 10 18 March 2008 22:30

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 23:14.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10845 seconds with 14 queries