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.

    Weird error on a takeMS flash disk

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by eleron911, Jul 1, 2008.

  1. eleron911

    eleron911 HighSpeedFreak

    Reputations:
    3,886
    Messages:
    11,104
    Likes Received:
    7
    Trophy Points:
    456
    So I have a 6.5 GB iso that I want to put on the 7.54GB drive,and it keeps saying that it`s full.
    Just formatted it , reformatted it and still,disk full.
    HDtune says no errors, so why am I getting that weird stuff?
     
  2. K-TRON

    K-TRON Hi, I'm Jimmy Diesel ^_^

    Reputations:
    4,412
    Messages:
    8,077
    Likes Received:
    2
    Trophy Points:
    205
    Maybe the iso has hidden files associated with it, which can add up to more than 7.54gb of space.
    Grab an external drive more than 8gb and you should have no problem transferring the file.

    K-TRON
     
  3. eleron911

    eleron911 HighSpeedFreak

    Reputations:
    3,886
    Messages:
    11,104
    Likes Received:
    7
    Trophy Points:
    456
    No it doesnt.
    I`ve used Winrar and split the volumes into 2.5Gb ,and it can write them,
    so question is :does FAT32 or WinXP have any limitations in regards of size processing?
     
  4. Andy

    Andy Notebook Prophet

    Reputations:
    2,133
    Messages:
    6,399
    Likes Received:
    1
    Trophy Points:
    206
    FAT32 cannot read files having size more than ~ 4gig....try converting the USB disk to NTFS if you want it to handle files that big....I am not sure if it ll work for a USB but u could try it out....
    Just go to the Command Prompt and execute the command:

    C:\> CONVERT C: /fs:ntfs

    Where C: is a name of the drive you want to convert.
    After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.
     
  5. eleron911

    eleron911 HighSpeedFreak

    Reputations:
    3,886
    Messages:
    11,104
    Likes Received:
    7
    Trophy Points:
    456
    I can format it as NTFS. I`ll give that a try, I remember FAT32 having a limit of 4 Gb, forgot the reasoning :D