Notes Storage Facility
From Just Solve the File Format Problem
(Difference between revisions)
m (→Links) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
* [https://github.com/IBM/Lotus-Notes-to-MongoDB-Migration Lotus Notes to MongoDB tool] | * [https://github.com/IBM/Lotus-Notes-to-MongoDB-Migration Lotus Notes to MongoDB tool] | ||
* [https://web.archive.org/web/20190311213647/http://www.forensicswiki.org/wiki/Notes_Storage_Facility_(NSF) Forensics Wiki article (archived)] | * [https://web.archive.org/web/20190311213647/http://www.forensicswiki.org/wiki/Notes_Storage_Facility_(NSF) Forensics Wiki article (archived)] | ||
+ | * [{{ForensicsWikiURL|notes_storage_facility_%28nsf%29}} Current Forensics Wiki article] | ||
* [https://web.archive.org/web/20191230150729/http://www-12.lotus.com/ldd/doc/tools/c/7.0/api70ref.nsf Domino 7.0 C API notes (archived)] | * [https://web.archive.org/web/20191230150729/http://www-12.lotus.com/ldd/doc/tools/c/7.0/api70ref.nsf Domino 7.0 C API notes (archived)] | ||
* [https://web.archive.org/web/20190712014750/http://www.ibm.com/developerworks/lotus/library/ls-Notes_Encryption/index.html Notes Encryption (archived)] | * [https://web.archive.org/web/20190712014750/http://www.ibm.com/developerworks/lotus/library/ls-Notes_Encryption/index.html Notes Encryption (archived)] | ||
* [https://pdf4pro.com/amp/cdn/notes-storage-facility-nsf-database-file-format-3bbdea.pdf Analysis of the NFS database file format] | * [https://pdf4pro.com/amp/cdn/notes-storage-facility-nsf-database-file-format-3bbdea.pdf Analysis of the NFS database file format] | ||
* [https://www.mailsdaddy.com/products.php Commercial software to convert NSF] | * [https://www.mailsdaddy.com/products.php Commercial software to convert NSF] | ||
+ | * [https://www.recoverytools.com/nsf/converter/ NSF Converter/nMigrator] ([https://www.recoverytools.com/blog/lotus-notes-to-csv-converter/ related blog post]) | ||
[[Category:IBM]] | [[Category:IBM]] |
Latest revision as of 14:55, 4 September 2023
Notes Storage Facility (NSF) is used in Lotus Notes, Lotus Domino, and the later versions called IBM Notes and IBM Domino, to store e-mail, contacts, appointments, notes, and other things. It is structured as a collection of items called "notes" with data and metadata on each.Currently owned by HCL
[edit] File identification
Files start with the hex bytes 1a 00
, often followed by 00 03 00 00
or 00 04 00 00
.