Results 1 to 2 of 2
Hello, I'd like to use my RAM as a space to read and write temporary text files very quickly. My searches led me to ramfs. I tried to create a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-05-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 12
Mounting ramfs
Hello, I'd like to use my RAM as a space to read and write temporary text files very quickly. My searches led me to ramfs. I tried to create a virtual file system, but it didn't work:
mkd
- 01-17-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 2
I think you want tmpfs, e.g.
mount -t tmpfs none /mnt/tmp
Cheers,
Ian.


Reply With Quote
