All of lore.kernel.org
 help / color / mirror / Atom feed
* UBIFS: mount based on UUID?
@ 2010-10-26  5:53 Wolfgang Denk
  2010-10-26  9:03 ` Artem Bityutskiy
  2011-08-25 11:03 ` Artem Bityutskiy
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfgang Denk @ 2010-10-26  5:53 UTC (permalink / raw)
  To: linux-mtd

Hi,

is there any way to mount UBIFS based on the UUID like we can do for
"normal" file systems, i. e. by using "UUID=..." instead of a device
name in /etc/fstab ?

I see there is a UUID in the file system's super block, but I can't
see it is exposed to any sort of regular user interface.

Am I missing something?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
People with narrow minds usually have broad tongues.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UBIFS: mount based on UUID?
  2010-10-26  5:53 UBIFS: mount based on UUID? Wolfgang Denk
@ 2010-10-26  9:03 ` Artem Bityutskiy
  2010-10-26 16:29   ` Wolfgang Denk
  2011-08-25 11:03 ` Artem Bityutskiy
  1 sibling, 1 reply; 6+ messages in thread
From: Artem Bityutskiy @ 2010-10-26  9:03 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: linux-mtd

On Tue, 2010-10-26 at 07:53 +0200, Wolfgang Denk wrote:
> Hi,
> 
> is there any way to mount UBIFS based on the UUID like we can do for
> "normal" file systems, i. e. by using "UUID=..." instead of a device
> name in /etc/fstab ?
> 
> I see there is a UUID in the file system's super block, but I can't
> see it is exposed to any sort of regular user interface.
> 
> Am I missing something?

No, you are right, we do have UUID, but we added it just in case we need
it in the future, e.g., for NFS support, but we do not use it currently
because we did not need it. And we did not look at mounting by UUID - it
should be possible to do.

I'm a bit overloaded at the moment, but if I have time later, I can look
at it.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UBIFS: mount based on UUID?
  2010-10-26  9:03 ` Artem Bityutskiy
@ 2010-10-26 16:29   ` Wolfgang Denk
  2010-10-27  5:34     ` Kyungmin Park
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2010-10-26 16:29 UTC (permalink / raw)
  To: dedekind1; +Cc: linux-mtd

Dear Artem,

In message <1288083795.2227.28.camel@localhost> you wrote:
>
> No, you are right, we do have UUID, but we added it just in case we need
> it in the future, e.g., for NFS support, but we do not use it currently
> because we did not need it. And we did not look at mounting by UUID - it
> should be possible to do.

I see.

> I'm a bit overloaded at the moment, but if I have time later, I can look
> at it.

Thanks a lot.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Quote from a recent meeting:   "We are going to continue having these
meetings everyday until I find out why no work is getting done."

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UBIFS: mount based on UUID?
  2010-10-26 16:29   ` Wolfgang Denk
@ 2010-10-27  5:34     ` Kyungmin Park
  2010-10-27  7:57       ` Artem Bityutskiy
  0 siblings, 1 reply; 6+ messages in thread
From: Kyungmin Park @ 2010-10-27  5:34 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: linux-mtd, dedekind1

On Wed, Oct 27, 2010 at 1:29 AM, Wolfgang Denk <wd@denx.de> wrote:
> Dear Artem,
>
> In message <1288083795.2227.28.camel@localhost> you wrote:
>>
>> No, you are right, we do have UUID, but we added it just in case we need
>> it in the future, e.g., for NFS support, but we do not use it currently
>> because we did not need it. And we did not look at mounting by UUID - it
>> should be possible to do.
>
> I see.
>
>> I'm a bit overloaded at the moment, but if I have time later, I can look
>> at it.

Hi Artem,
I'm also waiting this feature. now it used for script for parsing
mount ubifs. but if support UUID, I will use this one.

Thank you,
Kyungmin Park
>
> Thanks a lot.
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
> Quote from a recent meeting:   "We are going to continue having these
> meetings everyday until I find out why no work is getting done."
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UBIFS: mount based on UUID?
  2010-10-27  5:34     ` Kyungmin Park
@ 2010-10-27  7:57       ` Artem Bityutskiy
  0 siblings, 0 replies; 6+ messages in thread
From: Artem Bityutskiy @ 2010-10-27  7:57 UTC (permalink / raw)
  To: Kyungmin Park; +Cc: linux-mtd

On Wed, 2010-10-27 at 14:34 +0900, Kyungmin Park wrote:
> On Wed, Oct 27, 2010 at 1:29 AM, Wolfgang Denk <wd@denx.de> wrote:
> > Dear Artem,
> >
> > In message <1288083795.2227.28.camel@localhost> you wrote:
> >>
> >> No, you are right, we do have UUID, but we added it just in case we need
> >> it in the future, e.g., for NFS support, but we do not use it currently
> >> because we did not need it. And we did not look at mounting by UUID - it
> >> should be possible to do.
> >
> > I see.
> >
> >> I'm a bit overloaded at the moment, but if I have time later, I can look
> >> at it.
> 
> Hi Artem,
> I'm also waiting this feature. now it used for script for parsing
> mount ubifs. but if support UUID, I will use this one.

I see. But there is always an option to just do it and submit a patch,
do not forget about this :-)

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UBIFS: mount based on UUID?
  2010-10-26  5:53 UBIFS: mount based on UUID? Wolfgang Denk
  2010-10-26  9:03 ` Artem Bityutskiy
@ 2011-08-25 11:03 ` Artem Bityutskiy
  1 sibling, 0 replies; 6+ messages in thread
From: Artem Bityutskiy @ 2011-08-25 11:03 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: linux-mtd

On Tue, 2010-10-26 at 07:53 +0200, Wolfgang Denk wrote:
> Hi,
> 
> is there any way to mount UBIFS based on the UUID like we can do for
> "normal" file systems, i. e. by using "UUID=..." instead of a device
> name in /etc/fstab ?
> 
> I see there is a UUID in the file system's super block, but I can't
> see it is exposed to any sort of regular user interface.
> 
> Am I missing something?

I said that I may look at this, and this mail is still in my todo box.
But unfortunately, I've realized that I am unable to do many things I
wanted to. In the past, MTD/UBIFS was very related to my regular work,
but now my work has no relation with MTD/UBIFS, so I do not have much
own time for it. Thus, I am dropping many of my TODO items.

Just wanted to let you know.

-- 
Best Regards,
Artem Bityutskiy

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-08-25 11:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26  5:53 UBIFS: mount based on UUID? Wolfgang Denk
2010-10-26  9:03 ` Artem Bityutskiy
2010-10-26 16:29   ` Wolfgang Denk
2010-10-27  5:34     ` Kyungmin Park
2010-10-27  7:57       ` Artem Bityutskiy
2011-08-25 11:03 ` Artem Bityutskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.