home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 January / PCO0198.ISO / filesbbs / os2 / ntfs_003.arj / NTFS_003.ZIP / readme.os2 < prev   
Encoding:
Text File  |  1997-10-27  |  5.3 KB  |  162 lines

  1. ╔═══════════════════════════════════════════════════════════════════════╗
  2. ║  32 bits Windows NT NTFS file system driver for OS/2 WARP - Allows    ║
  3. ║  OS/2 to access your Windows NT NTFS partitions as normal drive       ║
  4. ║  letters.                                                             ║
  5. ║  Copyright (C) 1997  Daniel Steiner (daniel.steiner@cch.cerberus.ch)  ║
  6. ║                                                                       ║
  7. ║  This program is free software                                        ║
  8. ║                                                                       ║
  9. ║  This program is distributed in the hope that it will be useful,      ║
  10. ║  but WITHOUT ANY WARRANTY; without even the implied warranty of       ║
  11. ║  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                 ║
  12. ║                                                                       ║
  13. ╚═══════════════════════════════════════════════════════════════════════╝
  14.  
  15.               NTFS-OS2 VERSION 0.03 (32 BITS EDITION)
  16.  
  17.  
  18. WHAT IS NTFS-OS2  ?
  19. -------------------
  20.  
  21. NTFS-OS2 is CURRENTLY ONLY A COLLECTION OF TOOLS to access a Windows NT file
  22. system (NTFS) in read-only mode.
  23.  
  24. If there is enough interest for a ntfs-IFS I'll port the original Linux ntfs
  25. code from M. Loewis to OS/2 using mwdd32 device driver from M. Willm.
  26.  
  27. nts-os2.ifs will be a file system driver that allows OS/2 to seamlessly access
  28. Windows NT ntfs partitions in both read and write (maybe) modes.
  29. Once installed, NTFS partitions would appear as standard OS/2 drive letters, one
  30. per NTFS partition.
  31.  
  32.  
  33. Make sure you understand that this is alpha software. This means that the
  34. implementation is neither complete nor well-tested. Still, it works for me
  35. and others, so you can try it out. You should know how to restore the system
  36. after a crash, and have a backup of any valuable data, just in case.
  37.  
  38.  
  39. INSTALLATION AND USAGE INSTRUCTIONS :
  40. ------------------------------------
  41.  
  42.   Installing ntfs tools:
  43.  
  44.      Simply unzip ntfs_003.zip in a directory.
  45.  
  46.   Usage:
  47.  
  48.      findntfs
  49.      ntdir <driveletter>:\<path>
  50.      ntcat <driveletter>:\<path>\<file>
  51.      ntcp  <driveletter>:\<path>\<file> file
  52.  
  53.  
  54.  
  55.    no relativ path are supported, eg. no '.' and no '..' as path
  56.    no wildcards are supported
  57.  
  58. ***********************************************
  59. ***** IMPORTANT WARNING - READ THIS FIRST *****
  60. ***********************************************
  61.  
  62. ntfs-os2 is a FILE SYSTEM DRIVER. Being a driver it runs at the most
  63. privileged level of the OS/2 operating system, known as "kernel mode".  
  64. IN KERNEL MODE THERE IS NO MORE CRASH PROTECTION.  It means that if a bug 
  65. occurs in the driver IT CAN CAUSE A HANG OR A SYSTEM HALT, AND THUS CAN 
  66. CAUSE LOSS OF DATA.
  67.  
  68.  - I STRONGLY SUGGEST YOU TO MAKE A BACKUP OF ALL YOUR DATA (EVEN IF THEY 
  69.    ARE NOT LOCATED ON A WINDOWS NT NTFS PARTITION) PRIOR TO USE THIS DRIVER.
  70.  
  71.  - DON'T USE THIS DRIVER ON A PRODUCTION MACHINE, OR IF YOU MANIPULATE
  72.    CRITICAL DATA.
  73.  
  74.  - IF HUMAN LIFE DEPENDS ON YOUR SYSTEM, DON'T INSTALL THIS DRIVER ON IT.
  75.  
  76.  - USE IT AT YOUR OWN RISKS, AND ONLY ON A MACHINE YOU ACCEPT TO CRASH
  77.    AND REINSTALL.
  78.  
  79.  - BE AWARE THAT THIS DRIVER WILL GIVE FULL UNRESTRICTED (ROOT) ACCESS TO 
  80.    ALL YOUR WINDOWS NT NTFS PARTITIONS FROM OS/2.
  81.  
  82. Now experience tends to prove that ntfs-os2 is stable for normal use...
  83. but doing regular backups is never a bad practice.
  84.  
  85.  
  86. MAIN CHANGES SINCE PREVIOUS RELEASE :
  87. -------------------------------------
  88.  
  89. - updated to newest version of Linux NTFS
  90. - correction in some type cast
  91.  
  92.  
  93. INCLUDED IN THIS PACKAGE :
  94. --------------------------
  95.  
  96. Currently the package includes only some tools to access a NTFS partition.
  97. If there's enough interest I'll port and include an ntfs IFS in the future
  98. too.
  99.  
  100.  
  101. FEATURES AND RESTRICTIONS OF THE 32 BITS VERSION OF NTFS-OS2 :
  102. --------------------------------------------------------------
  103.  
  104.   OS/2 Requirements :
  105.       - OS/2 WARP V4 : supported.
  106.       - OS/2 WARP V3 : fixpack 17 or higher is required. Bare OS/2 
  107.                        WARP (no fixpack) should be OK but I did not
  108.                        test it.
  109.       - OS/2 2.x  : not supported.
  110.       - OS/2 1.x  : not supported.
  111.  
  112.  
  113. WHERE TO FIND NTFS-OS2 :
  114. ------------------------
  115.  
  116. You can find the latest version of ntfs-os2 at the ntfs-os2 home page :
  117.  
  118.     http://npw.cgnet.de/dsteiner
  119.  
  120. You can also find it at the usual ftp sites (or in their incoming directory) :
  121.  
  122.     ftp://ftp-os2.nmsu.edu/pub/os2/system/drivers/filesys/ntfs_003.zip
  123.     ftp://ftp.leo.org/pub/comp/os/os2/drivers/ifs/ntfs_003.zip
  124.     ftp://ftp-os2.cdrom.com/pub/os2/diskutil/ntfs_003.zip
  125.  
  126.  
  127. FEEDBACK AND SUPPORT :
  128. ----------------------
  129.  
  130. Please feel free to contact me for any question on ntfs-os2. You are also
  131. encouraged to give me some feedback on how it works on your system and what
  132. new features you would like ... this helps me improve it ! Both success stories
  133. and disasters interest me.
  134.  
  135.  
  136. CREDITS :
  137. ---------
  138.  
  139. Thanks to M. Loewis for his Linux ntfs driver.
  140. Thanks to M. Willm for his 32-Bit IFS kit.
  141. Thanks to O. Stein, IBM Deutschland IHV Support for sponsoring VisualAge C++  3.0
  142.  
  143. DONATIONS :
  144. -----------
  145.  
  146. Even this software is free, donations are welcome.
  147.  
  148.  
  149.  
  150. Daniel Steiner
  151.  
  152. e-mail: daniel.steiner@cch.cerberus.ch
  153.  
  154. mail:
  155.   Daniel Steiner
  156.   Meienbergstr. 81
  157.   CH-8645 Jona
  158.   (Switzerland)
  159.  
  160.  
  161.  
  162.