NetWare File System: Difference between revisions

Content deleted Content added
my name is gaylynn mitchell, I have never been banned -- you can call my cell phone -- stop removing good editing and putting tags back into articles that need work. Thanks.
No edit summary
 
(38 intermediate revisions by 27 users not shown)
Line 1:
{{anchor|NWFS286|NWFS386|Turbo FAT|TTS}}
{{Infobox filesystem|
| name = NWFS
| developer = [[Novell]]
| full_name = NetWare File System
| introduction_date =
| introduction_os =
| partition_id = [[Partition type#PID 64h|0x64]] ([[NWFS 286]]),<br/> [[Partition type#PID 65h|0x65]] ([[NWFS 386]]),<br/> [[Partition type#PID 66h|0x66]] ([[NWFS 386]])
| partition_id = 0x64 (2.x), 0x65 (3.X-6.X)
| directory_struct = 32 bit Mirrored FAT
| file_struct = 64K Indexed Block
| bad_blocks_struct = Hotfixing
| max_file_size = 4 [[GibibyteGigabyte|GiBGB]] x 64K
| max_files_no = 4 Billion
| max_filename_size = 256 bytes
| max_volume_size = 161 [[TebibyteTerabyte|TiBTB]]
| dates_recorded =
| date_range =
| date_resolution =
| forks_streams =
| attributes =
| file_system_permissions =
| compression = Yes (Shannon Fano)
| encryption = Yes
| OS = [[Novell NetWare]], [[LinuxMSDOS]], [[Microsoft Windows]], and [[Linux]]
}}
 
In [[computing]], the '''NetWare File System''' ('''NWFS''') iswas a [[file system]], based on a heavily-modified versionoptimized, ofjournal-based [[File Allocation Table|FAT]] file system. It was used in the [[Novell NetWare]] [[network operating system]]. It iswas the default and only file system for all volumes in NetWare versions 2.x, through3.x and 4.x, and the default and only file system for the SYS: volume continuing through version 5.x. ThereNovell weredeveloped two varieties of NWFS: 16-bit NWFS 286, used in NetWare 2.x; and 32-bit NWFS 386, used in NetWare 3.x through NetWare 6.x. It was superseded by the release of [[Novell Storage Services]] (NSS) in 1998.
 
# 16-bit NWFS 286, used in NetWare 2.x
The Netware File System uses a 32 bit File Allocation Table scheme similar to the MSDOS file system with several improvements including block suballocation, sparse files by the use of block indexes in the fat tables, and mirrored fat and directory files. The NetWare file system also employed a 4 way cylinder aligned segment table to record volume disk segments should a drive spindle fail allowing recovery. NSS subsequently integrated many of the robust features of the NetWare File system into its design including mirroring and hotfixing. The Open Source NetWare File System was designed by Jeff Merkey and Darren Major.
# 32-bit NWFS 386, used in NetWare 3.x through NetWare 6.x.
 
In NetWare 5 and above, [[Novell Storage Services]] (NSS, released in 1998), superseded the NWFS format.
The NetWare file system was the first storage architecture to employ sector remapping for failed drive sectors called drive hotfixing which would redirect sector mapping to a reserved area of the device. Later Disk Drive manufactuters employed the same technique internally within the drive logic to perform a similar function transparently to the host operating system.
 
The NWFS on-disk format was never publicly released by Novell, but it was released by former Novell engineers as an open source project on Windows, Linux, and DOS in 2000. The project contains a complete rewrite of the NetWare File System, publishes all of the file system internals, and is hosted on [[GitHub]] and [[GitLab]].<ref name="GitLab 2024 u925">{{cite web | title=netware-file-system · GitLab | website=GitLab | date=2024-04-03 | url=https://gitlab.com/jeffmerkey/netware-file-system | access-date=2024-04-03}}</ref><ref name="GitHub 2019 m762">{{cite web | title=netware-file-system: Open Source NetWare SMP File System for Linux, Windows, and DOS | website=GitHub | date=2019-05-30 | url=https://github.com/jeffmerkey/netware-file-system | access-date=2024-04-03}}</ref>
== Open Source NetWare File System ==
 
The published specifications<ref name="GitLab 2024 u925"/> for 32-bit NWFS are:
In 1999 the Open Source NetWare File System was released on Linux and Windows. The NWFS on-disk format for NetWare 3.x, 4,x, and 5.x was developed and then publicly released on Linux in 1999 and 2000 by former Novell Chief Scientist Jeff Merkey and Darren Major from the Timpanogas Research Group. The specifications for 32-bit NWFS was never published by Novell but the open source version published disclosed the actual specifications for NWFS:
* Maximum volumefile size: 16TB4 [[Gigabyte|GB]]
 
* Maximum filevolume size: 41 billion x 64K[[Terabyte|TB]]
* Maximum files per volume: 2 million when using a single name space.
* Maximum volume size: 16TB
* Maximum files per volumeserver: 416 billion when using a single name space.million
* Maximum filesdirectory per serverentries: 416 Billionmillion
* Maximum directory entries: 4 Billion
* Directory Record Size: 128 bytes (DOS), 3 x 128 (LONGNAME), 3 x 128 (UNIX), 2 x 128 (MAC)
* Maximum volumes per server: 64
* Maximum volumes per partition: 8
* Maximum open files per server: 100,000
* Maximum directory tree depth: Infinite100 levels
* Characters used: ASCII double-byte, [[UTF8]]
* Maximum [[Metadata_Metadata (computing)|extended attributes]]: 16512
* Maximum [[Fork (filesystem)|data streams]]: 10
* Support for different name spaces: [[Microsoft]] [[Microsoft Windows|Windows]] [[Long filename|Long names]] (Aa.Kk.Aa. [[OS/2]] namespace), [[Unix]], [[Apple Computer|Apple]] [[Apple Macintosh|Macintosh]]
* Support for restoring deleted files (salvage)
* Support for journaling (transactionNovell tracking''Transaction serviceTracking System'' a.k.a. ''TTS'')
* Support for block suballocation, starting in NetWare 4.x
 
For larger files, the file system utilized a performance feature named ''Turbo FAT''.{{citation needed|date=May 2014}}
 
Transparent file compression was also supported, although this had a significant impact on the performance of file serving.
 
Every name space requires its own separate directory entry for each file. While Thethe FTAMmaximum namespacenumber wasof laterdirectory convertedentries intois a16,000,000, B++two treeresident forname journalledspaces recoverywould asreduce thisthe namespaceusable wasmaximum reservednumber butof neverdirectory usedentries into practice8,000,000, and three to 5,333,333.
 
16-bit NWFS could handle volumes of up to 256MB256 [[Megabyte|MB]]. However, its only name -space support was a dedicated [[Application programming interface|API]] to handle Macintosh clients.
 
The Netware File System supported native [[Standard_RAID_levels#RAID_0|RAID 0]] and [[Standard_RAID_levels#RAID_1|RAID 1]] capabilities long before RAID systems came into use on personal computers. Disk mirroring and duplexing were basic features of the file system, and NWFS also supported multi-segmented volumes, and round-robin reads, much like RAID 0 and RAID 1 does today.
 
== See also ==
 
{{Portal|Free software}}
* [[List of file systems]]
* [[Comparison of file systems]]
* [[Transaction-Safe FAT File System]]
 
== References ==
{{Reflist}}
 
== External links ==
* [http://www.novell.com/de-de/documentation/nw51nw6p/index.html?page=/documentation/nw51/nss__enusos__enu/data/hn0r5fzoh0wbzsqh.html ComparisonUsing ofthe NWTransaction fileTracking systemsSystem]
* [http://www.novell.com/documentation/nw51/nss__enu/data/h5grftdf.html Another specification comparison page]
* [http://nwfs.googlecode.com Open Source NetWare File System]
 
{{Compu-storage-stub}}
{{Filesystem}}
 
{{DEFAULTSORT:Netware File System}}
[[Category:Compression file systems]]
[[Category:Disk file systems]]
[[Category:Network file systems]]
[[Category:Novell NetWare]]