The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-19-2003
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,131
90 megs is not that much. The smallest size where I would expect you to have problems is 2 GB. Maybe you're just misreading the file info from one of the OS's?

Try this experiment to see if there is really a problem: copy the file Win2000, on Win2000 rename the file, then copy it back. Then on SCO,
do:
wc old new
diff old new | wc -l

That should tell you if there really is a problem or not, thus answering your last question.