public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* When did UFS read-write work?
@ 2005-10-25  8:03 Alexey Dobriyan
  2005-10-25 21:01 ` Bill Davidsen
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2005-10-25  8:03 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel

I've tried to copy a small file to a partition mounted as ufstype=44bsd.
It hanged while doing

	open("file", O_WRONLY|O_CREAT|O_LARGEFILE, 0100644)

Second time, there was no hang, but there was no file on UFS partition
too.

Rebooting to OpenBSD:

	~ $ cd linux/		<=== created by Linux
	~/linux $ ls -la
	ls: .: No such file or directory

Does anyone remeber when UFS rw was OK?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: When did UFS read-write work?
  2005-10-25  8:03 When did UFS read-write work? Alexey Dobriyan
@ 2005-10-25 21:01 ` Bill Davidsen
  0 siblings, 0 replies; 2+ messages in thread
From: Bill Davidsen @ 2005-10-25 21:01 UTC (permalink / raw)
  To: Alexey Dobriyan, Linux Kernel Mailing List

Alexey Dobriyan wrote:
> I've tried to copy a small file to a partition mounted as ufstype=44bsd.
> It hanged while doing
> 
> 	open("file", O_WRONLY|O_CREAT|O_LARGEFILE, 0100644)
> 
> Second time, there was no hang, but there was no file on UFS partition
> too.
> 
> Rebooting to OpenBSD:
> 
> 	~ $ cd linux/		<=== created by Linux
> 	~/linux $ ls -la
> 	ls: .: No such file or directory
> 
> Does anyone remeber when UFS rw was OK?

I don't know if it ever WAS okay for 64 bit, never tried it. You might 
try dropping LARGEFILE just to see if that's the issue.


-- 
    -bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
  last possible moment - but no longer"  -me

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-25 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-25  8:03 When did UFS read-write work? Alexey Dobriyan
2005-10-25 21:01 ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox