Hi, I'm a hobbyist and have been having some fun with AIX PS/2 1.3 (circa 1992!) on a PS/2 Model 95. I have it running perfectly! I like vintage unix workstations (1980's and early 90's) and once I get an old OS configured nicely I like to back it up the various ways possible available to that platform, usually tar to NFS, and dd. I'm seeing a strange behavior regarding tar. If I'm sitting at the console, either a shell in text console, or a shell within X-Windows/Motif, and run my tar command, then when the tar archive file reaches EXACTLY 4MB on the NFS drive it stops with the error "tar: write error: File too large". However, if I telnet into this AIX machine and run the exact same tar command to the exact same NFS directory it succeeds (total tar file size is about 110MB when it completes). I use this NFS drive for all my backups from all my Unix machines so I know it can handle 4MB files, and again, if I run the tar command from a telnet session it works fine.
Here's my tar command: tar -cvf /nfs/backups/scotty/data /bin /etc /generic /lib /local /qmsg /shlib /supplies /u /unix /usg /usr /usg /scotty 1> /nfs/backups/scotty/output 2> /nfs/backups/scotty/errors
Any ideas as to why tar thinks it has a 4MB limit when using the console, but not when using a telnet session?
Thank you!