Questions tagged [tmpfs]

tmpfs is a common name for a temporary file storage facility on many Unix-like operating systems.

It is intended to appear as a mounted file system, but stored in volatile memory instead of a persistent storage device. A similar construction is a RAM disk, which appears as a virtual disk drive and hosts a disk file system.

94 questions
0
votes
1 answer

session_start() error on tmpfs: Protocol driver not attached (49)

I have a Redhat Enterprise LAMP server, hosting a Magento site, where I recently set up tmpfs for the session directory to improve performance. The tmpfs partition is mounted with the following command: mount -t tmpfs -o…
Dr. Noerb
  • 1
  • 1
-1
votes
1 answer

httpd does not open index.php in folder, mounted like tmpfs

I have a question: I mount folder /var/www/html/testram mount -t tmpfs -o size=5m,mode=0755 tmpfs /var/www/html/testram And put file index.php with some text. When I open site from web browser I don't see any text. What I have: drwxrwxrwx. 2…
DeamonMV
  • 722
  • 1
  • 10
  • 19
-2
votes
1 answer

Understand tmpfs size

I need to use a tmpfs on linux. I have some files to play with, I know how many files I have, and I know the size of each file. How can I decide the size of my tmpfs ? I'm using mount program : mount -t tmpfs -o size=?? name_tmpfs…
Gam
  • 684
  • 1
  • 8
  • 17
-2
votes
1 answer

How to mount preallocated ISO image in RAM

I have an ISO image (stock Ubuntu 13.10 DVD ISO image) loaded into memory pre-OS and I'm trying to start the Linux installation process from this image. GRUB can recognize the image as a cd and I can start the installation (I'm experimenting with…
TV1989
  • 39
  • 6
1 2 3 4 5 6
7