Showing posts with label reiserfs. Show all posts
Showing posts with label reiserfs. Show all posts

Thursday, August 4, 2011

Welcome to the Reiser4 Wiki


Contents

 [hide]

ReiserFS mount options

acl

Enable POSIX Access Control Lists. See the acl(5) manual page.

Example:
mount -t reiserfs -o acl /dev/sdb1 /mnt/scsi-disk-b

Using ReiserFS with Linux

Summary:  Take a look at the ext2 (second extended file system), ext3 (third extended file system), and Reiser4 file systems and discover how to create your own Reiser4 file system. The most commonly used file system, ext2, is a traditional UNIX®-style file system that doesn't mix well with modern hard drive sizes. The ext3 file system adds journalling, but not much else. If you want something really advanced, you might want to check out the current Reiser4 file system.