|
#1
| |||
| |||
| .DS_STORE files on copy from 10.2. to PC?
I am trying to move files to PC servers and additional files show up on the PC drive once copied. For example, I copy a file called 'monkey.jpg' from my 10.2 machine to the PC and I get other files that appear called ._monkey.jpg and .DS_STORE. These files don't show up on my Mac so I am wondering why they show up on the PC and how I can make it stop! |
|
#2
| |||
| |||
|
Those files are created by the Finder and are invisible "dot files" that are normally transparent when viewed in the Finder itself. You can remove them manually in the Terminal before copying to the PC server with this command: sudo find /directorypath/directory -name ".DS_Store" -exec rm {} \; (Replace the directory path and directory name with one appropriate to your situation. You can accomplish this by dragging the directory from the Finder to the Terminal window and it will use that path.) |
|
#3
| |||
| |||
|
This seems like a lot of work for each and every time I want to copy a file to a PC. I have heard it already... "What are all these files that you are copying to the server?" In my situation, moving files from OS 10.2 machines to the PC server is going to be a scripted move for updating content on an intranet. I generate the files from my Mac and copy them to a web server repository. Seem like there should be an easier way to accomplish this without any intervention. Moving these files directly from an AppleShare IP server to the PC server does not copy invisible files - UNLESS OS X is involved with the copy. |
|
#4
| ||||
| ||||
|
Rats. I was hoping Jaguar took care of that problem. Send feedback to apple at www.apple.com/macosx/feedback asking them to allow you to turn off the Finder data files (those dot files) on Windows shares. -Rob
__________________ There are only 10 kinds of people in the world: Those who understand binary, and those who don't. |
|
#5
| |||
| |||
|
If the inconvenience is sufficiently annoying to you, you may want to consider DAVE. It will not produce the .DS_STORE files. You can read about it here: http://www.thursby.com/products/dave-vs-jaguar.html DAVE stores files in Microsoft NTFS format, which Mac OS X 10.2 does not, according to Thursby. "This is an issue of primary concern for customers who have previously used DAVE or Services for Macintosh, since their information may not be compatible with Mac OS X. Plus DAVE does not create those annoying dot underscore files," said the company. |
|
#6
| ||||
| ||||
|
I thought I remember someone saying that Jaguar doesn't do this anymore?
__________________ MacBook Pro 2.16GHz Core2Duo 3GB RAM, G4 1.4GHz OSX Tiger 1.25GB RAM, Dual 2GHz G5 OSX Tiger 2GB RAM (freakin shweet) Athlon 64 Windoze XP for school work (programming) 1GB RAM dferns@macosx.com |
|
#7
| |||
| |||
|
Hmmm. Just read that on MacCentral today as well. I'm wondering if Apple has plans to do anything about it. Tough call. Wait for Apple or go with Dave.... |
|
#8
| ||||
| ||||
| Quote:
__________________ Confucious Say: Jasoco, change your gosh darn SIGNATURE! it's been like that forever! Never disobey Confucious. Jasoco.net - GeekPub Forums |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cant copy files | a_liping_dante | Mac OS X System & Mac Software | 14 | May 6th, 2003 11:45 PM |
| Error transferring files from Max OSX 10.2 to PC Win 98SE.. help please... | ms_kle | Mac OS X System & Mac Software | 3 | September 23rd, 2002 08:59 PM |
| OSX 10.2 and Carbon Copy Cloner | jamerican | Mac OS X System & Mac Software | 3 | September 3rd, 2002 07:10 PM |
| Help me save my forks please | jeb1138 | Mac OS X System & Mac Software | 0 | July 10th, 2002 12:01 PM |
| H2 copy very large files to CD? | James Bond | Mac OS X System & Mac Software | 4 | June 11th, 2001 02:41 AM |