The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Does Writing Data to an External HD bypass the main HD?

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by overdrive2023x, Apr 29, 2012.

  1. overdrive2023x

    overdrive2023x Notebook Enthusiast

    Reputations:
    0
    Messages:
    30
    Likes Received:
    0
    Trophy Points:
    15
    Usually I always find my answers on my own with google, but I have no idea how to even phrase this for google search terms.

    When I download something from the internet or from a device (Such as an HD camcorder), if I select a target folder on an external Hard drive, will it write it directly to the external (bypassing my laptops main internal hard drive)? Or does Windows just write it to a temp file on the main HD, and then when the download is finished, it copies it to the external?

    I'm trying to minimize the writes to my laptop's SSD, so I was just wondering.
     
  2. GHLow

    GHLow Notebook Enthusiast

    Reputations:
    0
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    5
    If somebody has the answer, I would also like to know whether the number of writes performed due to manually initiated file transfers are generally outnumbered by the rewrites due to background processes such as caching, eg. windows pagefiles, chrome temporary files.
     
  3. WackyT

    WackyT Notebook Deity

    Reputations:
    906
    Messages:
    1,389
    Likes Received:
    1
    Trophy Points:
    56
    (Assuming Windows is being used.) Downloading from the Internet it'll write to a temp cache file on the internal hard drive then save to the external. Transferring from one external source (camcorder connected through USB) to another external drive connected through USB, it'll be direct bypassing the internal drive.
     
  4. Kyle

    Kyle JVC SZ2000 Dual-Driver Headphones

    Reputations:
    1,758
    Messages:
    992
    Likes Received:
    575
    Trophy Points:
    106
    It depends on the browser used.
    Some browsers use the temp cache-copy method. Others directly write to destination file as dest-file.tmp and when the download is completed, just rename to dest-file (renaming does not involve data transfer). Or they may just start writing to dest file directly as dest-file right from the start.