New Ben NanoNote image
David Kuehling
dvdkhlng at gmx.de
Wed Oct 24 22:50:44 EDT 2012
Hi Xiangfu,
>>>>> "Xiangfu" == Xiangfu Liu <xiangfu at sharism.cc> 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 at BenNanoNote:~# ubiattach /dev/ubi_ctrl -m 3
biattach: error!: cannot attach mtd3
error 17 (File exists)
root at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.en.qi-hardware.com/pipermail/discussion/attachments/20121025/0cde05b3/attachment.pgp>
More information about the discussion
mailing list