Welcome, Guest. Please login or register.

Author Topic: VA2000 SD Card Formatting Issue  (Read 7410 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline madgrizzleTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2017
  • Posts: 189
    • Show only replies by madgrizzle
VA2000 SD Card Formatting Issue
« on: July 13, 2017, 01:25:12 AM »
Has anyone with a VA2000 successfully formatted a SD card?  I followed the instructions, mounted the drive, and then issued:

Format drive sd0: name "sdcard" quick

and it comes back with:

Initializing disk...
Format Failure: seek failure

The only difference between my mountlist and the one in the instructions is that I used:

FileSystem = L:FastFileSystem

Interestingly enough, I get the same result W/O a SD card installed, so it suggests it isn't detecting the card.

Thanks.

John
Only Amiga *woo-woo* Makes It Possible
Only Amiga   ... Makes.. It .. Happen!
Amiga 2000, 2MB Chip RAM, OS3.9, GVP Combo 030/22 13 MB, Supra 4MB
Amiga 3000, 16 MB RAM, OS3.9, A3640 v3.2 with 060 Processor, Picasso II, A2065, PCD-50B
Dead VA2000/CX :(
 

Offline Matt_H

Re: VA2000 SD Card Formatting Issue
« Reply #1 on: July 13, 2017, 05:18:33 PM »
What was the file system line in the original mountlist? Give that a try first. If it's still not cooperating then I would attribute your problem to beta buggy-ness.
 

Offline madgrizzleTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2017
  • Posts: 189
    • Show only replies by madgrizzle
Re: VA2000 SD Card Formatting Issue
« Reply #2 on: July 13, 2017, 06:53:06 PM »
pfs, which I don't have.  I get a different response if I don't do a quick format.. something like "formatting sector 0 / 1000" (something like that) and it doesn't seem to move to sector 1.  I read somewhere that you should always use quick format for sd cards.

I haven't gotten a response from the developer so I am wondering if my format syntax is good.
Only Amiga *woo-woo* Makes It Possible
Only Amiga   ... Makes.. It .. Happen!
Amiga 2000, 2MB Chip RAM, OS3.9, GVP Combo 030/22 13 MB, Supra 4MB
Amiga 3000, 16 MB RAM, OS3.9, A3640 v3.2 with 060 Processor, Picasso II, A2065, PCD-50B
Dead VA2000/CX :(
 

Offline Thomas

Re: VA2000 SD Card Formatting Issue
« Reply #3 on: July 13, 2017, 08:46:55 PM »
This is the mountlist from the instructions:

Code: [Select]

SD0:
   Device = mntsd.device
   Unit = 0
   Flags = 1
   Surfaces = 1                    <- Adjust to the number of Gigabytes you
   BlocksPerTrack = 1024              want to use on the card
   Reserved = 2
   Interleave = 0
   LowCyl = 2
   HighCyl = 1024
   Buffers = 32
   GlobVec = -1
   BufMemType = 1
   Mask = 0xFFFFFFFE
   MaxTransfer = 0x7FFFFFFF
   FileSystem = L:pfs3            <- Change to your filesystem of choice
   StackSize = 8192
   Mount = 1
#                                 <- Don't forget the closing hash mark


It is for a 512 MB card. How large is your card?

Also try to add

DosType = 0x444f5303

Offline madgrizzleTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2017
  • Posts: 189
    • Show only replies by madgrizzle
Re: VA2000 SD Card Formatting Issue
« Reply #4 on: July 13, 2017, 10:18:34 PM »
I first tried a 32 GB card and when it didn't work, I figured the problem might be the card size.  So I ordered a 4 GB card and got the same results.

My file is identical to the one you posted, except FileType=L:FastFileSystem since I don't have pfs.  I first tried Surfaces = 4 but that didn't work so I tried Surfaces = 1 and it still doesn't work.  I assumed from the instructions it was for a 1 GB SD card (the arrow said to adjust surfaces to the number of GB you want to use).

Will try your suggestion.
Only Amiga *woo-woo* Makes It Possible
Only Amiga   ... Makes.. It .. Happen!
Amiga 2000, 2MB Chip RAM, OS3.9, GVP Combo 030/22 13 MB, Supra 4MB
Amiga 3000, 16 MB RAM, OS3.9, A3640 v3.2 with 060 Processor, Picasso II, A2065, PCD-50B
Dead VA2000/CX :(
 

Offline madgrizzleTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2017
  • Posts: 189
    • Show only replies by madgrizzle
Re: VA2000 SD Card Formatting Issue
« Reply #5 on: July 14, 2017, 12:20:49 AM »
No luck, but I did get an "*" instead of a seek failure.  I left it there over an hour and still all I had was a "*".  Then power glitched at the house and the Amiga rebooted.  I wonder if the format command is locking up after the "*" is on the screen.  I issued the command again but got the seek failure the second time.  I find that a number of programs crash (e.g., screenmode) whenever I exit them.  Some other programs don't even run without crashing.  So I'm not sure if its something with my install rather than the sd card port.  I posted an issue on GitHub.. maybe will get a response.  I wish there was a way to check to see if the SD card is recognized as being inserted by the VA2000.
« Last Edit: July 14, 2017, 12:54:27 AM by madgrizzle »
Only Amiga *woo-woo* Makes It Possible
Only Amiga   ... Makes.. It .. Happen!
Amiga 2000, 2MB Chip RAM, OS3.9, GVP Combo 030/22 13 MB, Supra 4MB
Amiga 3000, 16 MB RAM, OS3.9, A3640 v3.2 with 060 Processor, Picasso II, A2065, PCD-50B
Dead VA2000/CX :(
 

Offline Thomas

Re: VA2000 SD Card Formatting Issue
« Reply #6 on: July 14, 2017, 09:57:35 AM »
Quote from: madgrizzle;828226
I wish there was a way to check to see if the SD card is recognized as being inserted by the VA2000.


Try this after mount SD0: http://thomas-rapp.homepage.t-online.de/downloads/hddreport.lha


Quote
since I don't have pfs


You can get it from there: http://aminet.net/package/disk/misc/PFS3_53

Offline madgrizzleTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2017
  • Posts: 189
    • Show only replies by madgrizzle
Re: VA2000 SD Card Formatting Issue
« Reply #7 on: July 14, 2017, 03:37:58 PM »
Thanks, I'll try it out this weekend.  If the CD drive and OS3.9 CD converge upon my house via USPS today, then I'll try it using pfs this weekend (right now, its a pain to get things onto the Amiga 2000.  I don't have room in my "office" to have both the Amiga and the old XP computer with floppy out at the same time.)
Only Amiga *woo-woo* Makes It Possible
Only Amiga   ... Makes.. It .. Happen!
Amiga 2000, 2MB Chip RAM, OS3.9, GVP Combo 030/22 13 MB, Supra 4MB
Amiga 3000, 16 MB RAM, OS3.9, A3640 v3.2 with 060 Processor, Picasso II, A2065, PCD-50B
Dead VA2000/CX :(
 

Offline Pat the Cat

Re: VA2000 SD Card Formatting Issue
« Reply #8 on: July 14, 2017, 04:00:47 PM »
All good responses. However, AFAIK you generally can't format an Amiga partition until you've used HDToolbox to change the partition data and set an RDB on the drive, with the correct driver.device being used to access the drive. mntsd.device seems to be right one, that has to be in devs:

The instructions are a little bit weird, I would just save the file as "SD0" rather than "mountlist". That approach of having all different mountable devices in one text file called "mountlist" went out with WB 1.3.

Typically drives that don't work that way have their own utils and don't use standard format command.

Also be aware there was apparently release of new firmware for the VA2000 on the day you posted. https://www.generationamiga.com/2017/07/07/new-drivers-and-firmware-released-for-mnt-va2000/

The actual homepage gives an earlier release date in late June this year, but part of that does increase SD card compatibility, still marked as beta.

http://mntmn.com/va2000/

It might be worth updating before you do Thomas' test on the drive.

I also suspect your Maxtransfer is set too high (depends on what memory you are using for buffers) but that makes no difference to formatting. It can make a difference when you copy files to the drive and they get corrupted if they are larger than the buffer size.
« Last Edit: July 14, 2017, 04:13:00 PM by Pat the Cat »
"To recurse is human. To iterate, divine."

A1200, Vanilla, Surf Squirrel, SD Card, KS 3.0/3.z, PCMCIA dev
A500, Vanilla, A570, Rev 5, KS 1.2/1.3 Testbench system
Rasp Pi, UAE4ARM, 3D laser scanner, experimental, hoping for AmigaOS4Arm, based on Watterott Fabscan Pi
 

Offline madgrizzleTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2017
  • Posts: 189
    • Show only replies by madgrizzle
Re: VA2000 SD Card Formatting Issue
« Reply #9 on: July 14, 2017, 06:37:55 PM »
Thanks for the insight, I'll try creating a mount file for it.  I have been using the latest version (v.1.6 released June 21).

I thought the same about using HDToolbox to do a partition, but the drive doesn't appear there.  I've never used it before so maybe I'm not running the program correctly (because my drive connected to the GVP Combo doesn't appear there either.. I just assumed GVP had its own program for it.. I got this Amiga used with HD many years ago so I never had to do any HD work).
Only Amiga *woo-woo* Makes It Possible
Only Amiga   ... Makes.. It .. Happen!
Amiga 2000, 2MB Chip RAM, OS3.9, GVP Combo 030/22 13 MB, Supra 4MB
Amiga 3000, 16 MB RAM, OS3.9, A3640 v3.2 with 060 Processor, Picasso II, A2065, PCD-50B
Dead VA2000/CX :(
 

Offline Pat the Cat

Re: VA2000 SD Card Formatting Issue
« Reply #10 on: July 15, 2017, 02:09:35 PM »
Oh, it should work if you change the device name on the icon. So GVPSCSI.device rather than SCSI.DEVICE for your existing drive. And MNTSD.device for the current equipment.

(Select the icon for HDToolbox, select "Information" from the drop down menus).

More here, it's badged as for Amigados 3.x for large partition support, but should work very similarly for Kickstart / Workbench 2 and upwards.

http://www.pjhutchison.org/uae_hdtoolbox.html

After the right device driver has been selected, you should be able to read the geometry from the card, which should give you correct Cylinder, Head and Surfaces values.

One tip - I partition drives with a PC laptop to have small partitions 500MB-2GB at the start especially for Amiga boot partitions. But, I'm usually using classic / non upgraded AmigaDOS systems.

That way I've got something any Amiga should be able to boot from, regardless of how out of date the Kickstart and Workbench are.
« Last Edit: July 15, 2017, 02:18:42 PM by Pat the Cat »
"To recurse is human. To iterate, divine."

A1200, Vanilla, Surf Squirrel, SD Card, KS 3.0/3.z, PCMCIA dev
A500, Vanilla, A570, Rev 5, KS 1.2/1.3 Testbench system
Rasp Pi, UAE4ARM, 3D laser scanner, experimental, hoping for AmigaOS4Arm, based on Watterott Fabscan Pi
 

Offline Oldsmobile_Mike

Re: VA2000 SD Card Formatting Issue
« Reply #11 on: July 15, 2017, 04:01:45 PM »
Quote from: madgrizzle;828216
except FileType=L:FastFileSystem since I don't have pfs

It's free, you know. ;)
Amiga 500: 2MB Chip|16MB Fast|30MHz 68030+68882|3.9|Indivision ECS|GVP A500HD+|Mechware card reader + 8GB CF|Cocolino|SCSI DVD-RAM
Amiga 2000: 2MB Chip|136MB Fast|50MHz 68060|3.9|Indivision ECS + GVP Spectrum|Mechware card reader + 8GB CF|AD516|X-Surf 100|RapidRoad|Cocolino|SCSI CD-RW
 Amiga videos and other misc. stuff at https://www.youtube.com/CompTechMike/videos
 

Offline LoadWB

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 2901
  • Country: 00
    • Show only replies by LoadWB
Re: VA2000 SD Card Formatting Issue
« Reply #12 on: July 15, 2017, 04:57:58 PM »
I haven't had a chance to try it.  Will the SD device not work with fat95?
 

Offline madgrizzleTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2017
  • Posts: 189
    • Show only replies by madgrizzle
Re: VA2000 SD Card Formatting Issue
« Reply #13 on: July 15, 2017, 06:08:11 PM »
Yes, it's on my list of things to install now that I have a working CDROM drive in the Amiga (the old XP computer I had with a floppy quit on me.. makes transferring files to the Amiga extraordinarily difficult).
Only Amiga *woo-woo* Makes It Possible
Only Amiga   ... Makes.. It .. Happen!
Amiga 2000, 2MB Chip RAM, OS3.9, GVP Combo 030/22 13 MB, Supra 4MB
Amiga 3000, 16 MB RAM, OS3.9, A3640 v3.2 with 060 Processor, Picasso II, A2065, PCD-50B
Dead VA2000/CX :(
 

Offline klx300r

  • Amiga 1000+AmigaOne X1000
  • Hero Member
  • *****
  • Join Date: Sep 2007
  • Posts: 3261
  • Country: ca
  • Thanked: 20 times
  • Gender: Male
    • Show only replies by klx300r
    • http://mancave-ramblings.blogspot.ca/
Re: VA2000 SD Card Formatting Issue
« Reply #14 on: April 07, 2018, 12:58:11 AM »
Quote from: Thomas;828213
This is the mountlist from the instructions:

Code: [Select]
SD0:
   Device = mntsd.device
   Unit = 0
   Flags = 1
   Surfaces = 1                    <- Adjust to the number of Gigabytes you
   BlocksPerTrack = 1024              want to use on the card
   Reserved = 2
   Interleave = 0
   LowCyl = 2
   HighCyl = 1024
   Buffers = 32
   GlobVec = -1
   BufMemType = 1
   Mask = 0xFFFFFFFE
   MaxTransfer = 0x7FFFFFFF
   FileSystem = L:pfs3            <- Change to your filesystem of choice
   StackSize = 8192
   Mount = 1
#                                 <- Don't forget the closing hash mark
It is for a 512 MB card. How large is your card?

Also try to add

DosType = 0x444f5303

sooo I'm confused with the Surfaces=1 here....is the 1 relating to 1GB card size? so if I want to use 32GB the line should read: Surfaces=32 ??:confused: actually woudl any other figures on the list need to be changed ???
____________________________________________________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Indivision AGA & Catweasel MK4+= Amazing
! My Master Miggies-Amiga 1000 & AmigaOne X1000 !
--- www.mancave-ramblings.blogspot.ca ---
  -AspireOS.com & Amikit- Amiga for your netbook-
***X1000- I BELIEVE *** :angel: