Low level hard drive reading

Grant Edwards invalid at invalid
Thu Apr 2 10:42:44 EDT 2009


On 2009-04-02, Gabriel <dunmer at dreams.sk> wrote:

> For example can i open disk image file and read it block by
> block?

Sure.  Just open the file, seek to where you want and read it.
Or, it'll probably be simpler to just mmap the file and then
grab blocks using slices as indexes.

-- 
Grant Edwards                   grante             Yow! World War III?
                                  at               No thanks!
                               visi.com            



More information about the Python-list mailing list