When one mounts a Linux file system: mount -t ext2 /dev/some drive /mnt/SomeFileSystemName, it seems pretty ordinary. What is the syntax if the file system is a reiser journaling file system? You would not use ext2.... What would you use? John