From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.nokia.com ([192.100.122.230] helo=mgw-mx03.nokia.com) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1LANhB-0003S6-PC for linux-mtd@lists.infradead.org; Wed, 10 Dec 2008 11:57:38 +0000 Subject: Re: Ubifs From: Artem Bityutskiy To: =?UTF-8?Q?=D0=96=D0=B5=D0=BA=D0=B0?= In-Reply-To: <00a101c95abc$ba2a0fc0$3503200a@head.local> References: <00a101c95abc$ba2a0fc0$3503200a@head.local> Content-Type: text/plain; charset=utf-8 Date: Wed, 10 Dec 2008 13:55:05 +0200 Message-Id: <1228910105.13686.262.camel@sauron> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Cc: linux-mtd@lists.infradead.org Reply-To: dedekind@infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Wed, 2008-12-10 at 13:44 +0200, =D0=96=D0=B5=D0=BA=D0=B0 wrote: > Hi Artem!!!=20 > On my system after create UBI device /dev/ubi0_0 it was not created... Err, sorry, I confused you because in my reply I used UBI _volume_ nodes, not UBI device nodes. /dev/ubiX are UBI device nodes. /dev/ubiX_Y are UBI volume nodes - volume Y on device X. So I think when you successfully create the volume, you'll get the volume device. But you got it right, judging from your response. > I did check... here is a result >=20 > # cat /sys/class/ubi/ubi0/dev > 253:0 > # ls -l /dev/ubi0 > brw-rw---- 1 root root 253, 0 Jan 1 00:11 /dev/ubi0=20 It should be character device, not block device, i.e. use mknod /dev/ubi0 c 253 0 --=20 Best regards, Artem Bityutskiy (=D0=91=D0=B8=D1=82=D1=8E=D1=86=D0=BA=D0=B8=D0=B9 =D0=90= =D1=80=D1=82=D1=91=D0=BC)