MultiDrive – free backup, clone & wipe disk utility from Atola Technology

All times are UTC - 5 hours [ DST ]


Forum rules


Please do not post questions about data recovery cases here (use this forum instead). This forum is for topics on finding new ways to recover data. Accessing firmware, writing programs, reading bits off the platter, recovering data from dust...



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Read Sectors vs. Read Multiple
PostPosted: September 5th, 2009, 14:22 
Offline

Joined: October 23rd, 2006, 8:56
Posts: 1336
What would be better for DR purposes, using Read Sector or Read Multiple. I guess since Read Multiple does an interrupt for each block instead of for each sector it would be faster. But I assume that Read Sectors would be more suited to handle bad's. (of course DMA would be faster, where applicable)

Any ideas?
Thanks


Top
 Profile  
 
 Post subject: Re: Read Sectors vs. Read Multiple
PostPosted: September 5th, 2009, 15:20 
Offline
User avatar

Joined: September 29th, 2005, 12:02
Posts: 3577
Location: Chicago
it depends would you handle interrupts or not
here comes the problem
If you would handle interrupts there is no point of using PIO, you can use UDMA mode
If you can't handle interrupts you will not get speed faster than PIO2 and Read Multiple will be slower because you will need to send more commands for Read multiple (Read Mutliple usually can work with 16 sectors at a time max but Read Sectors can work with up to 256 sectors in LBA28 and up to 65536 in LBA48)

_________________
SAN, NAS, RAID, Server, and HDD Data Recovery.


Top
 Profile  
 
 Post subject: Re: Read Sectors vs. Read Multiple
PostPosted: September 5th, 2009, 15:44 
Offline

Joined: October 23rd, 2006, 8:56
Posts: 1336
Doomer,

I want to use interrupts, but in addition to UDMA I would still like to have an PIO option for older drives. I will stick to Read Sectors for PIO then.

Thanks for the clarification.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group