In kernelspace using ubifs¶
Build the modules¶
How to build the module ubifs.ko with ebm
cd uffs/uffs/uffs/core/common make
How to build the module ebm.ko :
cd uffs/uffs/uffs/ebm/linux make
Load the modules¶
How to load the two above modules :
insmod ubifs.ko insmod ebm.ko
Mount¶
How to mount a ebm volume :
A volume ebm is needed (device or file formated with mkebm, see mkebm section) :
mount -t ubifs source mnt
(for instance: mount -t ubifs /dev/sda /mnt/test)