linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0+ and loopback ext2
@ 2004-01-10 20:42 Daniel Robbins
  0 siblings, 0 replies; only message in thread
From: Daniel Robbins @ 2004-01-10 20:42 UTC (permalink / raw)
  To: linux-kernel

Hi All,

I'm having a very strange problem with loopback under 2.6. I can create
a loopback ext2 filesystem, mount it, and then trying to copy files to
it. Sometimes, I'll get a "no space left on device" error. Then I'll try
the exact same copy again, and it will work. The copy seems to fail
randomly, about 25% of the time. I can repeat the copy operation and
have it fail, then work, then work. I can repeat everything and have it
work, then fail, then work again.

The filesystem is created using the following command:

mke2fs -m 0 -F -b 4096 -q my.loop

And is mounted using the following command:

mount -t ext2 -o loop my.loop loopmount

This is on an amd64 system; haven't tried replicating this on an x86 yet
(though my understanding is that loopback implementation is effectively
arch-independent?) Could this be the fault of util-linux's "/bin/mount"
command not containing a magic 2.6 hook for loopback? Tried rebuilding
util-linux, and it didn't help.

Any help would be welcome.

Best Regards,

Daniel Robbins


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-10 20:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-10 20:42 2.6.0+ and loopback ext2 Daniel Robbins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).