Results 1 to 3 of 3

Thread: NTFS external drives copying delayed

  1. #1
    Join Date
    Jun 2007
    Location
    Sydney, Australia
    Beans
    108
    Distro
    Xubuntu 14.04 Trusty Tahr

    NTFS external drives copying delayed

    When I copy paste to my 32GB NTFS formatted USB key, it copies really fast (60mbps). But the USB hasn't done anything yet. It copies "for real" slowly in the background, the 60mbps was just copying from one spot on my SSD to another.

    I can't take out the USB or even request it to be unmounted until the light on it stops flashing (and I know it's actually finished copying).

    What setting for ntfs-3g do I need to change for this to fix? It seems to happen when I'm copying from an internal NTFS partition on the SSD.
    ThinkPad X201 - i5-520M - 8GB DDR3 RAM - Intel HD Graphics - 1GB GeForce 560 Ti eGPU - Xubuntu 14.04/Windows 8 Pro
    Gaming PC - i5-4670 - 16GB DDR3 RAM - 3GB Radeon R9 280X - Windows 8 Pro

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: NTFS external drives copying delayed

    file systems use buffers to get a command to complete for the UI ASAP. Buffers are system-wide and use excess RAM. Use the free -m command to see them in action. This is usually the desired behavior.

    Actually, the 60Mbps copy was loading buffers, not copying somewhere else, until the buffers are filled. IME, the writes begin on the target FS very quickly. Which options are being used for the mount? delay_mtime may help. In theory, files are written in 4K chunks according to the manpage.

    You can unplug the USB drive if you like, but file system corruption should be expected.
    http://www.tuxera.com/support/ is listed as the support team location.

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: NTFS external drives copying delayed

    The NTFS driver will always be slower than any native Linux format.

    If you have to have the flash drive compatibile with other Windows systems, some flash drives are faster than others. But again format used may change results.

    pendrive speed tests USB2 & USB3 various brands - user sudodus
    http://ubuntuforums.org/showthread.p...5#post12907085
    Includes links to speed tests and lists some that do not work well.
    https://help.ubuntu.com/community/In...#Prerequisites
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •