|
|
 |
Linux Memory/Temporary File System (FS) - 256
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 ... http://256.com/gray/docs/misc/linux_mem... |
 |
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... |
 |
Exploring the FileSystem APIs - HTML5 Rocks
... fs) { console.log('Opened file system: ' + fs.name); } window.requestFileSystem(window.TEMPORARY, 5*1024*1024 /*5MB*/, onInitFs, errorHandler); The FileSystem ... http://www.html5rocks.com/en/tutorials/... |
 |
Doubt on /tmp filesystem: /tmp filesystem
df correctly shows how much temporary data you have (stored in swap space) >> The disk usage in /tmp filesystem is just around 1 MB and it showing more than 4 ... http://www.experts-exchange.com/OS/Unix... |
|
|