I want to write a program in assembly language to read primary partitions of a hard disk. I Googled a lot last several days and I found that maybe int 13h (ah = 42h) is for me. But I failed at the beg
The application I am writing needs to be able to copy files that are locked.We attempted to use Volume Shadow Copy, and while it was successful in copying the file, the application that had the lock o
I\'m working on a Windows batch script that creates a directory/file listing of a complete hard disk for archival/cataloging purposes, using only command line-tools (and open-source/free tools). For e
Maybe my google-foo just isn\'t up to snuff, but I\'m wanting to play with a b-tree alogrithm that is bound to disk. Since most tutorials and examples are on-memory, they assume random access memory i
I\'m trying to shrink my partition to the last used LCN. Has anybody used this control code? I\'m getting System Error code 87 every time in the following code:
I have replication setup mysql databases....the log file location the bin-log file all are at one path that is default my data directory of mysql.
Alright, I know my question is not entirely specific, as an op开发者_开发技巧timum fread chunk size is more of a trial error based thing. However, I was hoping some of you guys could shed some light o
I am designing a server for the following scenario: a series of single images are stored on a NAS, lets say 100 of them
Scenario: You open notepad.exe in Windows 7. Write 1024 characters and save the file.Windows obviously saves this file to the hard disk.At which point can I determine what block the data is written t
I\'m tryi开发者_运维百科ng to write a free space zeroizer using open(2), lssek[64](2), and write(2). I am trying to determine of a disk sector is in use.