From: Anders Aagaard <aagaande@gmail.com>
To: reiserfs-devel@vger.kernel.org
Subject: Reiser4 on dmcrypt
Date: Fri, 15 Aug 2008 16:45:41 +0200 [thread overview]
Message-ID: <48A59695.5030701@gmail.com> (raw)
Hi
Been trying to move my home directory over to reiser4, and I ran into
some issues, this is what I did:
PASSCODE="temptest"
echo $PASSCODE | cryptsetup luksFormat /dev/sdf6 -c
twofish-cbc-essiv:sha256 -s 256
echo $PASSCODE | cryptsetup luksOpen /dev/sdf6 tempHome
mkfs.reiser4 -o create=ccreg40,compress=lzo1 /dev/mapper/tempHome
mount -t reiser4 -o noatime /dev/mapper/tempHome /mnt/x
rsync -vax --progress /home/neuron/ /mnt/x/
During rsync I noticed this in top while moving over a virtualbox image:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2427 root 20 0 0 0 0 R 100 0.0 14:32.01 pdflush
9497 root 20 0 0 0 0 R 100 0.0 11:38.48 rsync
It did continue, but I figured something was wrong, so I interrupted the
rsync and unmounted. The rsync reported my copy speed was down to
3-4mb/sec. This is on a fairly new quad core, so I should be able to
encrypt and compress the data without difficulty.
I remounted and started again, it starts by coping at 14-15mb/sec, and
then just slows down as pdflush hits 100% cpu usage. Iowait also goes
down to around 5%. When I interrupt it pdflush disapears instantly, and
rsync sticks around for 10-15 seconds (making it unmountable for that
period) until it dies.
The file it's having problems with is a 6.8gb virtualbox image I use as
a gentoo test enviroment.
Anders Aagaard
next reply other threads:[~2008-08-15 14:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-15 14:45 Anders Aagaard [this message]
2008-08-15 15:44 ` Reiser4 on dmcrypt Edward Shishkin
2008-08-15 21:20 ` Anders Aagaard
2008-08-16 8:57 ` Anders Aagaard
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=48A59695.5030701@gmail.com \
--to=aagaande@gmail.com \
--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.