|
|
 |
Filesystem mount options (HTFS, EAFS, AFS, S51K)
To improve performance, your temporary filesystem (for example /tmp, /u/tmp, or /usr/tmp), can be set up as either an EAFS, AFS, S51K or HTFS filesystem type. http://osr600doc.sco.com/en/FS_admin/fs... |
 |
Linux Memory/Temporary File System (FS)
Linux Memory/Temporary File System (FS) I've always fought with creating a memory filesystem under linux. Too many possibilies: ramfs, romfs, cramfs, tmpfs and not enough (read ... http://256.com/gray/docs/misc/linux_mem... |
 |
File API: Directories and System
an application in a given origin requests a temporary filesystem on multiple occasions; each request is granted; and data from an earlier request still exists in the first ... http://dev.w3.org/2009/dap/file-system/... |
 |
Boost - Users - Boost filesystem get_temporary_file()
Boost filesystem get_temporary_file(). I cannot find any function in the Boost.Filesystem library to get a temporary filename. There has been some discussion about this ... http://boost.2283326.n4.nabble.com/Boos... |
 |
initrd - Wikipedia, the free encyclopedia
In computing, initrd (initial ramdisk) is a scheme for loading a temporary file system into memory in the boot process of the Linux kernel. initrd and initramfs refer to ... http://en.wikipedia.org/wiki/Initrd |
 |
DragonFlyBSD: features
TMPFS - Temporary FileSystem VFS. Originally a NetBSD port the guts have been radically adjusted and carefully tuned to provide a low-contention read path and to directly tie the ... http://www.dragonflybsd.org/features/ |
 |
Commons VFS - Supported File Systems
Temporary Files. Provides access to a temporary file system, or scratchpad, that is deleted when Commons VFS shuts down. The temporary file system is ... http://commons.apache.org/vfs/filesyste... |
 |
Toying With the HTML5 File System API | Nettuts+
window.requestFileSystem(window.TEMPORARY, 5*1024*1024, initFS, errorHandler); then nothing happens; meaning i have put some alerts after the call to create a file system, and it ... http://net.tutsplus.com/tutorials/html-... |
 |
Exploring the FileSystem APIs - HTML5 Rocks
var img = document.createElement('img'); img.src = fileEntry.toURL(); // filesystem:http://example.com/temporary/myfile.png document.body.appendChild(img); http://www.html5rocks.com/en/tutorials/... |
 |
File System - OWASP
The temporary file routines could be re-written to generate the content on the fly rather than storing on the file system. Ensure that all resources are not retrievable by ... https://www.owasp.org/index.php/File_Sy... |
|
|