* Loop back mounted files on UBIFS file system
@ 2009-03-17 15:57 Gilad Ben-Yossef
2009-03-18 13:29 ` Adrian Hunter
0 siblings, 1 reply; 2+ messages in thread
From: Gilad Ben-Yossef @ 2009-03-17 15:57 UTC (permalink / raw)
To: linux-mtd
Hi All,
I am trying to loop back mount a file (which contains a FAT32 file
system image), which resides on a UBIFS file system.
Command I try:
*# losetup -o 4096 /dev/loop/0 /mnt/ubifs/fat32
***
Where /nnt/ubifs/ is the mount point of a valid UBIFS file system.
The response I get is:
losetup: /dev/loop/0: No such device or address
Trying a loopback mount from any other file system (such as tmpfs) works.
Trying to do any other activity with the UBIFS file system works as well.
Please note that I am NOT trying to loop back mount a file containing a
UBIFS file system image and I read the FAQ and understand that this is
not directly possible, disregarding nandsim. I am trying to do the
opposite - loopback mount a file residing on an UBIFS file system.
Googling around I've found another post citing what seems like the very
same behaviour. The answer there was a reference to the above mentioned
FAQ entry, which I believe is not relevant for the aforementioned reasons.
Kernel version is 2.6.24 with the last back ported UBIFS support. I
realize that this is an old version and no longer maintained and I'd be
happy to try the latest and greatest, just wanted to make sure this is
something that is supposed to work rather then that I am trying to do
the impossible.
Many thanks,
Gilad
--
Gilad Ben-Yossef
Chief Coffee Drinker
Codefidence Ltd.
The code is free, your time isn't.(TM)
Web: http://codefidence.com
Email: gilad@codefidence.com
Office: +972-8-9316883 ext. 201
Fax: +972-8-9316885
Mobile: +972-52-8260388
The Doctor: Don't worry, Reinette, just a nightmare.
Everyone has nightmares. Even monsters from under the
bed have nightmares, don't you, monster?
Reinette: What do monsters have nightmares about?
The Doctor: Me!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Loop back mounted files on UBIFS file system
2009-03-17 15:57 Loop back mounted files on UBIFS file system Gilad Ben-Yossef
@ 2009-03-18 13:29 ` Adrian Hunter
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Hunter @ 2009-03-18 13:29 UTC (permalink / raw)
To: Gilad Ben-Yossef; +Cc: linux-mtd@lists.infradead.org
Gilad Ben-Yossef wrote:
> Hi All,
>
>
> I am trying to loop back mount a file (which contains a FAT32 file
> system image), which resides on a UBIFS file system.
>
>
>
> Command I try:
>
> *# losetup -o 4096 /dev/loop/0 /mnt/ubifs/fat32
> ***
>
>
> Where /nnt/ubifs/ is the mount point of a valid UBIFS file system.
>
>
> The response I get is:
>
>
> losetup: /dev/loop/0: No such device or address
I tried it quickly with a recent kernel and also on 2.6.24
git://git.infradead.org/users/dedekind/ubifs-v2.6.24.git
and it seemed to work. I could mount and read and write.
/dev/loop/0 does exist doesn't it? What does losetup -f say?
>
>
> Trying a loopback mount from any other file system (such as tmpfs) works.
>
>
> Trying to do any other activity with the UBIFS file system works as well.
>
>
> Please note that I am NOT trying to loop back mount a file containing a
> UBIFS file system image and I read the FAQ and understand that this is
> not directly possible, disregarding nandsim. I am trying to do the
> opposite - loopback mount a file residing on an UBIFS file system.
>
>
> Googling around I've found another post citing what seems like the very
> same behaviour. The answer there was a reference to the above mentioned
> FAQ entry, which I believe is not relevant for the aforementioned reasons.
>
>
> Kernel version is 2.6.24 with the last back ported UBIFS support. I
> realize that this is an old version and no longer maintained and I'd be
> happy to try the latest and greatest, just wanted to make sure this is
> something that is supposed to work rather then that I am trying to do
> the impossible.
>
>
>
> Many thanks,
>
> Gilad
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-18 13:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 15:57 Loop back mounted files on UBIFS file system Gilad Ben-Yossef
2009-03-18 13:29 ` Adrian Hunter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox