Is There a Perfect Linux Filesystem?
Jun 30, 2009, 23:02 (0 Talkback[s])
(Other stories by Ken Hess)
WEBINAR:
On-Demand
How to Help Your Business Become an AI Early Adopter
[ Thanks to Ken Hess
for this link. ]
"Is there anything that creeps closer to perfect?
"Yes, there is one filesystem that comes very close to perfect.
It is ramfs.
"It is dynamically resizable and very fast. The major downside
is that there is the possibility of filling up the ramfs until
there's no memory left and, as a result, the system will hang.
Another downside is that the data in ramfs is not reboot persistent
so any data contained in a ramfs will be lost upon reboot."
Complete
Story
Related Stories:
- Working with filesystems using NFSV4 ACL(Jun 05, 2009)
- Kernel Log: What's coming in 2.6.30 - File systems: New and revamped file systems(Apr 28, 2009)
- ext4 File System: Introduction and Benchmarks(Mar 30, 2009)
- Linux Kernel 2.6.29 Includes the Btrfs Filesystem(Mar 25, 2009)
- Linux File Systems: Ext4. Btrfs. Do we understand what we need?(Mar 18, 2009)
- ext4, application expectations and power management(Mar 17, 2009)
- Testing Ubuntu Jaunty and Ext4 WITHOUT Trashing Your Data(Mar 12, 2009)
- Overview of RAMFS and TMPFS on Linux(Mar 10, 2009)
- "Fake" Write Support(Jun 10, 2008)