none
[openafs-wiki.git] / AFSLore / SupportedConfigurations.mdwn
1 ## <a name="Recommended Partition Types for"></a><a name="Recommended Partition Types for "></a> Recommended Partition Types for use with [[OpenAFS]]
2
3 <table border="1" cellpadding="0" cellspacing="0">
4   <tr>
5     <th bgcolor="#99CCCC"><strong> namei Server </strong></th>
6     <th bgcolor="#99CCCC"><strong> Server vicexx Partition Types </strong></th>
7   </tr>
8   <tr>
9     <td> Any system type </td>
10     <td> Basically any filesystem you like, as the new namei file server does not do any fancy stuff behind the scenes but only accesses normal files (their names are a bit strange though). </td>
11   </tr>
12 </table>
13
14 <table border="1" cellpadding="0" cellspacing="0">
15   <tr>
16     <th bgcolor="#99CCCC"><strong> inode Server </strong></th>
17     <th bgcolor="#99CCCC"><strong> Server vicexx Partition Types </strong></th>
18   </tr>
19   <tr>
20     <td> i386_linux24 </td>
21     <td><code>ext2</code></td>
22   </tr>
23   <tr>
24     <td> sun4x_5[789] </td>
25     <td><code>ufs</code> w/o logging </td>
26   </tr>
27   <tr>
28     <td> aix_4[345] , aix_51 </td>
29     <td><code>ufs</code></td>
30   </tr>
31   <tr>
32     <td> sgi_65 </td>
33     <td><code>XFS</code></td>
34   </tr>
35   <tr>
36     <td> ppc_darwin_14 </td>
37     <td> ??? </td>
38   </tr>
39 </table>
40
41 <table border="1" cellpadding="0" cellspacing="0">
42   <tr>
43     <th bgcolor="#99CCCC"><strong> Client </strong></th>
44     <th bgcolor="#99CCCC"><strong> Cache (<code>/usr/vice/cache</code>)Partition Types </strong></th>
45   </tr>
46   <tr>
47     <td> i386_linux24 </td>
48     <td><code>ext2</code></td>
49   </tr>
50   <tr>
51     <td> sun4x_5[789] </td>
52     <td><code>ufs</code> w/o logging </td>
53   </tr>
54   <tr>
55     <td> aix_4[345] , aix_51 </td>
56     <td><code>ufs</code></td>
57   </tr>
58   <tr>
59     <td> sgi_65 </td>
60     <td><code>XFS</code></td>
61   </tr>
62   <tr>
63     <td> ppc_darwin_14 </td>
64     <td> ??? </td>
65   </tr>
66   <tr>
67     <td> These Don't Work </td>
68     <td><code>reiserfs</code>, <code>vxfs</code> (HP-UX) </td>
69   </tr>
70 </table>
71
72 -- [[ToddLewis]] - 06 Nov 2002