Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 1998 21:09:58 +0900
From:      KATO Takenori <kato@migmatite.eps.nagoya-u.ac.jp>
To:        current@FreeBSD.ORG
Subject:   unionfs clobbers a file
Message-ID:  <19980206210958N.kato@gneiss.eps.nagoya-u.ac.jp>

next in thread | raw e-mail | index | archive | help
Current major problem of unionfs is:
	Writing a file via unionfs sometimes clobbers the file.

When new file is created and modified on unionfs, a part of the file
is filled by zero.  The size of zero-filled part is always multiple of
4096 bytes.  Easy way to reproduce the problem is:

	# mount -t union /foo /usr/obj
	# cd /usr/src
	# make world

When you got signal 11 or other error, please see
/usr/obj/usr/src/tmp/usr/bin/make and
/usr/obj/usr/src/usr.bin/make/.depend.  One of them contains zero-
filled field.

Do you have any idea to solve it?


----
KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp>
Dept. Earth Planet. Sci., Nagoya Univ.,  Nagoya, 464-01, Japan
PGP public key: finger kato@eclogite.eps.nagoya-u.ac.jp
------------------- Powered by FreeBSD(98) -------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980206210958N.kato>