From: Andy Lutomirski <luto@myrealbox.com>
To: Murilo Pontes <murilo_pontes@yahoo.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: Re: BUG: loop device not work in 2.6.1-mm2 an 2.6.1-mm3
Date: Wed, 14 Jan 2004 22:58:40 -0800 [thread overview]
Message-ID: <40063A20.9000406@myrealbox.com> (raw)
In-Reply-To: <fa.l6gqnit.t52ubp@ifi.uio.no>
Murilo Pontes wrote:
> 21:44:56 [root@murilo:~]#mount -V
> mount: mount-2.12
>
> umount: /tmp/ramdisk_mountdir: não montado
> ioctl: LOOP_CLR_FD: No such device or address
> mount: será usado o dispositivo de laço /dev/loop/0
> ioctl: LOOP_SET_FD: Argumento inválido
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel"=
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
Are you running reiserfs? If so, this patch (from Ben Slusky) fixed it:
--- drivers/block/loop.c.old 2004-01-11 13:05:05.000000000 -0500
+++ drivers/block/loop.c 2004-01-14 07:49:24.795161024 -0500
@@ -853,9 +853,7 @@
blk_queue_merge_bvec(lo->lo_queue, q->merge_bvec_fn);
}
- error = set_blocksize(bdev, lo_blocksize);
- if (error)
- goto out_putf;
+ set_blocksize(bdev, lo_blocksize);
kernel_thread(loop_thread, lo, CLONE_KERNEL);
down(&lo->lo_sem);
next parent reply other threads:[~2004-01-15 7:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.l6gqnit.t52ubp@ifi.uio.no>
2004-01-15 6:58 ` Andy Lutomirski [this message]
2004-01-15 11:43 ` Murilo Pontes
2004-01-14 21:45 Murilo Pontes
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=40063A20.9000406@myrealbox.com \
--to=luto@myrealbox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=murilo_pontes@yahoo.com.br \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome