Re: About ConfigFS and FunctionFS together

2014-05-20 Thread Michal Nazarewicz
On Tue, May 20 2014, Krzysztof Opasiak wrote: > I found out that kernel returns -ENODEV error which when file system > type has not been found. I look into code of ffs and found out that > ffs_fs_mount() also returns this error if it was unable to acquire given > device. I know that this error look

About ConfigFS and FunctionFS together

2014-05-20 Thread Krzysztof Opasiak
Hello Michal, Recently I'm working with configfs and libusbg. I have been also using FFS with it as it was merged in some recent kernel versions. While using I have experienced some issue while mounting it. Let me describe my it: $ cd /sys/kernel/config/usb_gadget $ mkdir g1 $ mkdir g1/functions