fs-cifs error message

Hi,
I think I saw this posted here before, but I couldn’t find the post, and it
is not in the knowledge base either.

I copy files to a fs-cifs mounted folder, going to a NT server. It copies
the files, but says:
cp: Can’t change file time (data copied) (…): Permission denied

Thanks
Markus

I believe fs-cifs doesn’t support all the features. I get this error also
since I think the driver does not allow file time to be changed.

“Markus Loffler” <loffler@ces.clemson.edu> wrote in message
news:8uhmga$jgp$1@inn.qnx.com

Hi,
I think I saw this posted here before, but I couldn’t find the post, and
it
is not in the knowledge base either.

I copy files to a fs-cifs mounted folder, going to a NT server. It copies
the files, but says:
cp: Can’t change file time (data copied) (…): Permission denied

Thanks
Markus

Since SMB/CIFS is based on (V)FAT(32) file systems from Win/DOS

At bottom of Filesystem classes Section - Filesystem limitations
http://qdn.qnx.com/support/docs/qnx_neutrino/sys_arch/fsys.html#FSYSCLASSES
right above Image filesystem
http://qdn.qnx.com/support/docs/qnx_neutrino/sys_arch/fsys.html#IMAGE

only has 1 or 2 dates (instead of posix 3) and an archive bit

Dwayne Nelson <nelsond@intgame.com> wrote in message
news:8urvei$2kc$1@inn.qnx.com

I believe fs-cifs doesn’t support all the features. I get this error also
since I think the driver does not allow file time to be changed.

“Markus Loffler” <> loffler@ces.clemson.edu> > wrote in message
news:8uhmga$jgp$> 1@inn.qnx.com> …
Hi,
I think I saw this posted here before, but I couldn’t find the post, and
it
is not in the knowledge base either.

I copy files to a fs-cifs mounted folder, going to a NT server. It
copies
the files, but says:
cp: Can’t change file time (data copied) (…): Permission denied

Thanks
Markus