(no commit message)
[openafs-wiki.git] / ReiserFS.mdwn
1 ## <a name="Where can you use _ReiserFS?"></a> Where can you use [[ReiserFS]]?
2
3 There seems to be much confusion amongst new [[OpenAFS]] administrators about when and where they can use [[ReiserFS]]. This document attempts to describe supported uses, and explain why the others are unsupported.
4
5 ----
6
7 ### <a name="Supported:  Vice partitions on n"></a> Supported: Vice partitions on namei-based fileservers
8
9 **Why:** Namei-based fileservers store volumes in regular files on the vice partitions. No meta-data is stored in the inodes of these files.
10
11 ----
12
13 ### <a name="Unsupported:  Vice partitions on"></a> Unsupported: Vice partitions on inode-based fileservers
14
15 **Why:** Inode-based fileservers access volumes directly via inode, and sneakily stuff bits of volume metadata into portions of the inode structure. Since [[ReiserFS]] does not have persistent inodes, this process will not work.
16
17 ----
18
19 ### <a name="Unsupported:  Cache partitions o"></a> Unsupported: Cache partitions on [[OpenAFS]] clients
20
21 **Why:** The cache manager operates directly on filesystem inodes. [[ReiserFS]] does not have persistent inodes.
22
23 ----
24
25 -- [[RayLink]] - 04 Mar 2004