public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind@infradead.org>
To: Жека <vortexx@ukr.net>
Cc: linux-mtd@lists.infradead.org
Subject: Re: Ubifs
Date: Wed, 10 Dec 2008 13:55:05 +0200	[thread overview]
Message-ID: <1228910105.13686.262.camel@sauron> (raw)
In-Reply-To: <00a101c95abc$ba2a0fc0$3503200a@head.local>

Hi,

On Wed, 2008-12-10 at 13:44 +0200, Жека wrote:
> Hi Artem!!! 
> 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
> 
> # 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 

It should be character device, not block device, i.e. use

mknod /dev/ubi0 c 253 0

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)

  reply	other threads:[~2008-12-10 11:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-10 11:44 Ubifs Жека
2008-12-10 11:55 ` Artem Bityutskiy [this message]
2008-12-10 12:51 ` Ubifs Artem Bityutskiy
  -- strict thread matches above, loose matches on Subject: below --
2008-12-10 13:50 Ubifs Жека
2008-12-10  9:02 Ubifs Жека
2008-12-10 11:04 ` Ubifs Artem Bityutskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1228910105.13686.262.camel@sauron \
    --to=dedekind@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=vortexx@ukr.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox