English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 18 June 2021, 20:40   #1
indigolemon
Bit Copying Bard
 
indigolemon's Avatar
 
Join Date: Jan 2017
Location: Kelty, Fife, Scotland
Age: 41
Posts: 1,293
Problem mounting SuperFloppy under AmigaOS3.2

I'm probably missing something, but I have a Zip Drive (remember those? ) and am trying to create a mountlist for it under 3.2

I followed the example in the FAQ, adding in the correct Device and Unit, but keep getting an error requester telling me:

Mount Failure
Could not find some of the following keywords: Surfaces, BlocksPerTrack, LowCyl, HighCyl, Device


The Zip is on scsi.device unit 3, and the mountlist I'm using is:
Code:
LowCyl        = 0
Device        = scsi.device
Unit          = 3
Flags         = 0
SuperFloppy   = 1
DOSType       = 0x444f5303
FileSystem    = L:FastFileSystem
Mount         = 1
Activate      = 1
Am I missing something super obvious? I've tried to search but can't find anyone else having a similar issue.
indigolemon is offline  
Old 18 June 2021, 23:07   #2
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,001
Quote:
Originally Posted by indigolemon View Post
Am I missing something super obvious?
Yes: Surfaces, BlocksPerTrack and HighCyl

I guess you can set them all to 1. But the Mount command requires them, as it told you.

And Mount and Activate are synonyms. You need only one of them.
thomas is offline  
Old 21 June 2021, 13:20   #3
indigolemon
Bit Copying Bard
 
indigolemon's Avatar
 
Join Date: Jan 2017
Location: Kelty, Fife, Scotland
Age: 41
Posts: 1,293
Quote:
Originally Posted by thomas View Post
Yes: Surfaces, BlocksPerTrack and HighCyl

I guess you can set them all to 1. But the Mount command requires them, as it told you.

And Mount and Activate are synonyms. You need only one of them.
Thanks for the reply Thomas, I'll need to give that a shot! From the FAQ I had (perhaps incorrectly) inferred I didn't need to specify all those.

Code:
2.12 * How do I mount a SuperFloppy?

You need to use a mount file. In particular, the following entries
need to be set:

LowCyl         = 0          ; there is no RDB
Device         = <name of the exec device, e.g. scsi.device>
Unit           = <unit number, e.g. the SCSI ID>
Flags          = 0          ; typically, depends on the device
SuperFloppy    = 1          ; This turns on SuperFloppy support
DOSType        = 0x444f5303 ; for FFS INTL 
FileSystem     = L:FastFileSystem
Activate       = 1

The file system will figure out all remaining parameters from the
device.
indigolemon is offline  
Old 23 June 2021, 22:00   #4
Nobby_UK
Registered User
 
Nobby_UK's Avatar
 
Join Date: Jul 2013
Location: Liverpool
Posts: 2,598
Here's a couple of old mount lists:

/* $VER: ZIP0 40.1 (31.8.93)
*
* ZIP file system entry
*
* This file enables FastFileSystem on a 100M ZIP cartridge.
*/

FileSystem = L:FastFileSystem
Flags = 0
Surfaces = 1
BlocksPerTrack = 68
SectorsPerBlock = 1
SectorSize = 512
Mask = 0x7fffffff
MaxTransfer = 0x1fe00
Reserved = 2
Interleave = 0
LowCyl = 2
HighCyl = 2890
Buffers = 30
BufMemType = 0
StackSize = 600
Priority = 10
GlobVec = -1
DosType = 0x444F5301

/* The Device and Unit fields are controlled by tooltypes in the ZIP0 icon. */

-------------------------------------------------------------------------------------------------

/* $VER: ZIPX 2.16 (28.6.98)
*
* ZIP X FileSystem entry for a 100M ZIP cartridge.
*/

FileSystem = L:xfsd
Flags = 0
Surfaces = 2
BlocksPerTrack = 64
SectorsPerBlock = 1
SectorSize = 512
Mask = 0x7ffffffe
MaxTransfer = 0x100000
Reserved = 0
Interleave = 0
LowCyl = 0
HighCyl = 1535
Buffers = 50
BufMemType = 0
StackSize = 16000
Priority = 10
GlobVec = -1
DosType = 0x58465344 /* 'XFSD' */

/* The Device and Unit fields are controlled by tooltypes
* in the ZIPX icon. Be sure to change them to your values!
* These are just examples!
*
* Device = scsi.device
* Unit = 5
*/
Nobby_UK 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
HDF mounting problem Redeken support.WinUAE 15 05 April 2015 01:33
problem mounting cd images kisshu support.WinUAE 7 20 May 2011 20:10
Help with AmigaOS3.9 and WinUAE 2.00RC3 problem ma693541 support.Apps 3 08 December 2009 13:26
A1200 floppy "mounting/installing" problem emuola support.Hardware 26 22 September 2009 20:01
SCSI HD Bootup/Mounting Problem (Possibly SFS Related?) CU_AMiGA support.Other 22 13 June 2007 15:22

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 20:07.

Top

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