Where are Notes physically stored, in OS X Lion?

0

In OS X Lion (10.7) - Where (what file folder and pathname) are the Notes physically stored? Or, any tips on how I could even find the file myself, would be greatly appreciated!

D. Ward

Posted 2014-06-24T04:43:31.393

Reputation: 1

Do you mean physically, as in the byte addresses of your hard-drive? – Jon – 2014-06-24T04:46:06.973

No not that precise. I just need the folder and pathname of the file(s) that contain the notes, OR some tips on how to find it! – D. Ward – 2014-06-24T04:52:37.033

Possible duplicate of Where does OS X Mountain Lion store Notes data?

– fixer1234 – 2016-03-03T07:20:39.440

Answers

0

Notes.app stores notes in an SQlite3 database located in

/Users/$USERNAME/Library/Containers/com.apple.Notes/Data/Library/Notes/NotesV2.storedata

and, if enabled, in an iCloud IMAP folder for sync between devices. You can view the contents of this file using the 'sqlite3' command line tool or, e.g., "SQlite Professional" from the App Store.

trurl

Posted 2014-06-24T04:43:31.393

Reputation: 2 102