<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Lessfs-1.5.12 performance</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=707" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=707</link>
	<description>Open source data de-duplication &#38; data tiering for less</description>
	<lastBuildDate>Wed, 18 Mar 2015 13:40:57 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.7</generator>
	<item>
		<title>By: Sonam</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-22131</link>
		<dc:creator><![CDATA[Sonam]]></dc:creator>
		<pubDate>Tue, 14 Jan 2014 05:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-22131</guid>
		<description><![CDATA[Hello,

I have been trying to understand some of the configuration options for Lessfs and I want to make sure that we aren&#039;t unnecessarily enabling/disabling options which may cause the performance to suffer.

I haven&#039;t understood properly how exactly transactions work in this system, and why does it say that fsck is used to recover the file system after a crash if transactions are not enabled? Isn&#039;t fsck a file system specific tool, how does it help recover the Lessfs database files? I apologie if this sounds like a naive question, I am very new to Lessfs.

Another question I had was how is the data actually stored in the file_io? I see that it is all stored in a single file. Are the unique blocks stored sequentially in this file? Or is it more like a hash table, where the block where the data is stored is determined by the hash? I actually did have a look at the data file and it looks like it is sequentially stored, but I&#039;ve had some trouble understanding the mapping of offset in the database to the actual offset in this file.

Thank you very much. I apologize again for my naive questions, but I&#039;ve spent a lot of time searching for answers, couldn&#039;t really find too much about these details.

Regards,
Sonam]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have been trying to understand some of the configuration options for Lessfs and I want to make sure that we aren&#8217;t unnecessarily enabling/disabling options which may cause the performance to suffer.</p>
<p>I haven&#8217;t understood properly how exactly transactions work in this system, and why does it say that fsck is used to recover the file system after a crash if transactions are not enabled? Isn&#8217;t fsck a file system specific tool, how does it help recover the Lessfs database files? I apologie if this sounds like a naive question, I am very new to Lessfs.</p>
<p>Another question I had was how is the data actually stored in the file_io? I see that it is all stored in a single file. Are the unique blocks stored sequentially in this file? Or is it more like a hash table, where the block where the data is stored is determined by the hash? I actually did have a look at the data file and it looks like it is sequentially stored, but I&#8217;ve had some trouble understanding the mapping of offset in the database to the actual offset in this file.</p>
<p>Thank you very much. I apologize again for my naive questions, but I&#8217;ve spent a lot of time searching for answers, couldn&#8217;t really find too much about these details.</p>
<p>Regards,<br />
Sonam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Gruher</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-15771</link>
		<dc:creator><![CDATA[Joe Gruher]]></dc:creator>
		<pubDate>Tue, 09 Apr 2013 18:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-15771</guid>
		<description><![CDATA[I wonder if I am having a similar problem.  When I try to run &quot;./configure --with-hamsterdb&quot; I get the error:

configure: error: &quot;Hamsterdb is not found&quot;]]></description>
		<content:encoded><![CDATA[<p>I wonder if I am having a similar problem.  When I try to run &#8220;./configure &#8211;with-hamsterdb&#8221; I get the error:</p>
<p>configure: error: &#8220;Hamsterdb is not found&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Dumont</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-12869</link>
		<dc:creator><![CDATA[Alexandre Dumont]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 22:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-12869</guid>
		<description><![CDATA[Hi,

I&#039;m having an issue with lessfs, I can&#039;t figure what I&#039;m doing wrong, but it doesn&#039;t seem to actually mount the lessfs, but doesn&#039;t output any error nor messages.

Config file /etc/lessfs/alex.cfg available at http://pastebin.com/P335Wj6B

[root@arch64vm ~]# mkdir -p /data/{dta,mta}
[root@arch64vm ~]# mklessfs -c /etc/lessfs/alex.cfg

[root@arch64vm ~]# mkdir /lessfs
[root@arch64vm ~]# lessfs /etc/lessfs/alex.cfg /lessfs

No error, no output, but:

[root@arch64vm lessfs]# echo $?
4

Nothing new in dmesg.
/var/log/messages shows:

Jan 11 21:46:10 localhost lessfs[6822]: Blocksize = 131072 bytes
Jan 11 21:46:10 localhost lessfs[6822]: MIN_SPACE_CLEAN is not set, lessfs runs -ENOSPC when reaching MIN_SPACE_FREE
Jan 11 21:46:10 localhost lessfs[6822]: The selected data store is chunk_io.
Jan 11 21:46:10 localhost lessfs[6822]: Lessfs transaction support is enabled.
Jan 11 21:46:10 localhost lessfs[6822]: config-&gt;blockdata = /data/dta/
Jan 11 21:46:10 localhost lessfs[6822]: compression = none
Jan 11 21:46:10 localhost lessfs[6822]: Threaded background delete is disabled
Jan 11 21:46:10 localhost lessfs[6822]: Hash MHASH_TIGER192 has been selected
Jan 11 21:46:10 localhost lessfs[6822]: Lessfs uses a 24 bytes long hash.
Jan 11 21:46:10 localhost lessfs[6822]: cache 2048 data blocks

[root@arch64vm ~]# mount &#124; grep less
[root@arch64vm ~]# (nothing)

So, no lessfs mounted.

[root@arch64vm ~]# cd /lessfs/
[root@arch64vm lessfs]# df .
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/sda3        7060308 5937076    764584  89% /

Anything I could be doing wrong?

Some more data:

# uname -a
Linux arch64vm 3.6.11-1-ARCH #1 SMP PREEMPT Tue Dec 18 08:57:15 CET 2012 x86_64 GNU/Linux

Versions:

[2013-01-10 23:59] installed snappy (1.0.5-2)
[2013-01-11 00:02] installed snzip (20130111-1)
[2013-01-11 00:19] installed fuse (2.9.2-1)
[2013-01-11 00:19] installed mhash (0.9.9.9-2)
[2013-01-11 00:24] installed tokyocabinet (1.4.47-1)
[2013-01-11 00:30] installed lessfs (1.5.12-1)]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m having an issue with lessfs, I can&#8217;t figure what I&#8217;m doing wrong, but it doesn&#8217;t seem to actually mount the lessfs, but doesn&#8217;t output any error nor messages.</p>
<p>Config file /etc/lessfs/alex.cfg available at <a href="http://pastebin.com/P335Wj6B" rel="nofollow">http://pastebin.com/P335Wj6B</a></p>
<p>[root@arch64vm ~]# mkdir -p /data/{dta,mta}<br />
[root@arch64vm ~]# mklessfs -c /etc/lessfs/alex.cfg</p>
<p>[root@arch64vm ~]# mkdir /lessfs<br />
[root@arch64vm ~]# lessfs /etc/lessfs/alex.cfg /lessfs</p>
<p>No error, no output, but:</p>
<p>[root@arch64vm lessfs]# echo $?<br />
4</p>
<p>Nothing new in dmesg.<br />
/var/log/messages shows:</p>
<p>Jan 11 21:46:10 localhost lessfs[6822]: Blocksize = 131072 bytes<br />
Jan 11 21:46:10 localhost lessfs[6822]: MIN_SPACE_CLEAN is not set, lessfs runs -ENOSPC when reaching MIN_SPACE_FREE<br />
Jan 11 21:46:10 localhost lessfs[6822]: The selected data store is chunk_io.<br />
Jan 11 21:46:10 localhost lessfs[6822]: Lessfs transaction support is enabled.<br />
Jan 11 21:46:10 localhost lessfs[6822]: config-&gt;blockdata = /data/dta/<br />
Jan 11 21:46:10 localhost lessfs[6822]: compression = none<br />
Jan 11 21:46:10 localhost lessfs[6822]: Threaded background delete is disabled<br />
Jan 11 21:46:10 localhost lessfs[6822]: Hash MHASH_TIGER192 has been selected<br />
Jan 11 21:46:10 localhost lessfs[6822]: Lessfs uses a 24 bytes long hash.<br />
Jan 11 21:46:10 localhost lessfs[6822]: cache 2048 data blocks</p>
<p>[root@arch64vm ~]# mount | grep less<br />
[root@arch64vm ~]# (nothing)</p>
<p>So, no lessfs mounted.</p>
<p>[root@arch64vm ~]# cd /lessfs/<br />
[root@arch64vm lessfs]# df .<br />
Filesystem     1K-blocks    Used Available Use% Mounted on<br />
/dev/sda3        7060308 5937076    764584  89% /</p>
<p>Anything I could be doing wrong?</p>
<p>Some more data:</p>
<p># uname -a<br />
Linux arch64vm 3.6.11-1-ARCH #1 SMP PREEMPT Tue Dec 18 08:57:15 CET 2012 x86_64 GNU/Linux</p>
<p>Versions:</p>
<p>[2013-01-10 23:59] installed snappy (1.0.5-2)<br />
[2013-01-11 00:02] installed snzip (20130111-1)<br />
[2013-01-11 00:19] installed fuse (2.9.2-1)<br />
[2013-01-11 00:19] installed mhash (0.9.9.9-2)<br />
[2013-01-11 00:24] installed tokyocabinet (1.4.47-1)<br />
[2013-01-11 00:30] installed lessfs (1.5.12-1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-7853</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Sun, 17 Jun 2012 12:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-7853</guid>
		<description><![CDATA[I finally figured out the problem: I had to enter the path to the lib (/usr/local/lib) in /etc/ld.so.conf]]></description>
		<content:encoded><![CDATA[<p>I finally figured out the problem: I had to enter the path to the lib (/usr/local/lib) in /etc/ld.so.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-7788</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Sat, 16 Jun 2012 20:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-7788</guid>
		<description><![CDATA[I am trying to install 1.5.12 on a freshly installed CentOS 6.2, but something goes wrong repeatedly (I am using a VM and tried it several times).
After everything is done, calling lessfs or mklessfs always shows the following message:
lessfs: error while loading shared libraries: libtokyocabinet.so.9: cannot open shared object file: No such file or directory
Am I doing something wrong and you have got a suggestion what that might be, or is that a bug maybe? It has been a while since I installed the previous system on Debian, but output while making and installing fuse, tc and lessfs seemed similar.

Thank you for your great work!]]></description>
		<content:encoded><![CDATA[<p>I am trying to install 1.5.12 on a freshly installed CentOS 6.2, but something goes wrong repeatedly (I am using a VM and tried it several times).<br />
After everything is done, calling lessfs or mklessfs always shows the following message:<br />
lessfs: error while loading shared libraries: libtokyocabinet.so.9: cannot open shared object file: No such file or directory<br />
Am I doing something wrong and you have got a suggestion what that might be, or is that a bug maybe? It has been a while since I installed the previous system on Debian, but output while making and installing fuse, tc and lessfs seemed similar.</p>
<p>Thank you for your great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-7085</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 07 Jun 2012 16:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-7085</guid>
		<description><![CDATA[I have had this error also.  Had no recourse, but to wipe and start over.  It was reproducable by copying a large file, 100GB+, file from inside the mounted lessfs folder to a new file in the same folder.  In the beginning it would just hang an operations on the mounted folder, ls, cd, fuser, untill I killed the lessfs process.  Then the mount would become stale and the only way to get rid of it was to reboot.  I could mount lessfs to a new folder and it would work just fine.  I had done that for a while and copied several 80GB files around the folder and thought it was a fluke.  I then copied the 100GB+ file and it stopped just shy of completing with an endpoint connection error.  When I tried to remount it to a new folder, I recieved the above error.  I am going to setup a test server to play with and see what I can see building with debug on and what have you.]]></description>
		<content:encoded><![CDATA[<p>I have had this error also.  Had no recourse, but to wipe and start over.  It was reproducable by copying a large file, 100GB+, file from inside the mounted lessfs folder to a new file in the same folder.  In the beginning it would just hang an operations on the mounted folder, ls, cd, fuser, untill I killed the lessfs process.  Then the mount would become stale and the only way to get rid of it was to reboot.  I could mount lessfs to a new folder and it would work just fine.  I had done that for a while and copied several 80GB files around the folder and thought it was a fluke.  I then copied the 100GB+ file and it stopped just shy of completing with an endpoint connection error.  When I tried to remount it to a new folder, I recieved the above error.  I am going to setup a test server to play with and see what I can see building with debug on and what have you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joan</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-5011</link>
		<dc:creator><![CDATA[Joan]]></dc:creator>
		<pubDate>Thu, 10 May 2012 13:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-5011</guid>
		<description><![CDATA[Hi, first of all, thank your for this nice piece of software.

Secondly, I have been doing some testing before putting any data on it, and have found a show-stopping bug/problem. Currently running:
lessfs-1.5.12, with hamsterdb-2.0.2 and mhash-0.9.9.9 compiled on a Ubuntu 11.10 (kernel 3.0.0-12-generic-pae).

After writing about 180GB of highly deduplicable data (maybe 20-30 vmdk files from 3 different days), lessfs crashed in the middle of a copy. Any attempt to remount the lessfs filesystems causes the following error:

n0der@box:/mnt/2/lessfs/dta$ sudo lessfs /etc/lessfs.cfg /mnt/lessfs
*** glibc detected *** lessfs: realloc(): invalid next size: 0x08ec1190 ***
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(+0x6ebc2)[0xb7606bc2]
/lib/i386-linux-gnu/libc.so.6(+0x715cf)[0xb76095cf]
/lib/i386-linux-gnu/libc.so.6(realloc+0xf7)[0xb760aab7]
/usr/local/lib/libhamsterdb.so.3(_ZN16DefaultAllocator7reallocEPKvj+0x37)[0xb74f04c7]
/usr/local/lib/libhamsterdb.so.3(_Z29btree_prepare_key_for_compareP8DatabaseiP11btree_key_tP9ham_key_t+0x6d)[0xb74c99ad]
/usr/local/lib/libhamsterdb.so.3(_Z18btree_compare_keysP8DatabaseP4PageP9ham_key_tt+0x8b)[0xb74c9aeb]
/usr/local/lib/libhamsterdb.so.3(_Z14btree_get_slotP8DatabaseP4PageP9ham_key_tPiS5_+0x6a)[0xb74c9e7a]
/usr/local/lib/libhamsterdb.so.3(+0x46652)[0xb74ce652]
/usr/local/lib/libhamsterdb.so.3(+0x46cd2)[0xb74cecd2]
/usr/local/lib/libhamsterdb.so.3(+0x4705a)[0xb74cf05a]
/usr/local/lib/libhamsterdb.so.3(+0x47018)[0xb74cf018]
/usr/local/lib/libhamsterdb.so.3(+0x47018)[0xb74cf018]
etc...

Any insight of what might be the problem or how to work around it?
In the current state it is impossible to mount the lessfs FS.

No hurry/worries, it was test data anyway.

Kind regards.

N0der.]]></description>
		<content:encoded><![CDATA[<p>Hi, first of all, thank your for this nice piece of software.</p>
<p>Secondly, I have been doing some testing before putting any data on it, and have found a show-stopping bug/problem. Currently running:<br />
lessfs-1.5.12, with hamsterdb-2.0.2 and mhash-0.9.9.9 compiled on a Ubuntu 11.10 (kernel 3.0.0-12-generic-pae).</p>
<p>After writing about 180GB of highly deduplicable data (maybe 20-30 vmdk files from 3 different days), lessfs crashed in the middle of a copy. Any attempt to remount the lessfs filesystems causes the following error:</p>
<p>n0der@box:/mnt/2/lessfs/dta$ sudo lessfs /etc/lessfs.cfg /mnt/lessfs<br />
*** glibc detected *** lessfs: realloc(): invalid next size: 0x08ec1190 ***<br />
======= Backtrace: =========<br />
/lib/i386-linux-gnu/libc.so.6(+0x6ebc2)[0xb7606bc2]<br />
/lib/i386-linux-gnu/libc.so.6(+0x715cf)[0xb76095cf]<br />
/lib/i386-linux-gnu/libc.so.6(realloc+0xf7)[0xb760aab7]<br />
/usr/local/lib/libhamsterdb.so.3(_ZN16DefaultAllocator7reallocEPKvj+0x37)[0xb74f04c7]<br />
/usr/local/lib/libhamsterdb.so.3(_Z29btree_prepare_key_for_compareP8DatabaseiP11btree_key_tP9ham_key_t+0x6d)[0xb74c99ad]<br />
/usr/local/lib/libhamsterdb.so.3(_Z18btree_compare_keysP8DatabaseP4PageP9ham_key_tt+0x8b)[0xb74c9aeb]<br />
/usr/local/lib/libhamsterdb.so.3(_Z14btree_get_slotP8DatabaseP4PageP9ham_key_tPiS5_+0x6a)[0xb74c9e7a]<br />
/usr/local/lib/libhamsterdb.so.3(+0x46652)[0xb74ce652]<br />
/usr/local/lib/libhamsterdb.so.3(+0x46cd2)[0xb74cecd2]<br />
/usr/local/lib/libhamsterdb.so.3(+0x4705a)[0xb74cf05a]<br />
/usr/local/lib/libhamsterdb.so.3(+0x47018)[0xb74cf018]<br />
/usr/local/lib/libhamsterdb.so.3(+0x47018)[0xb74cf018]<br />
etc&#8230;</p>
<p>Any insight of what might be the problem or how to work around it?<br />
In the current state it is impossible to mount the lessfs FS.</p>
<p>No hurry/worries, it was test data anyway.</p>
<p>Kind regards.</p>
<p>N0der.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giovanni Lopedote</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-4952</link>
		<dc:creator><![CDATA[Giovanni Lopedote]]></dc:creator>
		<pubDate>Wed, 09 May 2012 13:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-4952</guid>
		<description><![CDATA[Thanks!

8.5GB/3000GB = 0.28% extra space for dedup DB at worst case (all unique data). Which is &lt;strong&gt;brilliant&lt;/strong&gt; when compared to ZFS and OpenDedup.
What was the chunk size?

Best Regards]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>8.5GB/3000GB = 0.28% extra space for dedup DB at worst case (all unique data). Which is <strong>brilliant</strong> when compared to ZFS and OpenDedup.<br />
What was the chunk size?</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-4692</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 04 May 2012 14:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-4692</guid>
		<description><![CDATA[I&#039;m running lessfs 1.5.12 with hamsterdb 2.0.2 with chunk_io on btrfs on ubuntu 12.04.
My lessfs suddenly crashed, while writing files to ist. When i try to restart it, i receive the following error:
================================================
root@ubuntu1204:/mnt# lessfs /mnt/dedup/lessfs.cfg /mnt/storage 
ASSERT FAILED in file blob.cc, line 1007:
	&quot;blob_get_self(&amp;hdr)==blobid&quot;
invalid blobid 0 != 63066816
================================================

what&#039;s going wrong? what can i do?

Regards, Chris]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m running lessfs 1.5.12 with hamsterdb 2.0.2 with chunk_io on btrfs on ubuntu 12.04.<br />
My lessfs suddenly crashed, while writing files to ist. When i try to restart it, i receive the following error:<br />
================================================<br />
root@ubuntu1204:/mnt# lessfs /mnt/dedup/lessfs.cfg /mnt/storage<br />
ASSERT FAILED in file blob.cc, line 1007:<br />
	&#8220;blob_get_self(&amp;hdr)==blobid&#8221;<br />
invalid blobid 0 != 63066816<br />
================================================</p>
<p>what&#8217;s going wrong? what can i do?</p>
<p>Regards, Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=707&#038;cpage=1#comment-4347</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Fri, 27 Apr 2012 15:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=707#comment-4347</guid>
		<description><![CDATA[&lt;code&gt;centos62dev:/data/mta # ls -alh /data/dta/
total 3.0T
drwxr-xr-x 2 root root   43 Apr 25 08:56 .
drwxr-xr-x 4 root root   41 Apr 23 11:01 ..
-rwx------ 1 root root 3.0T Apr 25 14:06 blockdata.dta
-rwx------ 1 root root    0 Apr 25 08:56 replog.dta
centos62dev:/data/mta # ls -alh /data/mta/
total 8.5G
drwxr-xr-x 2 root root  24K Apr 25 08:56 .
drwxr-xr-x 4 root root   41 Apr 23 11:01 ..
-rw-r--r-- 1 root root  628 Apr 25 08:56 DB_CONFIG
-rw-r--r-- 1 root root 8.5G Apr 27 17:26 lessfs.db
-rw-r--r-- 1 root root 3.3K Apr 27 17:26 lessfs.db.jrn0
-rw-r--r-- 1 root root 4.3K Apr 27 17:24 lessfs.db.jrn1
-rw-r--r-- 1 root root   16 Apr 27 17:26 lessfs.db.log0&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p><code>centos62dev:/data/mta # ls -alh /data/dta/<br />
total 3.0T<br />
drwxr-xr-x 2 root root   43 Apr 25 08:56 .<br />
drwxr-xr-x 4 root root   41 Apr 23 11:01 ..<br />
-rwx------ 1 root root 3.0T Apr 25 14:06 blockdata.dta<br />
-rwx------ 1 root root    0 Apr 25 08:56 replog.dta<br />
centos62dev:/data/mta # ls -alh /data/mta/<br />
total 8.5G<br />
drwxr-xr-x 2 root root  24K Apr 25 08:56 .<br />
drwxr-xr-x 4 root root   41 Apr 23 11:01 ..<br />
-rw-r--r-- 1 root root  628 Apr 25 08:56 DB_CONFIG<br />
-rw-r--r-- 1 root root 8.5G Apr 27 17:26 lessfs.db<br />
-rw-r--r-- 1 root root 3.3K Apr 27 17:26 lessfs.db.jrn0<br />
-rw-r--r-- 1 root root 4.3K Apr 27 17:24 lessfs.db.jrn1<br />
-rw-r--r-- 1 root root   16 Apr 27 17:26 lessfs.db.log0</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
