You are not logged in.

#1 2013-01-13 00:11:22

adumont
Member
Registered: 2012-10-27
Posts: 1

issue lessfs: doesn’t seem to actually mount the lessfs

Hi,

I’m having an issue with lessfs, I can’t figure what I’m doing wrong, but it doesn’t seem to actually mount the lessfs, but doesn’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->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 | 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)

Offline

Board footer

Powered by FluxBB