Click here to Skip to main content
15,881,715 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Intel DP55WG PITA Pin
TommyTomToms20-Jan-11 2:52
TommyTomToms20-Jan-11 2:52 
GeneralRe: Intel DP55WG PITA Pin
fat_boy20-Jan-11 2:55
fat_boy20-Jan-11 2:55 
GeneralRe: Intel DP55WG PITA Pin
Dan Neely20-Jan-11 5:05
Dan Neely20-Jan-11 5:05 
QuestionBoot Record of hard disk Pin
A_Fa16-Jan-11 1:07
A_Fa16-Jan-11 1:07 
QuestionUSB "lockout" when connecting and disconnecting HID device Pin
dybs14-Jan-11 15:55
dybs14-Jan-11 15:55 
AnswerRe: USB "lockout" when connecting and disconnecting HID device Pin
fat_boy16-Jan-11 21:01
fat_boy16-Jan-11 21:01 
QuestionSolid State Drives Pin
Alan Kurlansky11-Jan-11 10:39
Alan Kurlansky11-Jan-11 10:39 
AnswerRe: Solid State Drives [modified] Pin
Luc Pattyn11-Jan-11 10:56
sitebuilderLuc Pattyn11-Jan-11 10:56 
I suggest you calculate the number of bytes moved in between two hiccups, and I bet it will be a multiple of the sector size (512B), possibly simply the cluster size (which could be the next power of 2 multiple of 512B that exceeds the partition size divided by 64K).

What probably is happening is a new cluster needs to be allocated, causing an update of the FAT table. A possible workaround would be to preallocate the file, which implies you need to know and allocate the maximum size before you start writing the data. A possible approach is by using a "memory mapped file".

AFAIK solid state disks are faster, especially when reading data and hopping around (their seek time is much better). So the same problem would exist, at a much smaller scale.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

modified on Tuesday, January 11, 2011 7:41 PM

GeneralRe: Solid State Drives Pin
Jörgen Andersson12-Jan-11 1:04
professionalJörgen Andersson12-Jan-11 1:04 
GeneralRe: Solid State Drives Pin
Luc Pattyn12-Jan-11 2:16
sitebuilderLuc Pattyn12-Jan-11 2:16 
GeneralRe: Solid State Drives Pin
Dan Neely12-Jan-11 2:35
Dan Neely12-Jan-11 2:35 
GeneralRe: Solid State Drives Pin
Alan Kurlansky12-Jan-11 3:58
Alan Kurlansky12-Jan-11 3:58 
GeneralRe: Solid State Drives Pin
Jörgen Andersson12-Jan-11 4:07
professionalJörgen Andersson12-Jan-11 4:07 
GeneralRe: Solid State Drives Pin
Alan Kurlansky12-Jan-11 4:28
Alan Kurlansky12-Jan-11 4:28 
QuestionOne server hdd vs two normal hdd connected into RAID Pin
vonpik10-Jan-11 11:35
vonpik10-Jan-11 11:35 
AnswerRe: One server hdd vs two normal hdd connected into RAID Pin
Jörgen Andersson11-Jan-11 11:37
professionalJörgen Andersson11-Jan-11 11:37 
QuestionDual socket Core i5 2500K versus Core i7 2600K Pin
T210210-Jan-11 3:01
T210210-Jan-11 3:01 
AnswerRe: Dual socket Core i5 2500K versus Core i7 2600K Pin
Dan Neely10-Jan-11 4:28
Dan Neely10-Jan-11 4:28 
GeneralRe: Dual socket Core i5 2500K versus Core i7 2600K Pin
T210210-Jan-11 19:03
T210210-Jan-11 19:03 
GeneralRe: Dual socket Core i5 2500K versus Core i7 2600K Pin
Dan Neely11-Jan-11 2:29
Dan Neely11-Jan-11 2:29 
QuestionUSB in XP- external drive does not always "connects". Pin
Vaclav_18-Dec-10 5:41
Vaclav_18-Dec-10 5:41 
AnswerRe: USB in XP- external drive does not always "connects". Pin
fat_boy31-Dec-10 2:08
fat_boy31-Dec-10 2:08 
GeneralRe: USB in XP- external drive does not always "connects". Pin
Vaclav_31-Dec-10 4:09
Vaclav_31-Dec-10 4:09 
GeneralRe: USB in XP- external drive does not always "connects". Pin
fat_boy17-Jan-11 5:50
fat_boy17-Jan-11 5:50 
QuestionLaptop Keyboard Problem Pin
Roger Wright16-Dec-10 11:37
professionalRoger Wright16-Dec-10 11:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.