[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Read-only issue when using unionfs-fuse



Hi Daniel,

On 09/22/2010 10:55 PM, Daniel Baumann wrote:
On 09/22/2010 01:18 PM, Steven Shiau wrote:
I decided to try unionfs-fuse function in the
Debian live. The created Debian Sid live, running with kernel 2.6.32-23,
can boot, however, it shows me a lot of "Read-only" errors.
unionfs-fuse was never really tested nor supported. patches welcome to
finish it :)

sorry to be not more helpful, but it's currently nowhere near of a
priority.. we need to get some more stuff done for squeeze first before
thinking of adding/finishing support for 'unimportant' stuff.

I found a workaround to make it. If I try to new a file in / after initramfs, i.e.
--- live-config.orig    2010-10-17 07:55:32.000000000 +0800
+++ live-config 2010-10-17 07:42:42.000000000 +0800
@@ -24,6 +24,9 @@

 case "${1}" in
        start)
+               if touch /test.$$ 2>/dev/null; then
+                       rm -f /test.$$
+               fi
                /lib/live/config.sh
                ;;


then no read-only errors at all during live-config is run... This is really weird actually... BTW, FYI this issue happens no matter kernel 2.6.32, 2.6.35 or 2.6.36-rc6 is used.

Steven.

--
Steven Shiau<steven _at_ nchc org tw>  <steven _at_ stevenshiau org>
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A


Reply to: