Check with Vista if you have permissions to read the file. I
experienced the same problem (that's why I posted another questions to
the CIFS mailing list about mapping users with idmap). It always
happens when I copy these files from the iPhone. These files result
with such permissions:

$ ls -dV IMG_0004.MOV
-rw-------   1 enrico   staff    12949182 Jul 17 19:39 IMG_0004.MOV
                 owner@:--x-----------:-------:deny
                 owner@:rw-p---A-W-Co-:-------:allow
                 group@:rwxp----------:-------:deny
                 group@:--------------:-------:allow
              everyone@:rwxp---A-W-Co-:-------:deny
              everyone@:------a-R-c--s:-------:allow

On the Vista side, having mapped with idmap even the staff group to
the corresponding Windows group of the enrico user, the file results
with the following special permissions for the user enrico:
List folder/read data
Create files/write data
Create folders/append data
Write attributes
Write extended attributes

Here something's missing to me and documentation hasn't helped me
(yet)... There's no "read" here. Just set it (on the Vista side it's
just one click) and Quicktime will work. I've got a script which
resets my files' permissions something like:

find /yourdir -type f -exec chmod A- "{}" +
find /yourdir -type f -exec chmod 644 "{}" +

Hope this helps,
Enrico


On Fri, Aug 21, 2009 at 11:35 PM, Scott Laird<sc...@sigkill.org> wrote:
> Checksum all of the files using something like md5sum and see if
> they're actually identical.  Then test each step of the copy and see
> which one is corrupting your files.
>
> On Fri, Aug 21, 2009 at 1:43 PM, Harry Putnam<rea...@newsguy.com> wrote:
>> During the course of backup I had occassion to copy a number of
>> quicktime video (*.mov) files to zfs server disk.
>>
>> Once there... navigating to them with quicktime player and opening
>> results in a failure that (From windows Vista laptop) says:
>>    error --43: A file could not be found (Welcome.mov)
>>
>> I would have attributed it to some problem from scping it to the zfs
>> server had it not been for finding that if I scp it to a linux server
>> the problem does not occur.
>>
>> Both the zfs and linux (Gentoo) servers are on a home lan.. but using
>> the same router/switch[s] over gigabit network adaptors.
>>
>> On both occasions the files were copied using cygwin/ssh on a Vista
>> laptop.
>>
>> Anyone have an idea what might cause this.
>>
>> Any more details I can add that would make diagnostics easier?
>>
>> _______________________________________________
>> zfs-discuss mailing list
>> zfs-discuss@opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
>>
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
>



-- 
Ελευθερία ή θάνατος
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning."
GPG key: 1024D/FD2229AF
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to