Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

File sharing from OSX 10.6.8 to OS 9.2.2

For several years I have updated my server on OS 9.2.2 using file sharing from OSX 10.5.8. Today I tried to update a file from another Mac with OSX 10.6.8. It mounts the OS 9 volume as usual and I can copy files from it but all files and folders appear to be read only and hence I cannot write to it.


Is this likely to be a glitch or is it a known problem?

Posted on Nov 7, 2018 9:36 AM

Reply
1 reply

Dec 3, 2018 10:06 AM in response to Neville Hillyer

I now have Leopard and various versions of Snow Leopard installed on my Mac Pro and I get the following results:


All versions can mount a remote OS 9 volume or folder. Leopard can write files to the mounted volume without any difficulty. Some versions of Snow Leopard can write some files at a first attempt but some of these appear empty or corrupted.


I eventually found I could get consistent satisfactory results by using a bash script to write about 40kB to a dummy file twice. After this further files can be written without any difficulty until the connection is terminated. Whist this is slightly tedious I can live it.


Further insights or fixes would be of interest to me.


Here is my bash script:


open 'afp://user-name:password@###.###.###.###/volume/web-pages'; sleep 1; f(){ echo {a..z}{A..Z}{z..n} > /Volumes/volume/web-pages/dummy-file; }; f; f

File sharing from OSX 10.6.8 to OS 9.2.2

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.