Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Name: Ryan Cooley Date: December 26, 2001 at 04:14:01 Pacific
Reply:
You can try explictly telling it the filesystem is writeable (mount -o rw) and be sure your UserID/name and GroupID/name are the same on both systems. Also try mounting NFS locally (on the SCO machine) to see if the System manager is choosing to setup NFS with r/o access (which is is a good idea).
Summary: We have a computer that is running Novell that goes out to the internet and downloads a file and puts it out on the NFS and then a phantom process running on the Unix box grabs this file and uploads i...
Summary: It may not be your / (root) file system. Do this command to find out which partition is giving you grief: df -k Then look closely at the percentages, then go to the partition that is max'd out and st...