Search This Blog

Wednesday, January 16, 2013

My Debian and USB memory stick

 Few days ago i bought Silicon Power USB memory stick 16Gb size.
Memory was formated to ntfs file system (mkfs.ntfs) for MS Windows compatability.
 I was very surprised when i try copy some big files (3.3 GB ) to it and my PC totaly freezed on 70-80%.

After some search in google i found solution: ehci_hcd module

#> modprobe ehci_hcd

#> rsync -av --progress /home/***/Downloads/xxx-720p.mkv /mnt/usb/
sending incremental file list
xxx-720p.mkv
  3519709784 100%   29.22MB/s    0:01:54 (xfer#1, to-check=0/1)

sent 3520139543 bytes  received 31 bytes  30477398.91 bytes/sec
total size is 3519709784  speedup is 1.00


awesome!

No comments:

Post a Comment