Quote:
|
Originally Posted by oldtimer
You need an up to date P4 system,lots of memory copying 4 gb needs a lot of memory and HD space .
|
Well, I hate to argue with you but that's not all true. (Well, the lots of HD space is true.

)
I set up a small file server for a friend who wanted to be able to stream his video recordings to every room in his house over ethernet.
We used an old P2 at 400 MHz and a 300 Gig PATA drive (Using Ubuntu Linux Server, RiserFS) with 256 megs of SDR RAM and he has no trouble streaming files. It's 1 gig ethernet, so the bandwidth is decent over the network.
We had to use a seperate controller card for the drive as the BIOS on the mobo couldn't use the full drive capacity and I've never liked (or trusted) the overlay BIOS drivers, like "Big-Drive".
We opted for the slower CPU so we wouldn't have to worry as much about cooling and could stick it in a closet.
He uses raw AVI most often, and his files can grow to many gigs while editing. This slow, low memory server has no trouble copying files to and from his workstations. It only serves four computers, and it usually only actually has duty on one workstation at a time, but it does work.
No disrespect intended, but in your second post you suggested "sorry but you must be doing this the wrong way" and it just seemed to me that you didn't have knowledge of the 4 gig limit on a FAT32 drive. You did ask if she partitioned the drive in your first post, but she never answered, that's why I pointed out that many external drives are partitioned FAT32 from the factory for maximum compatibility with most, if not all, systems you'll likely plug them into.
In short, yes, you're trying to help her but until she answers the question, "Is the external drive formatted FAT32?" suggesting that she run chkdsk isn't going to help her at all. I doubt there's anything wrong with the drive, and unless she's trying to drag the file to her My Computer Icon directly, I don't think she's doing anything wrong.
She did say she tried to copy from the command prompt, so this leads me to believe that she has more than basic knowledge in computers. Most people these days don't even know there IS a command prompt (where you can actually get many things done much faster than in the GUI, especially on a Linux/Unix system) let alone how to copy files using it.
I was making guesses about her file systems since we're no longer getting any feedback from her. BUT, in my own defense, with the information we DO have, it's makes perfect sense that my speculations are most likely correct. It all fits, she CAN copy files smaller than 4 gigs, the only problem she has is with a file 4 gigs or larger, she has an external drive that she's trying to copy aformentioned file to, many are formatted FAT32 . . . it really is that simple. If I'm wrong, I'm wrong, but unless we hear from her, we'll never know for sure.
So, if it can't be gleaned what my suggestion would be to FIX this problem, here it is . . .
Verify that the drive is formatted to FAT32, if it is, then open the command prompt, type "convert volume: /fs:ntfs /v" without the quotes.
Note: 'volume:' should be replaced with the drive letter assigned to the external drive.
This will convert the FAT32 partition to an NTFS partition. Defragment the drive, copy your big, honkin' files to your heart's content.
In the unlikely event that I'm wrong, then we need as much information about the system itself, and the external drive, to try to track down this bizarre problem.
Mic