You are here

Do portable apps use RAM Disk?

5 posts / 0 new
Last post
LOGAN-Portable
LOGAN-Portable's picture
Offline
Last seen: 11 years 4 months ago
Developer
Joined: 2007-09-11 12:24
Do portable apps use RAM Disk?

Because Flash Drives have a limited numbers of write/delete I was wondering if the Portable Apps provided by PAM use a RAM Drive to use as temporary HDD storage instead the flash drive itself.

Does anyone know a good way to implement it?

Hmm I just realised this might not be possible as a ramdisk would rely on an system file to be installed :/

m2
Offline
Last seen: 13 years 4 months ago
Joined: 2006-12-12 12:00
Hmm I just realised this

Hmm I just realised this might not be possible as a ramdisk would rely on an system file to be installed :/
Exactly.

"Those people who think they know everything are a great annoyance to those of us who do." Asimov

Ed_P
Offline
Last seen: 5 years 8 months ago
Joined: 2007-02-19 09:09
alternate approach

U3 temporarily copies its apps to the hd to reduce the IO to the flash drive. You could probably set up something similar for PAM. Create a CMD script, change the AUTORUN to invoke it, ....

Ed

sergentsiler
sergentsiler's picture
Offline
Last seen: 1 year 3 months ago
Joined: 2007-02-28 11:37
a ram load...

could be possible. dont know how but i know that many apps use a ram only based service after loading into the ram. (they are executed from harddrive but do not touch the harddrive untuill closing the app)

Zoop

jps
Offline
Last seen: 15 years 3 months ago
Joined: 2007-06-09 13:23
Theoretically it would be

Theoretically it would be possible to to save data to ramdisk. Because any program without admin rights can request any amount of free storage from the operating system.

But as soon you request a drive letter from windows you need admin rights.

Only workarround could be to simulate a new directory on the stick. But this would need reverse engeneering and heavy knowledge of windows file system. I don`t think someone will create such a program, it`s to much work.

Log in or register to post comments