All of lore.kernel.org
 help / color / mirror / Atom feed
* ubifs
@ 2011-09-28 15:27 Renaud Barbier
  2011-09-29 10:18 ` ubifs Sascha Hauer
  0 siblings, 1 reply; 14+ messages in thread
From: Renaud Barbier @ 2011-09-28 15:27 UTC (permalink / raw)
  To: barebox

I see that there is no ubifs support in barebox.

Is there any plan to support ubifs in the near future?

Else how much effort do you think it will take to port it

I never ported a fs so if you have any advices, I will
be glad to read them.

Cheers.


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 14+ messages in thread
* ubifs
@ 2018-12-03 12:42 Erwin Rol
  2018-12-03 12:58 ` ubifs Sascha Hauer
  0 siblings, 1 reply; 14+ messages in thread
From: Erwin Rol @ 2018-12-03 12:42 UTC (permalink / raw)
  To: Barebox List

Hallo all,

I want to create empty ubifs volumes, like this;

1) ubiformat -y -q /dev/nand0.system
2) ubiattach /dev/nand0.system
3) ubimkvol -t dynamic /dev/nand0.system.ubi system 0

4) .... ???? 

5) mount -t ubifs -o rw /dev/nand0.system.ubi.system /mnt/system/


Is this possible with barebox? 

- Erwin


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 14+ messages in thread
* ubifs
@ 2013-06-18 15:47 Aidan Totterdell
  0 siblings, 0 replies; 14+ messages in thread
From: Aidan Totterdell @ 2013-06-18 15:47 UTC (permalink / raw)
  To: dm-devel


[-- Attachment #1.1: Type: text/plain, Size: 694 bytes --]

Hi,

I am very interested in using dm-verity in an up coming embedded project on
a "secure" device using NAND flash. I see an email in the June archives
asking the question about what file systems can  dm-verity be used with.
The response was "any file system". The question mentioned ubifs
specifically which is not a block based file system. Can ubifs be made to
look like a block device? Is there an example of dm-verity on a ubifs file
system?

I think it would be possible to create a jffs2 file system over ubi using
"gluebi" module. This would then appear as a block device but it would be
great if it would work with ubifs/ubi as is.

Any help would be much appreciated.

Thanks,
Aidan

[-- Attachment #1.2: Type: text/html, Size: 869 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 14+ messages in thread
* Ubifs
@ 2008-12-10 13:50 Жека
  0 siblings, 0 replies; 14+ messages in thread
From: Жека @ 2008-12-10 13:50 UTC (permalink / raw)
  To: linux-mtd

thank you for a prompt, a problem is decided!!!

# mknod /dev/ubi0 c 253 0
# ubiattach /dev/ubi_ctrl -m 0
UBI device number 0, total 2048 LEBs (31457280 bytes, 30.0 MiB), available
2024
LEBs (31088640 bytes, 29.6 MiB), LEB size 15360 bytes (15.0 KiB)
# ubimkvol /dev/ubi0 -N test -s 29MiB
nand_wp: C0 ST 80
nand_wp: C0 ST 80
nand_wp: C0 ST 80
nand_wp: C0 ST 80
nand_wp: C0 ST 80
nand_wp: C0 ST 80
nand_wp: C0 ST 80
nand_wp: C0 ST 80
Volume ID 0, size 1980 LEBs (30412800 bytes, 29.0 MiB), LEB size 15360 bytes
(15.0 KiB), dynamic, name "test", alignment 1

best regards, Evgeny

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Ubifs
@ 2008-12-10 11:44 Жека
  2008-12-10 11:55 ` Ubifs Artem Bityutskiy
  2008-12-10 12:51 ` Ubifs Artem Bityutskiy
  0 siblings, 2 replies; 14+ messages in thread
From: Жека @ 2008-12-10 11:44 UTC (permalink / raw)
  To: linux-mtd

Hi Artem!!! 
On my system after create UBI device /dev/ubi0_0 it was not created...
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 


best regards, Evgeny

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Ubifs
@ 2008-12-10  9:02 Жека
  2008-12-10 11:04 ` Ubifs Artem Bityutskiy
  0 siblings, 1 reply; 14+ messages in thread
From: Жека @ 2008-12-10  9:02 UTC (permalink / raw)
  To: linux-mtd


Hi all,
I wanna have a try ubifs on nand, and do as written on
http://www.linux-mtd.infradead.org/faq/ubifs.html
1. compile, install and boot the kernel (2.6.26-rc3)
the configuration option for ubi and nand is default on as module.
2. make the mtd-utils.
3. create a ubi when I got the error

# ubiattach /dev/ubi_ctrl -m 0
UBI device number 0, total 2048 LEBs (31457280 bytes, 30.0 MiB), available
2024
LEBs (31088640 bytes, 29.6 MiB), LEB size 15360 bytes (15.0 KiB)
# ubinfo
UBI version:                    1
Count of UBI devices:           1
UBI control device major/minor: 10:63
Present UBI devices:            ubi0
# ubimkvol /dev/ubi0 -N test -s 30MiB
ubimkvol: error!: "/dev/ubi0" is not an UBI device node

I did miss any step installation mtd-tools or create UBI device...

Thanks!!!

 best regards, Evgeny

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

end of thread, other threads:[~2018-12-03 13:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 15:27 ubifs Renaud Barbier
2011-09-29 10:18 ` ubifs Sascha Hauer
  -- strict thread matches above, loose matches on Subject: below --
2018-12-03 12:42 ubifs Erwin Rol
2018-12-03 12:58 ` ubifs Sascha Hauer
2018-12-03 13:06   ` ubifs Erwin Rol
2018-12-03 13:26     ` ubifs Sascha Hauer
2018-12-03 13:35       ` ubifs Erwin Rol
2013-06-18 15:47 ubifs Aidan Totterdell
2008-12-10 13:50 Ubifs Жека
2008-12-10 11:44 Ubifs Жека
2008-12-10 11:55 ` Ubifs Artem Bityutskiy
2008-12-10 12:51 ` Ubifs Artem Bityutskiy
2008-12-10  9:02 Ubifs Жека
2008-12-10 11:04 ` Ubifs 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.