AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
GoboLinux is a distribution which sports a different file system structure than 'ordinary' Linux distributions. In order to remain compatible with the Filesystem Hierarchy Standard, symbolic links are used to map the GoboLinux tree to standard UNIX directories.
The filesystem used in the vast majority of Linux (and to a lesser extent on other Unix) distributions is the ext3 filesystem, which stands for extended filesystem. Slashdot recently pointed to an article on IBM DeveloperWorks discussing the new ext4 filesystem currently in development, and some of its new features. So what is a filesystem really?
"There is an alternative to pirated software. You don't need to pirate software to use good software. We often read raids of shops and businesses using illegal software. People want to use software, and FOSS is an alternative," said Dr. Giovanni Tapang, member of the Computer Professionals Union and Agham, an organization of Filipino scientists and engineers, in an interview last week.
With MySQLfs you can store a filesystem inside a MySQL relational database. MySQLfs breaks up the byte content of files that you store in its filesystem into tuples in the database, which allows you to store large files in the filesystem without requiring the database to support extremely large BLOB fields. With MySQLfs you can throw a filesystem into a MySQL database and take advantage of whatever database backup, clustering, and replication setup you have to protect your MySQLfs filesystem.
I really like OpenSUSE Linux, but the best distro is PCLinuxOS. If there was ever an OS that could help me 'throw Windows out the window,' this is it. Ive tried using Mac as an alternative to Windows, but I guess it just wasn't for me. At least Apple implores its users to 'Think Different,' Microsoft insists everyone 'be Genuine.' So what would be their catch-phrase be, 'Be Authentic?'
ZFS is an advanced filesystem created by Sun Microsystems but not supported in the Linux kernel. The ZFS_on_FUSE project allows you to use ZFS through the Linux kernel as a FUSE filesystem. This means that a ZFS filesystem will be accessible just like any other filesystem the Linux kernel lets you use.
eCryptfs is a kernel-native crypographic filesystem. It's also a stacked filesystem, eCryptfs must work on top of another filesystem such as Ext3. This means that you don't need to allocate space for eCryptfs, it will grow and shrink as you add files to it.