Results 1 to 6 of 6

Thread: Is it possible ? (for respected experts)

  1. #1
    Osho's Avatar
    Osho is offline Senior Member+
    Last Online
    8th September 2022 @ 07:32 PM
    Join Date
    11 Jan 2010
    Location
    Pakistan
    Age
    42
    Posts
    455
    Threads
    51
    Credits
    0
    Thanked
    82

    Default Is it possible ? (for respected experts)

    ڈئیر ایکسپرٹس!
    ایک چھوٹا سا مسئلہ ہے، کیا کوئی اس سلسلہ میں میری مدد کر سکتا ہے.
    مسئلہ یہ ہے کہ میں ریم ڈرائیو بنانا چاہتا ہوں. میرے کمپیوٹر میں چار جی بی ریم ہے. اس میں سے ایک جی بی میں ریم ڈرائیو بنانا چاہتا ہوں. جیسا کہ ونڈوز کے پرانے ورژن کو انسٹال کرنے کے لئے سی ڈی ڈالنے کے بعد بن جاتی تھی. لیکن میں چاہتا ہوں کے یہ ریم ڈرائیو میں عام ڈرائیو کی طرح استعمال کر سکوں. یعنی اس میں ریڈنگ اور رائٹنگ بھی کر سکوں. بے شک کمپیوٹر آف ہونے پر سارا ڈیٹا ختم ہو جائے. کیا کوئی اس سلسلہ میں میری مدد کر سکتا ہے.......

  2. #2
    shaniroy's Avatar
    shaniroy is offline Senior Member+
    Last Online
    3rd March 2012 @ 01:02 PM
    Join Date
    22 Apr 2010
    Location
    In yours Pray
    Posts
    383
    Threads
    0
    Credits
    846
    Thanked
    17

    Default

    You can use the dos based ramdrive.sys in Win XP by following these steps.

    1.start the add hardware wizzard
    2.Click on 'Next' on the 'Welcome' screen of the Hardware Wizard.
    3.The Hardware Wizard will scan your machine for new hardware.
    4.When it finds no new hardware, say YES, you have the hardware in.
    5.Go to the bottom and choose the 'Add a new hardware device' option.
    6.Use the 'Install the hardware that I manually select from a List (Advanced)' choice.
    7.On the next screen, use the first choice 'Show all devices'. [WAIT!!]
    8.From the next screen, choose 'Microsoft' in the list and select the 'RAMdisk Driver'. There is also the 'Have Disk' button - if you click that button, you can manually select ramdisk.inf from C:\WINDOWS\INF
    9.Click 'Next' and the Hardware Wizard will install the RAMdisk driver

    That installs the hardware so that it now exists on the system. The next thing is to configure it so as to be useful. A quick way may be to add this to your registry and see what happens on your machine. I do not know if this will work for you but I have this in my registry.

    Put this into a text file called <whateveryouwant>.reg and click it -> yes

    -----start----
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\R amdisk]
    "Type"=dword:00000001
    "Start"=dword:00000000
    "ErrorControl"=dword:00000001
    "ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6 d,00,33,00,32,00,5c,00,44,00,\
    52,00,49,00,56,00,45,00,52,00,53,00,5c,00,72,00,61 ,00,6d,00,64,00,69,00,73,\
    00,6b,00,2e,00,73,00,79,00,73,00,00,00
    "DisplayName"="Ramdisk Driver"

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\R amdisk\Parameters]
    "BreakOnEntry"=dword:00000000
    "DebugLevel"=dword:00000000
    "DebugComp"=dword:ffffffff
    "DiskSize"=dword:002e8000
    "DriveLetter"="Z:"
    "RootDirEntries"=dword:00000200
    "SectorsPerCluster"=dword:00000002

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\R amdisk\Security]
    "Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00 ,14,00,00,00,30,00,00,00,02,\
    00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01 ,00,00,00,00,00,01,00,00,\
    00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02 ,00,01,01,00,00,00,00,00,\
    05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00 ,00,00,00,05,20,00,00,00,\
    20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00 ,00,00,05,0b,00,00,00,00,\
    00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00 ,00,00,23,02,00,00,01,01,\
    00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00 ,05,12,00,00,00

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\R amdisk\Enum]
    "Count"=dword:00000001
    "NextInstance"=dword:00000001
    "0"="Root\\UNKNOWN\\0000"
    --------end-------

    This ramdrive.sys only supports up to 32 MB but Microsoft also have a sample driver you can download and modify to suit your specific needs. It was mad for 2000 but should be suitable for XP. This will hopefully get you to the 256MB you desire but I do not know since I have not used it.
    http://support.microsoft.com/support/kb/articles/Q257/4/05.ASP


    I noticed nobody has replied to you so I have replied just for you.

    hope this helps give you a start in the right direction.

  3. #3
    Osho's Avatar
    Osho is offline Senior Member+
    Last Online
    8th September 2022 @ 07:32 PM
    Join Date
    11 Jan 2010
    Location
    Pakistan
    Age
    42
    Posts
    455
    Threads
    51
    Credits
    0
    Thanked
    82

    Default

    shani bhai bohat shukria. aap ne jo method bataya hai mein try karoon ga thanks aap ne itni detail likhi. kia hum Autoexec.bat k through system k start k waqt ramdrive create nahi karwa saktay.?

  4. #4
    shaniroy's Avatar
    shaniroy is offline Senior Member+
    Last Online
    3rd March 2012 @ 01:02 PM
    Join Date
    22 Apr 2010
    Location
    In yours Pray
    Posts
    383
    Threads
    0
    Credits
    846
    Thanked
    17

    Default

    kar wa saktay hain g bilkul

  5. #5
    shaniroy's Avatar
    shaniroy is offline Senior Member+
    Last Online
    3rd March 2012 @ 01:02 PM
    Join Date
    22 Apr 2010
    Location
    In yours Pray
    Posts
    383
    Threads
    0
    Credits
    846
    Thanked
    17

    Default

    if ur problem solve so don't forget to say thanks
    Attached Images Attached Images  

  6. #6
    Osho's Avatar
    Osho is offline Senior Member+
    Last Online
    8th September 2022 @ 07:32 PM
    Join Date
    11 Jan 2010
    Location
    Pakistan
    Age
    42
    Posts
    455
    Threads
    51
    Credits
    0
    Thanked
    82

    Default

    not yet

Similar Threads

  1. Hello Respected Members
    By adnan_tariq in forum Introduction
    Replies: 9
    Last Post: 26th January 2021, 10:32 PM

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
  •