<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5669&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / unknown files "xyz.db"]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5669</link>
		<description><![CDATA[The most recent posts in unknown files "xyz.db".]]></description>
		<lastBuildDate>Tue, 25 Apr 2023 15:51:06 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41998#p41998</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>sudo mount -o loop,offset=$OFFSET xyz.db&#160; /mnt</p></div></blockquote></div><p>FYI, you need to replace $OFFSET with a number, but I don&#039;t see the numbers you need from the fdisk command to calculate the offset. (sector size X first sector)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 25 Apr 2023 15:51:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41998#p41998</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41997#p41997</link>
			<description><![CDATA[<p>Visual Studio is a development environment (IDE) - wouldn&#039;t surprise me if it can open it, but hopefully there will be simpler options.</p><p>It might be that, either instead or in addition to mounting it as fsmithred suggests, you need one of the tools listed here:<br /><a href="https://en.wikipedia.org/wiki/COM_Structured_Storage#Implementations" rel="nofollow">https://en.wikipedia.org/wiki/COM_Struc … mentations</a></p><p>Seems plausible that it&#039;s relating to Microsoft Teams crashing and writing everything in memory to disk, or something like that.</p><p>Another thing you could look for is if there are other files on disk with similar modification times. (Or if you still have any log files from back then, grep those to see if there&#039;s any relevant messages.)</p><p>For example, <a href="https://manpages.debian.org/bullseye/findutils/find.1.en.html" rel="nofollow">find</a> can identify files modified within 5 minutes either side, like so:</p><div class="codebox"><pre><code>find START_PATH -newermt &#039;2020-07-06 17:21&#039; -not -newermt &#039;2020-07-06 17:31&#039;</code></pre></div><p>Replace START_PATH with a suitable directory, e.g. <span class="bbc">/home/user</span> and maybe also try with switching <span class="bbc">-newermt</span> to <span class="bbc">-newerct</span> (or <span class="bbc">-newerat</span>), as per <a href="https://manpages.debian.org/bullseye/findutils/find.1.en.html#newerXY" rel="nofollow">-newerXY</a> in find docs.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Tue, 25 Apr 2023 13:36:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41997#p41997</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41996#p41996</link>
			<description><![CDATA[<p>&quot;fdisk -l xyz.db &quot; gives:</p><p>xyz.db: 4 GiB, 4294966784 bytes, 8388607 sectors</p><p>sudo mount -o loop,offset=$OFFSET xyz.db&#160; /mnt<br />mount: bad usage<br />Try &#039;mount --help&#039; for more information.</p><p>#Request patience</p>]]></description>
			<author><![CDATA[dummy@example.com (roluan17)]]></author>
			<pubDate>Tue, 25 Apr 2023 13:15:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41996#p41996</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41994#p41994</link>
			<description><![CDATA[<p>At first I was thinking maybe you could see the contents of the file with zless or hexedit, but a little searching reveals that it contains a FAT filesystem. In that case, you might be able to mount it. Try <span class="bbc">fdisk -l xyz.db</span> to figure out what the offset is. (sector size X start sector)</p><p>Maybe...<br /><span class="bbc">mount -o loop,offset=$OFFSET xyz.db /mnt</span></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 25 Apr 2023 12:20:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41994#p41994</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41991#p41991</link>
			<description><![CDATA[<p>Sorry again! You are right, I could have done that myself.<br />What I then found out further is that Billy Boy offers a free (?) program: &quot;Visual Studio 2022&quot; to open it.<br />Any other idea than going to a neighbour and looking it up on his machine?</p><p>Are there other possibilities within Linux?<br />Sqlite3 just give cryptic characters ... as i mentioned above.</p><p>It might be that these are useless temp files, right.<br />But as it is named &quot;recover&quot; (i myself would not name a recover file &quot;recover&quot; but Sicherung or something like that) I suspect it might be something I should store.<br />It could be something from the time I ran &quot;teams&quot; on my machine for my sons home schooling period during corona-times.<br />(&quot;teams&quot; did a lot of uncontrollable things and was not -as promised- running&#160; within Firefox alone, crashed several times and was then removed, last time I ran one of Billy&#039;s products)<br />Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (roluan17)]]></author>
			<pubDate>Tue, 25 Apr 2023 08:14:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41991#p41991</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41985#p41985</link>
			<description><![CDATA[<p>Well there we go - there&#039;s a March 2021 date in addition to the July 2020 date - maybe that sheds more light.</p><p>Otherwise, putting &quot;Composite Document File V2 Document&quot; into a search engine reveals:</p><div class="quotebox"><cite>https://en.wikipedia.org/wiki/Compound_File_Binary_Format wrote:</cite><blockquote><div><p>Compound File Binary Format (CFBF), also called Compound File, Compound Document format,[1] or Composite Document File V2[2] (CDF), is a compound document file format for storing numerous files and streams within a single file on a disk. CFBF is developed by Microsoft and is an implementation of Microsoft COM Structured Storage.[3][4][5]</p><p>Microsoft has opened the format for use by others and it is now used in a variety of programs...</p></div></blockquote></div><p>So it&#039;s Microsoft&#039;s version of a TAR file, and could potentially contain anything.</p><p>Briefly looking at other results suggest it may be meaningful data but might also just be a temp file.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Mon, 24 Apr 2023 20:57:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41985#p41985</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41981#p41981</link>
			<description><![CDATA[<p>Sorry! Misinterpreted &quot;file&quot; ...</p><p>&quot;file xyz.db&quot; results in:<br />&quot;Composite Document File V2 Document, Cannot read section info&quot;</p><p>&quot;stat xyz&quot; gives:<br />file: xyz.db<br />&#160; size: 4294967295&#160; &#160; blocks: 8388616&#160; &#160; EA block: 4096&#160; &#160;regular file<br />Device: 808h/2056d&#160; &#160; Inode: 5510191&#160; &#160; &#160;Links: 1<br />Access: (0644/-rw-r--r--)&#160; Uid: (&#160; &#160; 0/&#160; &#160; root)&#160; &#160;Gid: (&#160; &#160; 0/&#160; &#160; root)<br />Access&#160; &#160; : 2023-04-24 19:47:44.524001543 +0200<br />Modify: 2020-07-06 17:26:34.000000000 +0200<br />Change: 2021-03-04 22:45:42.316023800 +0100<br /> Birth&#160; &#160; : -</p>]]></description>
			<author><![CDATA[dummy@example.com (roluan17)]]></author>
			<pubDate>Mon, 24 Apr 2023 19:19:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41981#p41981</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41976#p41976</link>
			<description><![CDATA[<div class="quotebox"><cite>roluan17 wrote:</cite><blockquote><div><p>&gt;what does `file xyz.db` say? creation date? </p><p>-rw-r--r-- 1 root root 4294967295 Jul&#160; 6&#160; 2020<br />(Can&#039;t remember what I could have done three years ago to create them)</p></div></blockquote></div><p>If they&#039;ve not been used in nearly 3 years, I&#039;d just delete them - or copy/move them to external media, if you are unsure.</p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Mon, 24 Apr 2023 17:01:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41976#p41976</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41974#p41974</link>
			<description><![CDATA[<div class="quotebox"><cite>roluan17 wrote:</cite><blockquote><div><p>&gt;what does `file xyz.db` say? creation date? </p><p>-rw-r--r-- 1 root root 4294967295 Jul&#160; 6&#160; 2020</p></div></blockquote></div><p>Entering <span class="bbc">file xyz.db</span> will <em>not</em> give that output!</p><p>It looks like <span class="bbc">ls -l</span> output (with filename removed), and <strong>ls doesn&#039;t give a file&#039;s creation date</strong> - it gives mtime (<strong>m</strong>odification) but can be requested to give atime (<strong>a</strong>ccess) or ctime (file status <strong>c</strong>hange).</p><p>Running <span class="bbc">stat xyz.db</span> will give all three times precisely - along with a value for file creation called &quot;birth&quot; <em>if the filesystem supports it</em> - likely mtime and ctime are the same, but if they differ then this may indicate if/when the file was copied to that system from elsewhere.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Mon, 24 Apr 2023 16:21:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41974#p41974</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41973#p41973</link>
			<description><![CDATA[<p>&gt;what does `file xyz.db` say? creation date? </p><p>-rw-r--r-- 1 root root 4294967295 Jul&#160; 6&#160; 2020<br />(Can&#039;t remember what I could have done three years ago to create them)</p><p>&gt;could be a db backup, or something else. do you have a database server running on that system?</p><p>No, just a normal pc, no database server (as far as I know)<br />[UPDATE] I tried to open one of the files using sqlite3. But no hint about the content, only a long row of <br />-- unrecognized token &quot; &quot;<br />-- syntax error<br />-- and unreadable characters<br />runs about 15 minutes</p><p>LibreOffice doesn&#039;t know to open it (or better said I don&#039;t know how to make LibreOffice open it)</p>]]></description>
			<author><![CDATA[dummy@example.com (roluan17)]]></author>
			<pubDate>Mon, 24 Apr 2023 14:22:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41973#p41973</guid>
		</item>
		<item>
			<title><![CDATA[Re: unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41966#p41966</link>
			<description><![CDATA[<p>what does `file xyz.db` say? <br />creation date? </p><p>could be a db backup, or something else. do you have a database server running on that system?</p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Mon, 24 Apr 2023 10:00:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41966#p41966</guid>
		</item>
		<item>
			<title><![CDATA[unknown files "xyz.db"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41965#p41965</link>
			<description><![CDATA[<p>Lokking for big files on my system:<br />4.19.0-23-amd64 #1 SMP Debian 4.19.269-1 (2022-12-20) x86_64 GNU/Linux</p><p>I found 5 files, each 4 GB, named like &quot;xyz.db&quot; in a directory named &quot;recover&quot;.</p><p>Has anyone an idea where this might come from? Can&#039;t remember that I did that (so not a 100% proof)<br />;-)</p><p>Anyway 20 GB is a lot of wood, just delete them, seems a bit risky to me.</p><p>Any hints?<br />Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (roluan17)]]></author>
			<pubDate>Mon, 24 Apr 2023 08:08:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41965#p41965</guid>
		</item>
	</channel>
</rss>
