Notes Storage Facility
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Lotus) |
|||
Line 3: | Line 3: | ||
|extensions={{ext|nsf}} | |extensions={{ext|nsf}} | ||
|mimetypes={{mimetype|application/vnd.lotus-notes}}, {{mimetype|application/x-lotus-notes}} | |mimetypes={{mimetype|application/vnd.lotus-notes}}, {{mimetype|application/x-lotus-notes}} | ||
+ | |pronom={{PRONOM|x-fmt/336}}, {{PRONOM|x-fmt/337}}, {{PRONOM|x-fmt/338}} | ||
+ | |released=1989 | ||
}} | }} | ||
[[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. | [[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. | ||
Line 11: | Line 13: | ||
== Links == | == Links == | ||
− | + | * [https://github.com/IBM/Lotus-Notes-to-MongoDB-Migration Lotus Notes to MongoDB tool] | |
− | * [http://www.forensicswiki.org/wiki/Notes_Storage_Facility_ | + | * [https://web.archive.org/web/20190311213647/http://www.forensicswiki.org/wiki/Notes_Storage_Facility_(NSF) Forensics Wiki article (archived)] |
− | * [http://www-12.lotus.com/ldd/doc/tools/c/7.0/api70ref.nsf Domino 7.0 C API notes] | + | * [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)] |
− | * [http://www.ibm.com/developerworks/lotus/library/ls-Notes_Encryption/index.html Notes Encryption] | + | * [https://web.archive.org/web/20190712014750/http://www.ibm.com/developerworks/lotus/library/ls-Notes_Encryption/index.html Notes Encryption (archived)] |
[[Category:IBM]] | [[Category:IBM]] |
Revision as of 16:52, 17 December 2021
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.File identification
Files start with the hex bytes 1a 00
, often followed by 00 04 00 00
.