Difference between revisions of "Notes Storage Facility (NSF)"
Joachim Metz (Talk | contribs) (→See also) |
Joachim Metz (Talk | contribs) (→See also) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 13: | Line 13: | ||
== File types == | == File types == | ||
| − | NSF defines | + | NSF defines an on-disk structure (ODS) version. |
* 16 (Notes 1.x, 2x) | * 16 (Notes 1.x, 2x) | ||
* 17 (Notes 3.x) | * 17 (Notes 3.x) | ||
| Line 36: | Line 36: | ||
* [http://www-12.lotus.com/ldd/doc/tools/c/7.0/api70ref.nsf Lotus C API Notes/Domino 7.0 Reference] | * [http://www-12.lotus.com/ldd/doc/tools/c/7.0/api70ref.nsf Lotus C API Notes/Domino 7.0 Reference] | ||
* [http://en.wikipedia.org/wiki/Notes_Storage_Format Wikipedia IBM Lotus Notes] | * [http://en.wikipedia.org/wiki/Notes_Storage_Format Wikipedia IBM Lotus Notes] | ||
| − | * [http:// | + | * [http://code.google.com/p/libnsfdb/downloads/detail?name=Notes%20Storage%20Facility%20%28NSF%29%20database%20file%20format.pdf Notes Storage Facility (NSF) database file format.pdf], by the [[libnsfdb|libnsfdb project]], February 2010 |
[[Category:File Formats]] | [[Category:File Formats]] | ||
Latest revision as of 09:51, 12 November 2012
Lotus Notes and Domino use the Notes Storage Facility (NSF) database to store e-mails, appointments, tasks, contacts, notes, etc.
Contents |
[edit] MIME types
- application/x-lotus-notes
- application/vnd.lotus-notes
[edit] File signature
The NSF has the following file signature: hexadecimal: 1a 00 (which is often followed by: 00 04 00 00)
[edit] File types
NSF defines an on-disk structure (ODS) version.
- 16 (Notes 1.x, 2x)
- 17 (Notes 3.x)
- 20 (Notes 4.x)
- 41 (Notes 5.x)
- 43 (Notes 6, 7 and 8)
- 48 (Notes 8)
- 51 (Notes 8.5)
One significant change in the Record Relocation Vector (RRV) seems to be introduced in format revision 22.
[edit] Contents
The NSF basically is a collection of Notes. A Note in concept is similar to that of an object or item; mainly a container for data and metadata. Notes are used to store a vast variety of items, e.g. emails, documents, appointments, log-entries, data-views, forms, etc.
[edit] Encryption
Notes can use various forms of encryption see: Notes from Support: Notes Encryption - Locks for a Digital World.