![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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. limit. Copy everything off of it and reformat it as NTFS. |
My System Specs![]() |
| | #3 (permalink) |
| | 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 Specs![]() |
| | #4 (permalink) |
| | 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 Specs![]() |
| | #5 (permalink) |
| | 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 Specs![]() |
| | #6 (permalink) |
| | 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 Specs![]() |
| | #7 (permalink) |
| | 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 Specs![]() |
| | #8 (permalink) |
| | 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 Specs![]() |
| | #9 (permalink) |
| | 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 Specs![]() |
![]() |
| 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 | |||