Hi Xiangfu,

>>>>> "Xiangfu" == Xiangfu Liu <[email protected]> writes:

> Hi A bug-fix image have uploaded to downloads.qi-hardware.com
> server. full changelog is here:
> http://en.qi-hardware.com/wiki/OpenWrt_Software_Image#Image_2012-10-11

I just updated to the latest image and hit a problem with my second
ubifs partition.  I've always been using a file /etc/rc.d/S99ubimount
that reads

--8<--
#!/bin/sh /etc/rc.common

START=99
start() {
        (
                ubiattach /dev/ubi_ctrl -m 3
                mount -t ubifs ubi1:data /data
        ) &
}
--8<--

But with the latest image my /data partition is gone.  Manually issuing
these two commands gives:

root@BenNanoNote:~# ubiattach /dev/ubi_ctrl -m 3
biattach: error!: cannot attach mtd3
           error 17 (File exists)
root@BenNanoNote:~# mount -t ubifs ubi1:data /data
mount: mounting ubi1:data on /data failed: Invalid argument

And dmesg outputs some messages which may be related (not sure):

--8<--
pected 6)
[   21.620000] UBIFS error (pid 881): ubifs_read_node: bad node at LEB 0:0, LEB 
mapping status 0
[  163.360000] UBIFS error (pid 1208): ubifs_read_node: bad node type (255 but 
expected 6)
[  163.370000] UBIFS error (pid 1208): ubifs_read_node: bad node at LEB 0:0, 
LEB mapping status 0
[  353.400000] UBIFS error (pid 1214): ubifs_read_node: bad node type (255 but 
expected 6)
[  353.410000] UBIFS error (pid 1214): ubifs_read_node: bad node at LEB 0:0, 
LEB mapping status 0
--8<--

Any idea what's going on?  Other than that I noticed Emacs is missing,
guess it failed to build?

cheers,

David
-- 
GnuPG public key: http://dvdkhlng.users.sourceforge.net/dk.gpg
Fingerprint: B17A DC95 D293 657B 4205  D016 7DEF 5323 C174 7D40

Attachment: pgpZDj12JJpvx.pgp
Description: PGP signature

_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe: 
http://lists.en.qi-hardware.com/mailman/listinfo/discussion

Reply via email to