Penguin

Differences between version 10 and predecessor to the previous major change of AFSNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 10 Last edited on Monday, August 11, 2003 4:28:29 pm by StuartYeates Revert
Older page: version 7 Last edited on Wednesday, June 18, 2003 11:58:35 pm by NathanWard Revert
@@ -60,9 +60,9 @@
  
 <verbatim> 
  dd if=/dev/zero of=/var/lib/openafs/vicepa bs=1024k count=32 
  mke2fs /var/lib/openafs/vicepa 
- mount -oloop /var/lib/openafs /vicepa 
+ mkdir /vicepa && mount -oloop /var/lib/openafs/vicepa /vicepa 
 </verbatim> 
  
 <small>Never fear! later on you can add /vicepb, /vicepc and so on.. - NathanWard</small> 
  
@@ -79,9 +79,9 @@
 </verbatim> 
  
 At this point, make sure you have compiled the openafs modules for your kernel. If you build a new kernel at the same time, reboot now so you can get these modules installed properly. 
  
-You can do this under [Debian] with [make-kpkg]: 
+You can do this under [Debian] with [make-kpkg(1) ]: 
 <verbatim> 
 # apt-get source openafs-modules-source 
 # cd /usr/src 
 # tar xzf openafs.tar.gz 
@@ -95,4 +95,7 @@
  
 ! Set up the root volume: 
 There is also a script to to this: 
  afs-rootvol 
+  
+----  
+kvno's are key version numbers. Every time you change your password this number is incremented.