Linux is the Swiss Army knife of file systems, and it also offers a wide variety of storage technologies for both desktops and servers. Beyond the file system, Linux incorporates world-class NAS and SAN technologies, data protection, storage management, support for clouds, and solid-state storage. Learn more about the Linux storage ecosystem and why it's number one in server market share.
Read more »Linux and the storage ecosystem
Category: High End Tags:
- Login to post comments
How to share /home directory between two linux installations
Frequent re-installations of operating system due to crashes is always been a problem for many of the linux users, and my case is also the same.... Everytime i start with doing something like trying some new commands or editing some configuration files and finally ends up with an 'OS crash' and a fresh installation thereafter.
Read more »Category: Beginner Tags:
Cool User File Systems: ArchiveMount
Have you ever wanted to look inside a tar.gz file but without expanding it? Have you ever wanted to just dump files in a .tar.gz file without having to organize it and periodically tar and gzip this data?
Read more »Category: High End Tags:
- Login to post comments
LVM, RAID, XFS and EXT3 filesystems tuning for small files heavy load parallel I/O on Debian
Thousands concurrent parallel read write accesses over tens of millions of small files is a terrible performance tuning problem for e-mail servers.
You must understand and fine tune all your infrastructure chain, following the previous articles for data storage and multipath on Debian 5.x Lenny.
Read more »Category: High End Tags:
Cool User File Systems, Part 1: SSHFS
In keeping with our current theme of cool user-space file systems, this article examines the first user-space file system I ever used: SSHFS. SSHFS has a client that can mount and interact with a remote file system as though the file system were local. It uses sftp so it’s as secure as sftp is (I’m not a security expert so I can’t comment on the security of ssh).
Read more »Category: High End Tags:
OCFS2: Unappreciated Linux File System
It's common knowledge that Linux has a fair number of file systems. Some of these are unappreciated and can be very useful outside their "comfort zone". OCFS2 is a clustered file system initially contributed by Oracle and can be a great back-end file system for general, shared storage needs.
Read more »Category: High End Tags:
- Login to post comments
Next-Gen Linux File Systems: Change Is the New Constant
With support for over 50 file systems, excluding user space implementations, GNU/Linux has been extremely successful at supporting file system innovation.
Read more »Category: High End Tags:
- Login to post comments
Log-structured file systems: There's one in every SSD
When you say "log-structured file system," most storage developers will immediately think of Ousterhout and Rosenblum's classic paper, The Design and Implementation of a Log-structured File System - and the nearly two decades of subsequent work attempting to solve the nasty segment cleaner problem (see below) that came with it.
Read more »Category: High End Tags:
Linus Torvalds Upset over Ext3 and Ext4
It all started with a request for help from Jesper Krogh in one of the first responses to Torvalds's announcement March 24 of Kernel 2.6.29 on the gmane.linux.kernel mailing list.
Read more »Category: Community Tags:
- Login to post comments
The Future of Linux File Systems and Volume Managers
I enjoy working with data storage technologies and especially enjoy topics on file systems/volume managers. It is my personal opinion that both UNIX and GNU/Linux are more well equipped to cater to enterprise market although I am still concerned for the future of GNU/Linux with regards to one specific area and that is storage management.
Read more »Category: High End Tags:
- Login to post comments
Ubuntu 9.04 Receives EXT4 Support
With the EXT4 file-system having been stabilized with the Linux 2.6.28 kernel, the Ubuntu developers are preparing to adopt this evolutionary Linux file-system update. EXT4 will not replace EXT3 as the default file-system until at least Ubuntu 9.10, but as of yesterday, Ubuntu 9.04 now has install-time support for EXT4.
Read more »Category: High End Tags:
Gollem: A Web-based file manager for back-end data
There are many ways to share files with teams of people, but few require only a Web browser for access and let you choose from tens of different ways of authenticating user access to the files.
Read more »Category: Business Tags:
- Login to post comments
A guide to common Linux file and system commands for new users
The primary reason for writing this is to help new users develop an understanding of the Linux file system commands. Not all of them, just some of the more common ones. Let's look at what they do and why I would need to use them, what not to do, what each thing means and what it's for.
Read more »Category: Beginner Tags:
- Login to post comments
Anatomy of the Linux file system
When it comes to file systems, Linux® is the Swiss Army knife of operating systems. Linux supports a large number of file systems, from journaling to clustering to cryptographic. Linux is a wonderful platform for using standard and more exotic file systems and also for developing file systems.
Read more »