Amiga style dynamic ramdisk for Windows?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jon P. Inghram
    Super MURCer
    • Oct 1999
    • 3878

    #1

    Amiga style dynamic ramdisk for Windows?

    It seems to be a lost or possibly alien technology, oh well...
  • CHHAS
    Super MURCer
    • Jan 2000
    • 1223

    #2
    You mean the recoverable ramdisk that would survive a warm boot ?
    "That's right fool! Now I'm a flying talking donkey!"

    P4 2.66, 512 mb PC2700, ATI Radeon 9000, Seagate Barracude IV 80 gb, Acer Al 732 17" TFT

    Comment

    • Indiana
      Super MURCer
      • Mar 2000
      • 2410

      #3
      No. He means a dynamically sized RAM-disk - that means the RAM-disk adapts its size dynamically to match the size of the content you put in there.
      But we named the *dog* Indiana...
      My System
      2nd System (not for Windows lovers )
      German ATI-forum

      Comment

      • UtwigMU
        Super MURCer
        • Jul 2002
        • 5651

        #4
        Why do you need a RAMdisk?

        Comment

        • Jon P. Inghram
          Super MURCer
          • Oct 1999
          • 3878

          #5
          It's handy when decompressing software that you only need to use for a moment, and other similar things that don't need to be stored on real media.

          Comment

          • Technoid
            Super MURCer
            • Sep 1999
            • 7645

            #6
            I have also been hunting after something like this and what I found was a sort of general stupidity

            "but what for? windows cache will work much better than that anyway"
            If there's artificial intelligence, there's bound to be some artificial stupidity.

            Jeremy Clarkson "806 brake horsepower..and that on that limp wrist faerie liquid the Americans call petrol, if you run it on the more explosive jungle juice we have in Europe you'd be getting 850 brake horsepower..."

            Comment

            • Rakido
              Super MURCer
              • Feb 2000
              • 1313

              #7
              something like this
              http://support.microsoft.com/default...;EN-US;q257405 or this http://www.amtsoft.com/superspeed/


              Rakido
              Last edited by Rakido; 9 October 2003, 00:56.
              "Women don't want to hear a man's opinion, they just want to hear their opinion in a deeper voice."

              Comment

              • Jon P. Inghram
                Super MURCer
                • Oct 1999
                • 3878

                #8
                That's a fixed one too. AmigaDOS understands that zero freespace on the ramdisk isn't a bad thing, not sure if Windows is even able to do that, oh well.

                Comment

                • Rakido
                  Super MURCer
                  • Feb 2000
                  • 1313

                  #9
                  found some more, but it looks as all of them have fixed sizes



                  Rakido
                  "Women don't want to hear a man's opinion, they just want to hear their opinion in a deeper voice."

                  Comment

                  • Marshmallowman
                    Super MURCer
                    • Sep 1999
                    • 3416

                    #10
                    Ramdisks make excellent temp directories when compiling large projects.

                    That MS one worked quite well, but was a bit inflexible for me, If I were not so lazy I would try and modify it.

                    Comment

                    • Gurm
                      MS Fanboy
                      • Aug 1999
                      • 11460

                      #11
                      The problem is that it would involve patching the entire OS.

                      Disks with no free space are bad in the MS paradigm.

                      You can't add a file to a disk with no free space - it generates errors all over the place. This is why what you're looking for doesn't exist.

                      - Gurm
                      The Internet - where men are men, women are men, and teenage girls are FBI agents!

                      I'm the least you could do
                      If only life were as easy as you
                      I'm the least you could do, oh yeah
                      If only life were as easy as you
                      I would still get screwed

                      Comment

                      • Marshmallowman
                        Super MURCer
                        • Sep 1999
                        • 3416

                        #12
                        Returning a max size for the space required.
                        And allocating from the heap as needed should work.

                        Comment

                        • Gurm
                          MS Fanboy
                          • Aug 1999
                          • 11460

                          #13
                          Yeah but I'm willing to bet you a large sum of money the calling routine doesn't tell it how much space it wants it to have. It just says "how much space is there?" the RAMDisk says "none", so no file copy.

                          Now, if you had the RAMDisk return "a gajillion bytes", you'd get even more errors. Basically you'd have to have it pick some facetiously large number based on the amount of available memory... and it'd get real ugly real fast.

                          - Gurm
                          The Internet - where men are men, women are men, and teenage girls are FBI agents!

                          I'm the least you could do
                          If only life were as easy as you
                          I'm the least you could do, oh yeah
                          If only life were as easy as you
                          I would still get screwed

                          Comment

                          • UtwigMU
                            Super MURCer
                            • Jul 2002
                            • 5651

                            #14
                            C:\Temp

                            And current HDDs have a STR in the range of ~1990 computers FSB.

                            Comment

                            • High_Jumbllama
                              Super MURCer
                              • Dec 1999
                              • 4522

                              #15
                              AR Ram is pretty good. This is going to work wonders for my sound editing which insists on using hard drive space no matter how much ram I have. Then again it did come for no extra cost with my sound card.

                              Comment

                              Working...