home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / OS2 / NTFS_001.ARJ / NTFS_001.ZIP / README.OS2 < prev   
Encoding:
Text File  |  1997-08-31  |  5.1 KB  |  149 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.01 (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 maybe write modes.
  29. Once installed, NTFS partitions 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_001.zip in a directory.
  45.  
  46.   Usage:
  47.  
  48.      ntdir <drivenr>:\<path>
  49.      ntcat <drivenr>:\<path>\<file>
  50.      ntcp  <drivenr>:\<path>\<file> file
  51.  
  52.  
  53.    no relativ path are supported, eg. no '.' and no '..' as path
  54.  
  55. ***********************************************
  56. ***** IMPORTANT WARNING - READ THIS FIRST *****
  57. ***********************************************
  58.  
  59. ntfs-os2 is a FILE SYSTEM DRIVER. Being a driver it runs at the most
  60. privileged level of the OS/2 operating system, known as "kernel mode".  
  61. IN KERNEL MODE THERE IS NO MORE CRASH PROTECTION.  It means that if a bug 
  62. occurs in the driver IT CAN CAUSE A HANG OR A SYSTEM HALT, AND THUS CAN 
  63. CAUSE LOSS OF DATA.
  64.  
  65.  - I STRONGLY SUGGEST YOU TO MAKE A BACKUP OF ALL YOUR DATA (EVEN IF THEY 
  66.    ARE NOT LOCATED ON A WINDOWS NT NTFS PARTITION) PRIOR TO USE THIS DRIVER.
  67.  
  68.  - DON'T USE THIS DRIVER ON A PRODUCTION MACHINE, OR IF YOU MANIPULATE
  69.    CRITICAL DATA.
  70.  
  71.  - IF HUMAN LIFE DEPENDS ON YOUR SYSTEM, DON'T INSTALL THIS DRIVER ON IT.
  72.  
  73.  - USE IT AT YOUR OWN RISKS, AND ONLY ON A MACHINE YOU ACCEPT TO CRASH
  74.    AND REINSTALL.
  75.  
  76.  - BE AWARE THAT THIS DRIVER WILL GIVE FULL UNRESTRICTED (ROOT) ACCESS TO 
  77.    ALL YOUR WINDOWS NT NTFS PARTITIONS FROM OS/2.
  78.  
  79. Now experience tends to prove that ntfs-os2 is stable for normal use...
  80. but doing regular backups is never a bad practice.
  81.  
  82.  
  83. MAIN CHANGES SINCE PREVIOUS RELEASE :
  84. -------------------------------------
  85. - this is the first release
  86.  
  87. INCLUDED IN THIS PACKAGE :
  88. --------------------------
  89.  
  90. Currently the package includes only some tools to access a NTFS partition.
  91. If there's enough interest I'll port and include an ntfs IFS in the future
  92. too.
  93.  
  94.  
  95. FEATURES AND RESTRICTIONS OF THE 32 BITS VERSION OF NTFS-OS2 :
  96. --------------------------------------------------------------
  97.  
  98.   OS/2 Requirements :
  99.       - OS/2 WARP V4 : supported.
  100.       - OS/2 WARP V3 : fixpack 17 or higher is required. Bare OS/2 
  101.                        WARP (no fixpack) should be OK but I did not
  102.                        test it.
  103.       - OS/2 2.x  : not supported.
  104.       - OS/2 1.x  : not supported.
  105.  
  106.  
  107. WHERE TO FIND NTFS-OS2 :
  108. ------------------------
  109.  
  110. You can find the latest version of ntfs-os2 at the ntfs-os2 home page :
  111.  
  112.     sorry, currently there is NO ntfs-os2 home page.
  113.  
  114. You can also find it at the usual ftp sites (or in their incoming directory) :
  115.  
  116.     ftp://ftp-os2.nmsu.edu/pub/os2/system/drivers/filesys/ntsf_001.zip
  117.     ftp://ftp.leo.org/pub/comp/os/os2/drivers/ifs/ntfs_001.zip
  118.     ftp://ftp-os2.cdrom.com/pub/os2/diskutil/ntfs_001.zip
  119.  
  120.  
  121. FEEDBACK AND SUPPORT :
  122. ----------------------
  123.  
  124. Please feel free to contact me for any question on ntfs-os2. You are also
  125. encouraged to give me some feedback on how it works on your system and what
  126. new features you would like ... this helps me improve it ! Both success stories
  127. and disasters interest me.
  128.  
  129.  
  130. CREDITS :
  131. ---------
  132.  
  133. Thanks to M. Loewis for his Linux ntfs driver.
  134. Thanks to M. Willm for his 32-Bit IFS kit.
  135.  
  136. DONATIONS :
  137. -----------
  138.  
  139. Even this software is free, donations are welcome for buying IBM VisualAge C++ 3.0
  140. which is needed to build the 32-bit IFS ntfs2.ifs
  141.  
  142.  
  143.  
  144. Daniel Steiner
  145. daniel.steiner@cch.cerberus.ch
  146.  
  147.  
  148.  
  149.