~ubuntu-branches/debian/stretch/jfsutils/stretch

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Christopher L Cheney
  • Date: 2002-02-10 01:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20020210010000-v63g4150dcpnehzq
Tags: upstream-1.0.14
ImportĀ upstreamĀ versionĀ 1.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
IBM's Journaled File System (JFS) for Linux
 
2
JFS Utilities
 
3
Version 1.0.14, January 28, 2002
 
4
 
 
5
TEAM MEMBERS
 
6
------------
 
7
Steve Best         sbest@us.ibm.com
 
8
Dave Kleikamp      shaggy@us.ibm.com  
 
9
Barry Arndt        barndt@us.ibm.com
 
10
Christoph Hellwig  hch@caldera.de
 
11
 
 
12
 
 
13
The NEWS file contains a brief overview of user-visible changes to the utilities.
 
14
 
 
15
The ChangeLog file contains a list of specific changes to the JFS utilities.
 
16
 
 
17
 
 
18
INSTALLATION
 
19
------------
 
20
There are 3 methods to install the JFS utilities:
 
21
 
 
22
 
 
23
A. Installation - RPM
 
24
---------------------
 
25
1)  You can use the RPM distribution to build the JFS utilities:
 
26
 
 
27
        rpm -tb jfsutils-1.0.14.tar.gz
 
28
 
 
29
 
 
30
B. Installation - Building From Source From Tar Ball
 
31
----------------------------------------------------
 
32
After the source has been unzipped and untarred:
 
33
 
 
34
1)  Change directory into the top of the jfsutils source tree.
 
35
 
 
36
2)  Run the configure script:
 
37
 
 
38
        ./configure
 
39
 
 
40
3)  Compile the utilities:
 
41
 
 
42
        make
 
43
 
 
44
4)  Install the utilities:
 
45
 
 
46
        make install
 
47
 
 
48
 
 
49
C. Installation - Building From Source From CVS Tree
 
50
----------------------------------------------------
 
51
After the source has been retrieved from the CVS Tree:
 
52
 
 
53
1)  Change directory into the top of the jfsutils source tree.
 
54
 
 
55
2)  Run the autogen.sh script:
 
56
 
 
57
        ./autogen.sh
 
58
 
 
59
3)  Compile the utilities:
 
60
 
 
61
        make
 
62
 
 
63
4)  Install the utilities:
 
64
 
 
65
        make install
 
66
 
 
67
 
 
68
CVS ACCESS
 
69
----------
 
70
anonymous cvs access is available for the JFS tree and the JFS utilities
 
71
tree from the oss.software.ibm.com server.  It contains the latest source 
 
72
code for JFS and its utilities.
 
73
 
 
74
id anoncvs
 
75
password anoncvs
 
76
CVSROOT should be set to :pserver:anoncvs@oss.software.ibm.com:/usr/cvs/jfs
 
77
 
 
78
To checkout 2.4.x series of the JFS files enter the following:
 
79
cvs checkout linux24
 
80
 
 
81
To checkout 2.5.x series of the JFS files enter the following:
 
82
cvs checkout linux25
 
83
 
 
84
To checkout the JFS utilities enter the following:
 
85
cvs checkout jfsutils
 
86
 
 
87
To receive notification of commits to the cvs tree, please send e-mail to 
 
88
linuxjfs@us.ibm.com stating that you would like notifications sent to you. 
 
89
 
 
90
 
 
91
SEE ALSO
 
92
--------
 
93
man pages for the JFS utilities
 
94
 
 
95
README file included in the JFS file system
 
96
 
 
97
http://oss.software.ibm.com/jfs
 
98
 
 
99
 
 
100
Please send bugs, comments, cards and letters to linuxjfs@us.ibm.com.
 
101
 
 
102
The JFS mailing list can be subscribed to by using the link labeled "Mail list Subscribe"
 
103
at our web page http://oss.software.ibm.com/jfs/.