LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ramfs & tmpfs (https://www.linuxquestions.org/questions/linux-general-1/ramfs-and-tmpfs-609062/)

hadyy 12-25-2007 02:00 PM

ramfs & tmpfs
 
Hi there dear friends
Pay attention to these examples:
#mount -t ramfs /dev/ramdisk /mnt/ramfs
#mount -t tmpfs /dev/ramdisk /mnt/tmpfs

now
1- What is the difference of these?
2- I can resize tmpfs with this command
#mount -t tmpfs -o size=64M /dev/ramdisk /mnt/tmpfs
but I cannt resize ramfs.
please help me.
thank you

Uncle_Theodore 12-25-2007 02:05 PM

It's all here:
http://www.mjmwired.net/kernel/Docum...tems/tmpfs.txt

hadyy 12-25-2007 02:16 PM

thanks
 
OK
Excellent
thank you very very much


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