
Originally Posted by
newuser1234
thanks apollo/cog, and apologies for the lack of detail/confusion.
i'm using a 64 bit ubuntu OS. the issue arises when i use either the scp command to copy the files off a server (using ethernet connection), and when i copy the files off a portable hard drive through a usb connection (either command prompt or dragging files from one directory to another in the ubuntu "windows"). actually, i'm not sure if the issue only arises with big files, but i've noticed it for the big files as i've been working on them quite intensely lately.
the hard drive is partitioned and formatted to ext4 for ubuntu. i have these issues when i copy these files directly into the ext4 formatted partition when using the ubuntu scp command . however, the files copy perfectly from the server when i'm using windows 7 and the winscp program. in windows 7, i copy the files to a ntfs partition on my hard drive that's accessible to ubuntu. i've been working on these files in ubuntu using this shared ntfs partition.
anyway, please let me know if you need any more detail/clarification. cheers!
I would like to try to duplicate the problem. To make it easier, try starting out with a couple of small files. Give us the exact command you're using. Use the code tags to make it easy to follow. Also try the "cp" command if you're copying from a USB drive. Immediately after copying the file run the cmp command to identify what has happened (if you're copying from a usb drive).
For example:
Code:
$ cp /mnt/usbdrive/filea ~/filea
$ cmp /mnt/usbdrive/filea ~/filea
After you post your "scp" examples I'll test what you're using on my computer also.
-- L. James
--
L. D. James
ljames@apollo3.com
www.apollo3.com/~ljames
Bookmarks