Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Mac to Novell filename issues may block copying' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Mac to Novell filename issues may block copying
Authored by: redclawx on Mar 24, '06 12:12:41PM

<quote>
? [ ] / \ = + # < > ; : " , | * are not allowed.
</quote>

Here at our College campus, it comes down to the end users just not knowing that they shouldn't use those characters. When they get an upgraded computer, we copy their document up to a Windows server. Sometimes there be files with date in their names, (6/3/2006). We have to locate each one and change the file names. Even though we tell the faculty not to use the characters afterwards they still do.

On a side note, Microsoft Office v.X and 2004 breaks this rule. They have three AppleScript items in the "Entourage Script Menu Items" folder; "Create Event from Message\cE", "Create Note from Message\cN", and "Create Task from Message\cT". You can find these files in your Microsoft User Data folder in Documents. I know MS just wanted an easy way to add keyboard shortcuts for these but you would think that MS would use the Customize Keyboard menu option that's available in any of their other Office Applications. That's just piss poor programing.



[ Reply to This | # ]
Mac to Novell filename issues may block copying
Authored by: beepotato on Mar 25, '06 01:56:43AM

> That's just piss poor programing.

On the other hand, Microsoft wrote Entourage for the Mac, not for Windows.
I mean, it's very frustrating for programmers and users of Mac OS when they get asked to limit what they can do with this OS just because of Windows' own limitations. After all, if you use a Mac, it is to do more than you could do with Windows! ;-)

BTW, can't you copy your users' documents to a HFS+ disk image on the Windows server? This way, you wouldn't have any problem with filename compatibility.



[ Reply to This | # ]
Mac to Novell filename issues may block copying
Authored by: redclawx on Mar 27, '06 01:26:09PM

Yes, mounting an HFS+ disk image from the serving on your Mac and then copying the files to the mounted disk would work. Up until the point when you need to get to the files from a Windows computer. And turning on Windows File Sharing on the local Mac doesn't help either.

I just ran a test with 2 folders and 2 files. The folders and files appeared just fine on the mac but from Windows the ones with illegal characters had garbled file names:
Folders: (Mac -> PC)
Hello -> Hello
Hello/ -> H0MUWZ~3
Files: (Mac -> PC)
Hello.rtf -> Hello.rtf
Hello.rtf/ -> H0MUWZ~3.RTF



[ Reply to This | # ]