Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Raw Disk Access

  1. #1

    Raw Disk Access

    Hello there, guys.

    A long time of inactivity, but here is a unit for raw disk reading/writing. It's not related to games, but someone might find it useful someday.

    Here's the link: http://snipplr.com/view.php?codeview&id=24910

    Enjoy.

  2. #2

    Re: Raw Disk Access

    Cool... someone could now make a filesystem in pascal.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  3. #3

    Re: Raw Disk Access

    Hi,
    nice work

    Do you have an example of usage?

    I am curious as to what one would actually use this for

    cheers,
    Paul

  4. #4

    Re: Raw Disk Access

    I'm planning to use it as a helper unit of my VFS project.
    The idea of this project was already mentioned in this forum, but now the project evolved and is going to be much more complicated than the initial idea was.

    It could be used for disk backups for example as it can read a disk sector-by-sector, which may be useful in such programs. I wish I had other OSes so that I could test it, I'd appreciate if someone checked if it works on Windows XP or Windows 7. I'm sure it won't work on Windows ME and earlier.

  5. #5

    Re: Raw Disk Access

    I'd give it a whirl at home, but now I'm using a Vista Home laptop - my XP machine had almost died (random locking up or reboots)...

    I also don't know what I would try it with anyway LOL

    Keep up the good work

    BTW, do you think you will continue with your unfuddle 3d project at some point?

    How's the schooling working out? well I hope

    cheers,
    Paul

  6. #6

    Re: Raw Disk Access

    Be careful with it as I temporarily lost access to my HDD, because I damaged the boot sector.

    @Paul
    Yes, I think I'll continue with the project. Are you still going to contribute?
    And the schooling's fine, thanks.

    Hit me on MSN, it's better to talk rather than here.

  7. #7

    Re: Raw Disk Access

    Quote Originally Posted by Brainer
    Be careful with it as I temporarily lost access to my HDD, because I damaged the boot sector.

    @Paul
    Yes, I think I'll continue with the project. Are you still going to contribute?
    And the schooling's fine, thanks.

    Hit me on MSN, it's better to talk rather than here.
    I would still like to contribute :-)

    I will try and talk to you on MSN at home sometime

    cheers,
    Paul

  8. #8

    Re: Raw Disk Access

    Be careful with it as I temporarily lost access to my HDD, because I damaged the boot sector. Smiley
    So, development and testing of this tool will happen on a dedicated HDD for safety?
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  9. #9

    Re: Raw Disk Access

    Quote Originally Posted by chronozphere
    So, development and testing of this tool will happen on a dedicated HDD for safety?
    After that accident, I was testing the unit on a pendrive.

  10. #10

    Re: Raw Disk Access

    You could also try testing with a virtual pc like sun virtualbox. That way you also get easy acces to linux etc.
    http://3das.noeska.com - create adventure games without programming

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •