English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 17 June 2018, 20:14   #21
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,335
Quote:
Originally Posted by Toni Wilen View Post
I never bothered to handle it. Fixed but it probably isn't the only place that need fixing.
Emulating READ CAPACITY (16) would be a good idea too. Probably no Amiga OS drivers know about that, but maybe Linux & NetBSD do???
mark_k is offline  
Old 17 June 2018, 20:39   #22
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Which actually reminded why I didn't bother with >2T drives. >2T support most likely requires SCSI 3 which adds lots of mandatory features which are too annoying to emulate.
Toni Wilen is offline  
Old 10 July 2018, 00:46   #23
ShK
Registered User
 
ShK's Avatar
 
Join Date: Mar 2013
Location: Lahti / Finland
Age: 52
Posts: 447
Quote:
Originally Posted by mark_k View Post
In create_virtual_rdb() where you fill in the PartitionBlock, there is
pl(denv, 1, 512 / 4);
to set the de_SizeBlock field.

That's hard-coded for 512-byte filesystem blocks. Should it instead be
pl(denv, 1, blocksize / 4);
or (equivalently I guess)
pl(denv, 1, hfd->ci.blocksize / 4);
From where this 4 comes? (yes, 32 bit words, but how )
ShK 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
Do the LITE or FULL HDF files require RDB Mode? Foebane project.ClassicWB 11 28 April 2018 18:19
Odd request: a raw image of a real (RDB) Amiga hard drive bloodline Coders. General 10 04 November 2017 11:28
How to clone and modify an RDB onto a different drive? fgh support.Hardware 17 02 November 2016 14:03
Enable RDB mode and Surfaces/Sectors/Reserved mark_k support.WinUAE 1 17 February 2013 17:51
Rdb & Mbr Arnie support.WinUAE 3 16 March 2011 20:25

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 16:49.

Top

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