Results 1 to 5 of 5

Thread: Huge file is huge.

  1. #1
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    Default Huge file is huge.

    There's a torrent I want to download that contains an 8GB file. Unfortunately, this appears to be too large for XP, which I believe has a 4GB file size limit, to handle. Is there anything I can do besides installing another operating system or am I pretty much smurfed?
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  2. #2
    Very VIP person Tech Admin Rantz's Avatar
    Join Date
    Apr 2006
    Posts
    17,631
    Articles
    1

    Default

    I read at another place that Partition Magic can convert your file system to NTFS painlessly—apparently the FAT32 file system is at fault. Don't quote me on that though, I have no real knowledge on the subject of file systems. I have no idea whether it requires formatting the drive or not.

    Edit: Actually, I kept reading a little bit about it and another person suggested this (again, I'm just the messenger, trust it at your own risk):
    To convert the filesystem, open a command-box and enter "convert c: /FS:NTFS". Repeat that for all your harddisks (d:, e:...).
    Last edited by Rantz; 01-12-2009 at 07:32 PM.

  3. #3
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    Default

    Hmm. I'll google that some more and learn more about it. Thanks for the heads-up.
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  4. #4
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    OSX handled 6.6gb files alright! (not to mention the concatenating the 94 files that made it up because I had to download them off mediafire one at a time x.X)

    I thought windows partitions were typically ntfs to start with?

  5. #5
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    XP will install on a FAT32 partition; Vista will only install on NTFS. But yeah, Rantzien is right, FAT32 imposes a 4GB filesize limit. You can quite easily convert a FAT32 partition to NTFS from the command line, but it's not trivial to convert back (i.e. you basically need a second temporary partition while you reformat). So obviously you want to be sure that you don't need to keep any FAT32 features not provided by NTFS before you convert. Unless you're running a very old version of Linux though, I can't think of any reason not to convert since NTFS is a superior FS.

    Anyway, to convert, open a command prompt and run this command:
    Code:
    convert c: /fs:ntfs
    It'll probably make you restart (definitely if the drive to convert is the drive XP is installed on or if the current directory of the prompt is on the conversion drive), so answer yes to the prompt if it does and then restart.

Posting Permissions

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