|
From: Goswin v. B. <gos...@we...> - 2008-08-14 16:33:00
|
"andreas bohne" <ab...@gm...> writes:
> Hi,
>
> I am writing a new fs and have the problem that a binaray file could not copied.
>
> The reason seems that the SETATTR functions is not implemented (but BTW it could not be set in the fuse_operations).
>
>
> My call is 'cp -r dtsmfs /mnt/tsm' where /mnt/tsm is my fuse fs.
>
> Problem:
>> unique: 31, opcode: SETATTR (4), nodeid: 4, insize: 128
>> unique: 31, error: -38 (Function not implemented), outsize: 16
>
> Any idea how to fix this?
>
>
> Greetings -- Andreas
>
>
>
> Inforation that coud be heldful:
>
> Fuse API 25
>
> I am running a Linux 2.6.20 with extra compiled fuse module fuse-2.7.4 (
> --enable-kernel-module --enable-lib --enable-util --enable-example)
...
> chmod: NULL,
> chown: NULL,
> utime: NULL,
Those three.
MfG
Goswin
|