LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   please, i need explanation about tmpfs, devfs and randisk!!! (https://www.linuxquestions.org/questions/linux-newbie-8/please-i-need-explanation-about-tmpfs-devfs-and-randisk-442277/)

xcore_on 05-06-2006 03:00 PM

please, i need explanation about tmpfs, devfs and randisk!!!
 
please, i need explanation about tmpfs, devfs and randisk!!!

swap - virtual memory (in disk).

is for switching data between RAM and DISK when RAM finish/congested.
this is right?

tmpfs - is one virtual memory filesystem.
what more? what is do?


Devfs - Is one Device Filesystem.
what more? what is do?


and ramdisk ? what's this? what is do?


all help is welcome.
thanks in advance for you attention!!!

btmiller 05-06-2006 03:03 PM

A ramdisk is basically using memory to simulate a hard disk. Tmpfs is a filesystem that's been optimized to with a ramdisk as opposed to a physical disk backing it. Devfs is for device nodes. As you said, swap allows the kernel to page data oiut of main memory and onto the disk when main memory is getting full.


All times are GMT -5. The time now is 01:01 AM.