Tech Support > Computer Hardware > Storage Devices > "Mixing" FAT and NTSF--Please Help a Moron Understand
"Mixing" FAT and NTSF--Please Help a Moron Understand
Posted by mutefan@yahoo.com on December 29th, 2004


Okay, I bought a WD 80GB on sale at Office Max for $100. Now the
extent of my stupidity will become clear.

How does adding another drive, with a different file partition system,
"mix" with the original (internal) C: drive? In other words, what does
the sweet little C: drive care if a big sugar daddy E: drive moves in
to the computer, if the big sugar daddy doesn't "give" her anything?
Wow, I should write romance novels.

I bought this WD to edit movies and burn DVDs (I only had 20 gigs on my
ThinkPad); the movie editing program suggested at least 40.
I just don't understand how those extra 80 GBs will "help" the internal
drive do all that work if they have "nothing in common." What is the
"bridge" between the two drives and the two file systems?

I feel like a beauty-school drop-out instead of a computer school
drop-out!

Posted by Gary L. on December 30th, 2004


On 29 Dec 2004 16:06:02 -0800, mutefan@yahoo.com wrote:

Simply have your video editing software store the files on the e:
drive (or whatever drive letter is assigned to the external drive.
Create a directory on the e: drive and set that as the default for the
video editing program to use.

BTW, the external Western Digital 80 GB drives that I've seen come
with the drive formatted as FAT32. If you're using Windows NT/2000/XP,
I'd recommend re-formatting the drive using the NTFS file system for
use with large video files.
- -
Gary L.
Reply to the newsgroup only

Posted by mutefan@yahoo.com on December 30th, 2004


Gary L. wrote:
How do you do dat?


Posted by Andrew Rossmann on December 30th, 2004


[This followup was posted to comp.sys.ibm.pc.hardware.storage and a copy
was sent to the cited author.]

In article <1104371919.527655.215810@f14g2000cwb.googlegroups .com>,
mutefan@yahoo.com says...
Go to Start/Run, and type CMD. At the command prompt type:
CONVERT x: /FS:NTFS /V (where x: is the drive letter to convert)

The above is the easiest and will retain any data on the drive. The
drawback is that it occasionally creates partitions with 0.5K clusters
instead of the normal 4K clusters. That can cause high fragmentation
problems.

If you don't care what is on the drive, you can do a full reformat:
FORMAT x: /FS:NTFS /X

It's highly recommenced to use NTFS for video editing. ALL versions of
FAT are limited to a 4G individual file size, no matter how big the
partition itself is. NTFS is effectively unlimited right now.

--
If there is a no_junk in my address, please REMOVE it before replying!
All junk mail senders will be prosecuted to the fullest extent of the
law!!
http://home.att.net/~andyross

Posted by mutefan@yahoo.com on December 30th, 2004


Andrew Rossmann wrote:
Something very helpful and kind.

Thank you very much for responding.

Posted by mutefan@yahoo.com on December 31st, 2004


I got some excellent advice from the last person who responded, but
when it came to labelling the volume, I pooped out.

I know as a computer school drop-out, I should really understand how a
volume is different from a drive, and how a volume can be on two
drives, etc., but I don't.

What does it mean to label a volume, and why do you have to do it?
*Really?*

(Please look at title of thread before responding.)

Posted by Andrew Rossmann on December 31st, 2004


In article <1104455328.316633.174750@z14g2000cwz.googlegroups .com>,
mutefan@yahoo.com says...
The volume label is just the 'name' of the drive. When you look at it
in explorer, it's shown instead of a generic 'fixed drive' name or
similar. You can also change it in explorer by simply right clicking the
drive letter and choosing rename.

Instead of using the Format command from the command prompt, you can
also right-click the drive in explorer and choose Format... If you want
to keep existing data, then you have to use CONVERT from the command
line.

--
If there is a no_junk in my address, please REMOVE it before replying!
All junk mail senders will be prosecuted to the fullest extent of the
law!!
http://home.att.net/~andyross

Posted by mutefan@yahoo.com on December 31st, 2004


Andrew Rossmann wrote:

Thanks again, Andrew. When I couldn't name the volume successfully in
DOS, I found a new program on XP's Help; I think it was called Drive
Management. Anyway, I was able to format the new drive through this XP
program.

Happy New Year!


Posted by BBUNNY on January 1st, 2005



"Gary L." <nospam@sbcglobal.net> wrote in message
news:2sm6t0t8e4kkk3pa3d9omsm7g15rlu1869@4ax.com...
footnote
They come formatted as FAT32 so they can be recognized by other systems.