Hey everyone! I would like to know how i can easily reformat the hard drive on my Ferrari 4005 and get rid of the nasty partition. I would like to have it be NTSC instead of FAT32. If anyone knows how to do this, i really need help =T. Also...would I use the Acer system disk? or a stock winxp disc? Thanks in advance!
NotebookForums.com › Forums › Notebook Manufacturers › Acer Forums › Acer Notebooks › Reformatting and Using NTSC
Recent Reviews
-
So I just got a Lenovo Yoga 13. This is my review. As what I primarily do is writing and programming, having a good keyboard is critical for me, which is why a tablet alone can’t work for me, and...
-
I have owned dozens of laptops in a variety of brands, and had many different laptops provided for my use at work. Without question, this is the finest I have owned. The Alienware M17x R2 is a...
-
N/m
-
Lenovo Thinkpad W530 Review by Djembe One of the longest and most enduring brands in computers is Thinkpad. Originally developed by IBM in the USA, Thinkpad notebook computers are now...
-
I have this memory installed in my Inspiron 14R. 6gb (one 2gb & one 4gb). Great performance! I highly recommend Kingston.
Reformatting and Using NTSC
post #2 of 16
1/8/06 at 10:14am
post #3 of 16
2/4/06 at 5:37pm
post #4 of 16
2/5/06 at 3:27pm
i had to use the factor restore cds, i tried a standard XP home/pro and media center, but only the restore would pick up the lan driver, in XP it would not install, even with the drivers from the cd and web site. every heard of that one? but your question, its real easy just to convert the file system, i did, heres how
Just go to the Command Prompt and execute the command:
C:\> CONVERT C: /fs:ntfs
Where C: is a name of the drive you want to convert.
After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.
taken from http://www.ntfs.com/quest3.htm
Just go to the Command Prompt and execute the command:
C:\> CONVERT C: /fs:ntfs
Where C: is a name of the drive you want to convert.
After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.
taken from http://www.ntfs.com/quest3.htm
post #5 of 16
2/13/06 at 7:00pm
post #6 of 16
2/15/06 at 7:55am
Quote:
|
Originally Posted by draugdel
Yeah, but converted partitions are slower than original ones. So I generally would not suggest converting
. |
Secondly I read a webpage that suggests that yes, if you convert a FAT32 partition created by Win9x to NTFS, then because of some 2Kb offset the computer will be unable to use 4Kb clusters and fallback to 512byte clusters. This is suggested to be inefficient.
However, the page goes on to explain that FAT32 partitions created by WindowsXP are marked with a correct offset, therefore CONVERT.EXE is able to correctly set a 4kb cluster size. Therefore, no inefficiency.
As I would imagine all Acer laptops are built using some form of WindowsPE, the partitions *will be* created using XP.
post #7 of 16
2/20/06 at 10:40pm
post #8 of 16
2/21/06 at 7:22pm
- Ferrari_Jay
- 0
- Fast &a mp; Furious
- offline
- Joined: 2/2006
- Posts: 27
- Select All Posts By This User
post #9 of 16
2/21/06 at 7:45pm
post #10 of 16
2/21/06 at 7:53pm
- Ferrari_Jay
- 0
- Fast &a mp; Furious
- offline
- Joined: 2/2006
- Posts: 27
- Select All Posts By This User
post #11 of 16
3/29/06 at 3:45am
I converted both my partitions to NTFS with convert.exe and so far I haven't had any problems. Maybe it's a liiiiittle bit slower but it might be my natural paranoia.
I like having two partitions because I use one for Windows and programs and My Documents and the other for downloads, multimedia and files i know i can erase quickly in case i need extra stroage without loosing anything really important.
I like having two partitions because I use one for Windows and programs and My Documents and the other for downloads, multimedia and files i know i can erase quickly in case i need extra stroage without loosing anything really important.
post #12 of 16
3/29/06 at 6:10am
Hi, generally converting drives may make them slower because of MFT fragmentation, however that can be easily remedied by using a trialversion of diskeeper or O&O defrag and running a offline defrag. There is the issue of certain programs, the more elderly ones, running slower under NTFS, but this is rare these days. Other than that the only other reason that a drive maybe slower after NTFS is that there is either a fault with the drive, the data on it or a old drive. It is accepted that NTFS is faster than FAT32 on drives larger than 400mbs, and especially on drives where the files and volume size increases.
Taken from XP myths: http://mywebpages.comcast.net/SupportCD/XPMyths.html
Myth - "The FAT32 file system is better than NTFS."
Reality - "NTFS is the better file system with many advantages over FAT32. NTFS features: Built-In Security, Recoverability, Alternate Streams, Custom File Attributes, Compression, Object Permissions, Economical Disk Space Usage using a more Efficient Cluster Size and Fault Tolerance. Windows 2000 and XP come with NTFS version 5 which includes even more advanced features such as: Encryption, Disk Quotas, Sparse Files, Reparse Points, Volume Mount Points. None of which is available with FAT32." - Comparison Chart
Performance
NTFS is built for speed with impressive disk I/O performance on large volumes (Over 400 MB). NTFS uses a binary tree structure for all disk directories, which reduces the number of times the system has to access the disk to locate files. This system is best for large directories, and NTFS easily outperforms FAT32 in these situations. In addition, NTFS automatically sorts files in a folder on the fly. NTFS gains an edge over FAT32 by using relatively small disk allocation units (cluster sizes) for NTFS volumes. Smaller clusters prevent wasted disk space on volumes, especially those with numerous small files. Because NTFS uses small clusters better and has a more efficient design, its performance doesn't degrade with large volumes, in contrast to FAT's. As the number of files and volume size increases NTFS performance is not effected but FAT32 continually gets worse. - Gaming Performance
Reliability
In addition to its extensive memory and application protection features, NTFS is a reliable file system. When storing data to disk, NTFS records file I/O events to a special transaction log. If the system crashes or encounters an interruption, NTFS can use this log to restore the volume and prevent corruption from an abnormal program termination or system shutdown. NTFS doesn't commit an action to disk until it verifies the successful completion of the action. This precaution helps prevent corruption of an NTFS volume. NTFS also supports hot-fixing disk sectors, where the OS automatically blocks out bad disk sectors and relocates data from these sectors. This housecleaning happens in the background. An application attempting to read or write data on a hot-fixed area will never know the disk had a problem. I only recommend and use NTFS with Windows 2000 and XP." - Source
ChrisC
Taken from XP myths: http://mywebpages.comcast.net/SupportCD/XPMyths.html
Myth - "The FAT32 file system is better than NTFS."
Reality - "NTFS is the better file system with many advantages over FAT32. NTFS features: Built-In Security, Recoverability, Alternate Streams, Custom File Attributes, Compression, Object Permissions, Economical Disk Space Usage using a more Efficient Cluster Size and Fault Tolerance. Windows 2000 and XP come with NTFS version 5 which includes even more advanced features such as: Encryption, Disk Quotas, Sparse Files, Reparse Points, Volume Mount Points. None of which is available with FAT32." - Comparison Chart
Performance
NTFS is built for speed with impressive disk I/O performance on large volumes (Over 400 MB). NTFS uses a binary tree structure for all disk directories, which reduces the number of times the system has to access the disk to locate files. This system is best for large directories, and NTFS easily outperforms FAT32 in these situations. In addition, NTFS automatically sorts files in a folder on the fly. NTFS gains an edge over FAT32 by using relatively small disk allocation units (cluster sizes) for NTFS volumes. Smaller clusters prevent wasted disk space on volumes, especially those with numerous small files. Because NTFS uses small clusters better and has a more efficient design, its performance doesn't degrade with large volumes, in contrast to FAT's. As the number of files and volume size increases NTFS performance is not effected but FAT32 continually gets worse. - Gaming Performance
Reliability
In addition to its extensive memory and application protection features, NTFS is a reliable file system. When storing data to disk, NTFS records file I/O events to a special transaction log. If the system crashes or encounters an interruption, NTFS can use this log to restore the volume and prevent corruption from an abnormal program termination or system shutdown. NTFS doesn't commit an action to disk until it verifies the successful completion of the action. This precaution helps prevent corruption of an NTFS volume. NTFS also supports hot-fixing disk sectors, where the OS automatically blocks out bad disk sectors and relocates data from these sectors. This housecleaning happens in the background. An application attempting to read or write data on a hot-fixed area will never know the disk had a problem. I only recommend and use NTFS with Windows 2000 and XP." - Source
ChrisC
post #13 of 16
3/29/06 at 2:27pm
- Joined: 3/2006
- Location: Victoria, Australia
- Posts: 38
- Select All Posts By This User
Yep, I did the same... Not a reformat...I still have the 2 partitions C: & D:, but I converted both to NTFS. Everything I had read said it was preferable. I don't notice the computer running slow, and I'm coming off of a P4 3.2GHz. It's a bit slower than that one, but...it's also a laptop...and running the duo core 1.66GHz. All in all a nice little system!
post #14 of 16
3/29/06 at 2:44pm
Quote:
|
Originally Posted by Clogdog
Yep, I did the same... Not a reformat...I still have the 2 partitions C: & D:, but I converted both to NTFS. Everything I had read said it was preferable. I don't notice the computer running slow, and I'm coming off of a P4 3.2GHz. It's a bit slower than that one, but...it's also a laptop...and running the duo core 1.66GHz. All in all a nice little system!
|
post #15 of 16
3/29/06 at 4:42pm
- Joined: 3/2006
- Location: Victoria, Australia
- Posts: 38
- Select All Posts By This User
137,
It's actually part of Windows XP...so you probably already have it. "Borrowed" this from a post up above...but here it is again... Go to your "Start" menu, and Run...then type in "cmd"...which will give you a DOS comand prompt. Then do the following:
Just go to the Command Prompt and execute the command:
C:\> CONVERT C: /fs:ntfs
Where C: is a name of the drive you want to convert.
After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.
taken from http://www.ntfs.com/quest3.htm
Hope that helps!
It's actually part of Windows XP...so you probably already have it. "Borrowed" this from a post up above...but here it is again... Go to your "Start" menu, and Run...then type in "cmd"...which will give you a DOS comand prompt. Then do the following:
Just go to the Command Prompt and execute the command:
C:\> CONVERT C: /fs:ntfs
Where C: is a name of the drive you want to convert.
After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.
taken from http://www.ntfs.com/quest3.htm
Hope that helps!
post #16 of 16
3/29/06 at 5:02pm
Quote:
|
Originally Posted by Clogdog
137,
It's actually part of Windows XP...so you probably already have it. "Borrowed" this from a post up above...but here it is again... Go to your "Start" menu, and Run...then type in "cmd"...which will give you a DOS comand prompt. Then do the following: Just go to the Command Prompt and execute the command: C:\> CONVERT C: /fs:ntfs Where C: is a name of the drive you want to convert. After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss. taken from http://www.ntfs.com/quest3.htm Hope that helps! |
Many thanks,
that actually is what I was looking for ! Thanks man!!!!!

Return Home
Back to Forum: Acer Notebooks
- Reformatting and Using NTSC
NotebookForums.com › Forums › Notebook Manufacturers › Acer Forums › Acer Notebooks › Reformatting and Using NTSC
Currently, there are 181 Active Users
(7 Members and 174 Guests)
Recent Discussions
- › Where minds meet 46 seconds ago
- › X501U Downgrading Windows 8 to Windows 7 2 hours, 15 minutes ago
- › Minor Touch issues with S500C 3 hours, 54 minutes ago
- › Problem Aspire 8920G goes on and off with power supply 5 hours, 36 minutes ago
- › Cool (maybe) and Free Android Apps 5 hours, 54 minutes ago
- › Send a scent with your message with the Scentee (ChatPerf)... 5 hours, 58 minutes ago
- › Google Chrome: Open Source Web Browser 6 hours, 6 minutes ago
- › Firefox Browser 6 hours, 8 minutes ago
- › Cool (at times "Free") iOS apps 6 hours, 9 minutes ago
- › Seagate world’s first Purpose-Built 4TB 3.5-inch Video hard disk drive 6 hours, 14 minutes ago
View: New Posts | All Discussions
Recent Reviews
- › Lenovo Yoga 13 IdeaPad Convertbale Ultrabook (tablet) 13.3"... by The Bard sRc
- › Alienware M18X by MrFox
- › Kensington Black Contour Pro 17" Notebook Carrying Case Model... by great white
- › Lenovo W530-24382LU i7-3720QM 2.60GHz 4GB 500GB 7200rpm NVIDIA... by Djembe
- › Kingston 8GB (2 x 4GB) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory by Nicadraus
- › Synology DiskStation 1-Bay (Diskless) Network Attached Storage... by Mr T
- › Barnes & Noble Nook Color by sewshoplady
- › Cooler Master CM Storm Spawn 3500 DPI Optical Sensor Gaming Mouse... by Rotterdamblues
- › Samsung MV-3T4G4 4GB DDR3 Laptop SDRAM (1333MHz PC3-10600) by Rotterdamblues
- › Alienware Aurora m9700 by amythompson172
View: More Reviews
New Articles
- › Intel Summer 2012 SSD Scavenger Hunt - Full... by ranjanis
- › Intel's Maple Crest 330 Series Promotion... by ranjanis
- › Intel Cherryville SSD Spring 2012 Giveaway by ranjanis
- › Intel Cherryville SSD Giveaway 2012 - Terms... by ranjanis
- › Advertise by jdz2287
- › Search And Advanced Search Tutorial by NotebookForums
- › Tagging Tutorial by NotebookForums
- › Add A New Item Tutorial by NotebookForums
- › Image And Video Tutorial by NotebookForums
- › Subscription Tutorial by NotebookForums
View: New Articles | All Articles
Home | Reviews | Forums | Articles | My Profile
About NotebookForums.com | Join the Community | Advertise
© 2013 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About NotebookForums.com | Join the Community | Advertise
© 2013 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map






.