On Mon, 25 Apr 2016 17:15:20 Simon Slavin <slavins at bigfraud.org> wrote:
> Try ls > /mnt/tmp/Users/hcarr.HPRS.000/AppData/Roaming/Thunderbird/Profiles/8sbpxrwj.default/calendar-data/ > > and see what you get. You may have to change it to suit your installation. $ ls -l /mnt/tmp/Users/hcarr.HPRS.000/AppData/Roaming/Thunderbird/Profiles/8sbpxrwj.default/calendar-data/ total 5568 -rwxr-xr-x 0 root root 98304 2016-04-21 09:51 deleted.sqlite* -rwxr-xr-x 0 root root 5603328 2016-04-22 14:18 local.sqlite* This might be a bit misleading. The volume is mounted using the domain administrator ID and PW, which it permitted as full access the the C: share on that worksations: $ mount //holly/C /mnt/tmp -o username=Administrator,password=adminpw Neverthless, sometimes certain files can't be read or listed even by administrator. Never really tried to sort that out as I am generally not mounting workstation drives with the intention of changing files. --Mark -----Original Message----- > From: Simon Slavin <slavins at bigfraud.org> > Date: Mon, 25 Apr 2016 17:15:20 +0100 > To: SQLite mailing list <sqlite-users at mailinglists.sqlite.org> > Subject: Re: [sqlite] sqlite3 command line, read-only > > On 25 Apr 2016, at 5:12pm, Mark Foley <mfoley at novatec-inc.com> wrote: > > > Error: unable to open database > > "*file:*/mnt/tmp/Users/hcarr.HPRS.000/AppData/Roaming/Thunderbird/Profiles/8sbpxrwj.default/calendar-data/local.sqlite?mode=ro": > > unable to open database file > > That path looks like it has two components which change according to your > installation: 'hcarr.HPRS.000' and '8sbpxrwj'. Try > > ls > /mnt/tmp/Users/hcarr.HPRS.000/AppData/Roaming/Thunderbird/Profiles/8sbpxrwj.default/calendar-data/ > > and see what you get. You may have to change it to suit your installation. > > Simon. > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >