From: Edward Shishkin <edward.shishkin@gmail.com>
To: reiserfs-devel <reiserfs-devel@vger.kernel.org>, dimas000@ya.ru
Subject: Re: reiser4 kernel compilation problem.
Date: Mon, 25 Nov 2013 12:30:48 +0100 [thread overview]
Message-ID: <529334E8.40704@gmail.com> (raw)
In-Reply-To: <20131125135635.36d29c28@Ulf.tvoe.tv>
On 11/25/2013 10:56 AM, dimas wrote:
>> Hello,
>> Here are the details:
>>
>> # insmod
>> Usage: insmod filename [args]
> no-no-no, insmod is used to load module. you must give it a module name to load.
> also there is lsmod, which shows currently loaded modules. read man insmod, man
> lsmod for details.
> so, aftre your mount attempt (not before it, because modules usually load only
> when requested) check if reiser4 module did loaded:
> lsmod | grep "reiser4"
> if it occasionaly shows nothing, try loading it manually, using "insmod
> reiser4" or better
> modprobe -v reiser4
> if this will fail too, there should be a problem with the module itself.
> i'm using no modules, building only what i need, and building it static (=Y).
> static built reiser4 works perfectly wirh 3.11 for me, so i don't know, what's
> that. check dmesg after attempt to load, maybe there is something.
>
>> # ll /proc/filesystems
>> -r--r--r-- 1 root root 0 Nov 25 12:18 /proc/filesystems
> try "cat /proc/filesystems")) it shows list of fs types, which kernel currently
> support
>
>> Back to the Question:
>> What reiser4 kernel build paramerers I need in the kernel build so I can
>> use this partition ?
>> I have set:
>> CONFIG_REISER4_DEBUG=n
>> CONFIG_REISER4_FS=m
> if you are not using cryptocompress plugin (your fsck lock says, you are not).
> i believe, this is enough.
Fsck doesn't report if compression has been enabled.
debugfs.reiser4 should be patched to show value of "create" (reg40 or
ccreg40),
"compress" (lzo1, or gzip1), etc.
Edward.
next prev parent reply other threads:[~2013-11-25 11:30 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-21 13:01 reiser4 kernel compilation problem doiggl
2013-11-23 12:13 ` dimas
2013-11-23 8:55 ` doiggl
2013-11-25 9:53 ` Nicolas Barbier
2013-11-25 9:56 ` dimas
2013-11-25 11:30 ` Edward Shishkin [this message]
2013-11-25 15:03 ` dimas
2013-11-25 19:37 ` Edward Shishkin
2013-11-26 14:58 ` doiggl
2013-11-26 21:04 ` dimas
2013-11-28 21:57 ` Edward Shishkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=529334E8.40704@gmail.com \
--to=edward.shishkin@gmail.com \
--cc=dimas000@ya.ru \
--cc=reiserfs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.