Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Can't Move Large Video File (5.24GB) to External Drive

Reply
 
Old 02-25-2008   #1 (permalink)
Beejaysoo


 
 

Can't Move Large Video File (5.24GB) to External Drive

I have a video on my C drive that I would like to move to my external drive
but when I try to do this I get a message saying "file is too large for the
destination file system". The external drive is 120GB, has lots of room on
it, and I have moved other smaller videos to it.

Could anyone expand on what this may mean, besides the obvious, and if there
is anyway around it.

Thanks,



My System SpecsSystem Spec
Old 02-25-2008   #2 (permalink)
Bob Campbell


 
 

Re: Can't Move Large Video File (5.24GB) to External Drive

"Beejaysoo" <Beejaysoo@xxxxxx> wrote in message
news:3C9D3DA0-D905-469C-B8F8-64C6B59DD270@xxxxxx
Quote:

>I have a video on my C drive that I would like to move to my external drive
> but when I try to do this I get a message saying "file is too large for
> the
> destination file system". The external drive is 120GB, has lots of room
> on
> it, and I have moved other smaller videos to it.
Sounds like the drive is formatted as FAT32. FAT32 has a 4GB file size
limit. Copy everything off of it and reformat it as NTFS.

My System SpecsSystem Spec
Old 02-25-2008   #3 (permalink)
John Inzer


 
 

Re: Can't Move Large Video File (5.24GB) to External Drive

Beejaysoo wrote:
Quote:

> I have a video on my C drive that I would like to move to my external
> drive but when I try to do this I get a message saying "file is too
> large for the destination file system". The external drive is 120GB,
> has lots of room on it, and I have moved other smaller videos to it.
>
> Could anyone expand on what this may mean, besides the obvious, and
> if there is anyway around it.
>
> Thanks,
=====================================
Just a thought but if the external drive is
FAT32...it may help to convert it to NTFS.

Maybe the following articles will offer some
ideas:

Proceed at your own risk.......

Why Can't I Copy a Large File Despite Having Larger Free Space?
http://www.cknow.com/faqs/Why/CantCopyLargeFile.html

Convert a FAT32 Disk to NTFS in Windows Vista
http://news.softpedia.com/news/Conve...ta-51792.shtml

--

John Inzer
Digital Media MVP

Notice
This is not tech support
I am a volunteer

Solutions that work for
me may not work for you

Proceed at your own risk


My System SpecsSystem Spec
Old 02-25-2008   #4 (permalink)
David H. Lipman


 
 

Re: Can't Move Large Video File (5.24GB) to External Drive

From: "Bob Campbell" <bob@xxxxxx>


|
| Sounds like the drive is formatted as FAT32. FAT32 has a 4GB file size
| limit. Copy everything off of it and reformat it as NTFS.

You don't have to move data off the drive and reformat.

Just use the CONVERT.EXE utility on that drive to convert it from FAT32 to NTFS.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp


My System SpecsSystem Spec
Old 02-25-2008   #5 (permalink)
kookieman


 
 

Re: Can't Move Large Video File (5.24GB) to External Drive

convert yields 512 byte clusters, which is not good for fragmentation,
especially if the average file sizes are large. 4KB clusters would be far
better with large files.. if they are all that size, he could go higher.

"David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in message
news:eQtQf0BeIHA.4684@xxxxxx
Quote:

> From: "Bob Campbell" <bob@xxxxxx>
>
>
> |
> | Sounds like the drive is formatted as FAT32. FAT32 has a 4GB file
> size
> | limit. Copy everything off of it and reformat it as NTFS.
>
> You don't have to move data off the drive and reformat.
>
> Just use the CONVERT.EXE utility on that drive to convert it from FAT32 to
> NTFS.
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
>
>

My System SpecsSystem Spec
Old 02-25-2008   #6 (permalink)
David H. Lipman


 
 

Re: Can't Move Large Video File (5.24GB) to External Drive

From: "kookieman" <a@xxxxxx>

| convert yields 512 byte clusters, which is not good for fragmentation,
| especially if the average file sizes are large. 4KB clusters would be far
| better with large files.. if they are all that size, he could go higher.
|

Good point.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp


My System SpecsSystem Spec
Old 02-26-2008   #7 (permalink)
Beejaysoo


 
 

RE: Can't Move Large Video File (5.24GB) to External Drive



Thanks to all,

I appreciate and understand your answers but being a bit of a novice I think
I'll just leave my video on the C drive. I've got too much stuff on the
external drive to start fooling around with it....ie. formatting etc.

Thanks again,

bj
My System SpecsSystem Spec
Old 02-26-2008   #8 (permalink)
kookieman


 
 

Re: Can't Move Large Video File (5.24GB) to External Drive

Good choice. Just split the file into 2 parts and you should be able to
copy it.. if you want to.

"Beejaysoo" <Beejaysoo@xxxxxx> wrote in message
news:F311B57A-239E-4CED-A54F-53CF1A222B26@xxxxxx
Quote:

>
>
> Thanks to all,
>
> I appreciate and understand your answers but being a bit of a novice I
> think
> I'll just leave my video on the C drive. I've got too much stuff on the
> external drive to start fooling around with it....ie. formatting etc.
>
> Thanks again,
>
> bj

My System SpecsSystem Spec
Old 02-26-2008   #9 (permalink)
Ken Blake


 
 

Re: Can't Move Large Video File (5.24GB) to External Drive

"kookieman" <a@xxxxxx> wrote in message
news:e05cRXCeIHA.4684@xxxxxx
Quote:

> convert yields 512 byte clusters,

Usually, but not always.

Quote:

> which is not good for fragmentation,

It's not good for performance in general.

Quote:

> especially if the average file sizes are large. 4KB clusters would be
> far better with large files.. if they are all that size, he could go
> higher.

However it's possible to covert to FAT232, *and* endure that you get the
default 4K clusters. Read here: http://www.aumha.org/a/ntfscvt.htm
Also note that conversion is a big step, affecting everything on your drive.
When you take such a big step, no matter how unlikely, it is always possible
that something could go wrong. For that reason, it's prudent to make sure
you have a backup of anything you can't afford to lose before beginning.


Quote:

> "David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in message
> news:eQtQf0BeIHA.4684@xxxxxx
Quote:

>> From: "Bob Campbell" <bob@xxxxxx>
>>
>>
>> |
>> | Sounds like the drive is formatted as FAT32. FAT32 has a 4GB file
>> size
>> | limit. Copy everything off of it and reformat it as NTFS.
>>
>> You don't have to move data off the drive and reformat.
>>
>> Just use the CONVERT.EXE utility on that drive to convert it from FAT32
>> to NTFS.
>>
>> --
>> Dave
>> http://www.claymania.com/removal-trojan-adware.html
>> Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
>>
>>
>
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Restoring file from external USB WD removable drive Vista General
Urgent!! Can't copy/move or open files in Maxtor external drive. Vista file management
How to move the page file from drive c to other drive? Vista General
deleting large file (video) while alreading being sent. Windows Vi Vista mail
Move My Documents file to another hard drive permanently Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46