aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/sysv-fs.txt
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
commit1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch)
tree0bba044c4ce775e45a88a51686b5d9f90697ea9d /Documentation/filesystems/sysv-fs.txt
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
Diffstat (limited to 'Documentation/filesystems/sysv-fs.txt')
-rw-r--r--Documentation/filesystems/sysv-fs.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/filesystems/sysv-fs.txt b/Documentation/filesystems/sysv-fs.txt
new file mode 100644
index 000000000000..d81722418010
--- /dev/null
+++ b/Documentation/filesystems/sysv-fs.txt
@@ -0,0 +1,38 @@
1This is the implementation of the SystemV/Coherent filesystem for Linux.
2It implements all of
3 - Xenix FS,
4 - SystemV/386 FS,
5 - Coherent FS.
6
7This is version beta 4.
8
9To install:
10* Answer the 'System V and Coherent filesystem support' question with 'y'
11 when configuring the kernel.
12* To mount a disk or a partition, use
13 mount [-r] -t sysv device mountpoint
14 The file system type names
15 -t sysv
16 -t xenix
17 -t coherent
18 may be used interchangeably, but the last two will eventually disappear.
19
20Bugs in the present implementation:
21- Coherent FS:
22 - The "free list interleave" n:m is currently ignored.
23 - Only file systems with no filesystem name and no pack name are recognized.
24 (See Coherent "man mkfs" for a description of these features.)
25- SystemV Release 2 FS:
26 The superblock is only searched in the blocks 9, 15, 18, which
27 corresponds to the beginning of track 1 on floppy disks. No support
28 for this FS on hard disk yet.
29
30
31Please report any bugs and suggestions to
32 Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de>
33 Pascal Haible <haible@izfm.uni-stuttgart.de>
34 Krzysztof G. Baranowski <kgb@manjak.knm.org.pl>
35
36Bruno Haible
37<haible@ma2s2.mathematik.uni-karlsruhe.de>
38