1
12 34
Trying to move and rename photos from a media card using OS X.
I get this error:
Errno::EXDEV: Cross-device link -
/Volumes/CANON_DC/DCIM/100CANON/IMG_2324.JPG or /Volumes/Knobby Aperture
Disk/Photos-digital/ Photographs/_Download folder/Latest
Download/2007.01.11-2324.gs-c.jpg
basic command is:
File.rename(File.join(dirPhotoCard, fileName), File.join(downloadFolder,
newFileName))
Works fine if I chang the dirPhotoCard to a folder on my Mac
I basically following Pine's Renamimg your photos script. I went back
and tried his script and I got the same results. Worked with Mac to Mac,
but not media card to Mac.
I tried a different type of card (Compact Flash instead of SD and got
the same results).
Thanks for any suggestions
I get this error:
Errno::EXDEV: Cross-device link -
/Volumes/CANON_DC/DCIM/100CANON/IMG_2324.JPG or /Volumes/Knobby Aperture
Disk/Photos-digital/ Photographs/_Download folder/Latest
Download/2007.01.11-2324.gs-c.jpg
basic command is:
File.rename(File.join(dirPhotoCard, fileName), File.join(downloadFolder,
newFileName))
Works fine if I chang the dirPhotoCard to a folder on my Mac
I basically following Pine's Renamimg your photos script. I went back
and tried his script and I got the same results. Worked with Mac to Mac,
but not media card to Mac.
I tried a different type of card (Compact Flash instead of SD and got
the same results).
Thanks for any suggestions