home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / disk / ufs-0.3.1.1.README < prev    next >
Encoding:
Text File  |  1995-09-12  |  1.6 KB  |  49 lines

  1.  
  2. ufs-0.3.1.1.s.tar.gz
  3.  
  4. This is the source for the Unix File System (ufs) for Linux kernels
  5. 1.3.x.  This version, 0.3.1.1, is able to mount NEXTSTEP filesystems
  6. READ_ONLY from Linux. WRITING is not possible.
  7.  
  8. ufs-0.2 was developed by Yossi Gottlieb, 0.3nx by Bruno Haible
  9. added support for NEXTSTEP filesystems (floppy and hard disk). This
  10. version, 0.3.1.1, works for kernels >=1.3.x.
  11.  
  12. This is without any warranty. It works fine for me (kernel version
  13. 1.3.23, at the moment) with NEXTSTEP 3.2 and 3.3 partitions on two
  14. SCSI disks.  There seem to be problems with symbolic links on UFS
  15. filesystems.
  16.  
  17.  
  18. REQUIREMENTS:
  19.  
  20. This patch should work with Linux kernel 1.3.x. For kernels 1.1
  21. and 1.2, please use ufs-0.3-NeXT.
  22.  
  23.  
  24. INSTALLATION:
  25.  
  26. unpack ufs-0.3.1.1.Linux.s.tar.gz in the directory _below_ your
  27. Linux kernel source (e.g. /usr/src, if your kernel sources are in
  28. /usr/source/linux). Then run the patch ufs-0.3.1.1.patch with 'patch
  29. <ufs-0.3.1.1.patch'. Now you're ready to build your kernel from
  30. scratch. You'll have to reconfigure the kernel and enable ufs
  31. support. Hopefully a 'make dep;make clean;make config' followed by
  32. 'make' or so will do. If you're unsure about rebuilding and installing
  33. a new kernel, please ask a Linux wizard.
  34.  
  35.  
  36. USAGE:
  37.  
  38. After you've booted the new kernel with ufs support enabled, you
  39. should be able to mount NEXTSTEP partitions with 'mount -t ufs
  40. ...'. Note that Linux has a different numbering scheme for the
  41. partitions, you might check with fdisk.
  42.  
  43.  
  44. Feel free to contact me if you have problems with the installation,
  45. but don't expect to much help from me ;-)
  46.  
  47.     Gregor Hoffleit (flight@mathi.uni-heidelberg.de)
  48.  
  49.