also @ TechSpot: USB 3.0-equipped PCs due before end of the year
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > Hardware & Tweaking > Storage & Networking

Restriction on file transfer size to external hard drive?

Closed Thread
Bookmark Thread Tools
  #1  
Old 11-19-2008
TechSpot Member
 
Member since: Dec 2006, 132 posts
System specs
Restriction on file transfer size to external hard drive?

Over the weekend, I tried transferring a 6GB iso to two different external hard drives, but each time the error was that the file was too large, even though there were over 100GB of free space left on either hard drive. Do you guys know what the problem could be?
  #2  
Old 11-19-2008
TechSpot Member
 
Location: Chicago
Member since: Sep 2008, 224 posts
System specs
It is likely a Fat32 file system....... I believe the limit is 1 byte short of 4 gigs

I dont remmy if there is a limit for NTFS or not, but that is probably the issue.
Login to remove this ad - join the TechSpot Community for free.
  #3  
Old 11-19-2008
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 7,611 posts
correct, and NFTS has no practical limit on the file other than
file size < partition size
  #4  
Old 11-19-2008
TechSpot Member
 
Member since: Dec 2006, 132 posts
System specs
I'm pretty confused. Can you guys explain how FAT and NFTS works and how I can apply that to fixing my problem?

Thanks
  #5  
Old 11-19-2008
TechSpot Enthusiast
 
Member since: May 2007, 374 posts
Your external hard drive is formatted as Fat32 as are many externals. In order to save files over 4gb you will have to re-format the drive. Go to My computer and right click on the drive and choose format. Save your data first of course. Re-format as NTFS. The only problem is that when you do NTFS on a removable drive you will have to go through the whole unplug thing via the tray icon. In other words you must stop the device before unplugging. With Fat32 you unplug and plug at will. In fact you might have to disable quick remove to format NTFS.

Check this for more info http://www.pctipsbox.com/format-a-us...s-file-system/

If you want to keep fat32 and save your 6gb file you will have to split it up with winrar or something similar or extract the iso and save it as separate files.
  #6  
Old 11-19-2008
SNGX1275's Avatar
TS Special Forces
 
Location: Rolla, Missouri, USA
Member since: Feb 2002, 8,924 posts
System specs
You don't have to backup and format to get it NTFS, you can just type this:
convert drive letter: /fs:ntfs

Source
  #7  
Old 11-20-2008
TechSpot Enthusiast
 
Member since: May 2007, 374 posts
Quote:
Originally Posted by SNGX1275 View Post
You don't have to backup and format to get it NTFS, you can just type this:
convert drive letter: /fs:ntfs

Source
Are you sure that will work with removable USB drives, I don't think so. You are talking about regular fixed hard drives.
Login to remove this ad - join the TechSpot Community for free.
  #8  
Old 11-20-2008
TechSpot Guru
 
Location: Chicago-land, IL
Member since: Apr 2007, 2,926 posts
Quote:
Are you sure that will work with removable USB drives, I don't think so. You are talking about regular fixed hard drives.
ummm...let's think about this.....

your removable USB drive.... does it have a file system on it?

It must or Windows couldn't read it.

So why would you think removable USB drive is any different when converting file systems?
  #9  
Old 11-20-2008
TechSpot Enthusiast
 
Member since: May 2007, 374 posts
Quote:
Originally Posted by LookinAround View Post
ummm...let's think about this.....

your removable USB drive.... does it have a file system on it?

It must or Windows couldn't read it.

So why would you think removable USB drive is any different when converting file systems?
I guess he'll just have try it huh?
  #10  
Old 11-20-2008
TechSpot Guru
 
Location: Chicago-land, IL
Member since: Apr 2007, 2,926 posts
Quote:
Your external hard drive is formatted as Fat32 as are many externals. In order to save files over 4gb you will have to re-format the drive. Go to My computer and right click on the drive and choose format. Save your data first of course. Re-format as NTFS. The only problem is that when you do NTFS on a removable drive you will have to go through the whole unplug thing via the tray icon. In other words you must stop the device before unplugging. With Fat32 you unplug and plug at will. In fact you might have to disable quick remove to format NTFS.
gguerra

Just re-read in more detail your earlier post. I think you're mixing up different issues

1. Write caching.
You can get better disk performance if you enable write caching for a disk drive. This means Windows caches several disk writes together in cache before it physically writes it all to the drive. If you set a drive for no caching Windows will perform each write to the drive as they are issued. one-at-a-time

2. Write caching can give better performance.. but can also give headaches
Problem with write caching is if Windows crashes or you unplug a USB drive there are several writes that never make it to disk. This can cause file and file system corruption depending on what it was not getting written.

3. Stopping a USB device for removal
Stopping the device before removal mainly applies when write caching is set. in that case, windows will write all cache to disk before stopping the device. Is far less likely to cause problems if windows is applying writes one-at-a-time as they occur.

4. This is an issue for both NTFS and FAT32. Maybe a bit more so for NTFS
Because NTFS tends to do more writes to the disk. So greater chance of problems if things get interrupted

Control your options be selecting a disk drive in device manager, rt click Properties, click Policies. Set the options. Also see this.
  #11  
Old 11-20-2008
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 7,611 posts
Quote:
With Fat32 you unplug and plug at will. In fact you might have to disable quick remove to format NTFS
never never never unplug without stopping the device -- unless you like to reformat it
due to partition corruption.
  #12  
Old 11-20-2008
TechSpot Enthusiast
 
Member since: May 2007, 374 posts
Quote:
Originally Posted by LookinAround View Post
gguerra

Just re-read in more detail your earlier post. I think you're mixing up different issues

1. Write caching.
You can get better disk performance if you enable write caching for a disk drive. This means Windows caches several disk writes together in cache before it physically writes it all to the drive. If you set a drive for no caching Windows will perform each write to the drive as they are issued. one-at-a-time

2. Write caching can give better performance.. but can also give headaches
Problem with write caching is if Windows crashes or you unplug a USB drive there are several writes that never make it to disk. This can cause file and file system corruption depending on what it was not getting written.

3. Stopping a USB device for removal
Stopping the device before removal mainly applies when write caching is set. in that case, windows will write all cache to disk before stopping the device. Is far less likely to cause problems if windows is applying writes one-at-a-time as they occur.

4. This is an issue for both NTFS and FAT32. Maybe a bit more so for NTFS
Because NTFS tends to do more writes to the disk. So greater chance of problems if things get interrupted

Control your options be selecting a disk drive in device manager, rt click Properties, click Policies. Set the options. Also see this.
Somebody needs to re-read.. I am not the one with the problem I am only offering suggestions which may or may not be helpful. The original poster is aznn3rd and since we have not heard from him we may all be wasting our time.;
  #13  
Old 11-20-2008
SNGX1275's Avatar
TS Special Forces
 
Location: Rolla, Missouri, USA
Member since: Feb 2002, 8,924 posts
System specs
Quote:
Originally Posted by gguerra View Post
Are you sure that will work with removable USB drives, I don't think so. You are talking about regular fixed hard drives.
Whats with your attitude in this thread?

Why would it not work? It should work.
Closed Thread
Thread Tools


Similar Topics
Topic Category Replies Last Post
Problem transfering large file from hard drive to external hard drive Storage & Networking 1 05-25-2008 08:18 PM
External hard drive file transfer Storage & Networking 2 03-19-2007 10:27 PM
How do I transfer Sims 2 to an external hard drive and play it directly from there? PC Gaming and Consoles 2 03-03-2007 09:43 PM
Slow file transfer between Hard Drives Storage & Networking 2 01-28-2007 08:26 AM
Is it possible to transfer C to an external storage drive Storage & Networking 2 01-16-2005 03:34 AM


All times are GMT -4. The time now is 12:10 PM.