From 902ccccf1de52204846948410cbd1a8849b691c2 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 11 Mar 2014 21:48:24 +0100 Subject: IRC. --- hurd/translator/ext2fs.mdwn | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'hurd/translator') diff --git a/hurd/translator/ext2fs.mdwn b/hurd/translator/ext2fs.mdwn index ba849cca..81e54dff 100644 --- a/hurd/translator/ext2fs.mdwn +++ b/hurd/translator/ext2fs.mdwn @@ -431,6 +431,41 @@ That would be a nice improvement, but only after writeback throttling is impleme k, the file created with mke2fs has 128 +### IRC, freenode, #hurd, 2014-03-10 + + hi. I'm having problems with copying directory from host machine to + hurd image. I mount hurd image at host and than use "cp -r" to copy + directory. Then I unmount image and start qemu. When I try to see + contents of the directory I get error "Computer bought the farm". + mcsim: are you using the ext4 driver from linux ? + I use image debian-hurd-20140211.img from + if so, avoid it + ok + i'll try + braunr: do I have to compile module on my own? because modprobe + ext2 && lsmod | grep ext2 give no output? + maybe + mcsim: what kernel are you using ? + 3.12 + oh + braunr: what is wrong with it? + grep 'EXT[234]' /boot/config* + it probably uses ext4 for ext2 and ext3 + and i don't think it's possible to simply load the ext2fs module + because the options are mutually exclusive iirc + # CONFIG_EXT2_FS is not set + is there another way to copy data? + probably not + (check for CONFIG_EXT4_USE_FOR_EXT23) + mcsim: install 3.10 + http://snapshot.debian.org/package/linux/3.10.11-1/#linux-image-3.10-3-686-pae_3.10.11-1 + https://bugs.debian.org/738758 + assuming host is debian + gg0: thank you + * gg0 redirects thanks to AliciaC who caught it + gg0: thanks :) + + ## `ext2fs: ../../ext2fs/pager.c:401: file_pager_write_page: Assertion 'block' failed.` ### IRC, freenode, #hurd, 2014-02-19 -- cgit v1.2.3