473,770 Members | 1,948 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Full vs Empty Hard Drive

myusernotyours
188 New Member
Hi there,

Am always hearing ordinary and even not so ordinary windows users complaining, "My system's running slowly, I need to delete some files from my hard drive".

Who said a full hard drive makes a computer slow???
Who will teach them about random access and what happened to defrag???

Anyone to cry with me???

Regards,

Alex.
Oct 14 '08 #1
5 2845
Stang02GT
1,208 Recognized Expert Top Contributor
Actually a full hard drive can slow down your pc. The machine uses the hard drive as a virtual memory swap, so it is constinually writing and reading files.

If you don't have enough space then the hard drive has to write smaller files constantly and that in turn will slow down your machine.

Also if you have a full hard drive chances are it is fragmented poorly, which means that peices of one file could be stored in different sectors all over the drive, this inturn will slow down the reading and writing of your drive too.
Oct 14 '08 #2
numberwhun
3,509 Recognized Expert Moderator Specialist
Yeah, gotta agree with Stang02GT. There are plenty of reasons a PC can slow down and a full hard drive is definitely one of them. So, as far as crying goes...... sorry, no tears here.
Oct 14 '08 #3
jg007
283 Contributor
whilst I can agree that a fairly full hard drive might cause issues I also agree there are a lot of ' old wives tales' related to pc's and slow running

just look at the memory usage and page file usage on most people's computers and that shows straight away whet the issue is, those 50+ bits of junk that they have set to autorun including the 4-5 P2P apps that they have installed

even registry cleaners are pretty useless as re-installing windows after 2-3 years will probably work much better and save the further problems that these badly coded useless cleaners cause.

so yeah, if you have 249/250 MB in use by all means tidy up a bit but 100MB/250 does not mean you need to clean up although a defrag may be worthwhile if you regularly install and uninstall junk like I do.
Oct 14 '08 #4
AmberJain
884 Recognized Expert Contributor
those 50+ bits of junk that they have set to autorun including the 4-5 P2P apps that they have installed
And not to forget 4 (or more) anti viruses installed too (My friend recently phoned me and said that his system was running damn too slowly. I asked him about Autoruns on his PC and he said that he has installed 4 AntiVirus software on his PC all of which are set to autorun.......I would have personally expected that Windows will refuse to load instead 4 AVs slowed down the loading of explorer infinitely OR probably explorer simply never loaded.....I dont know exactly).

And yes, although a full HD might slow down a PC but it's share is small in slowing down a PC. Mostly it's Autoruns, right click context menu entries etc. which contribute in slowing down a Windows computer.

Thanks.........
AmbrNewlearner
Oct 15 '08 #5
myusernotyours
188 New Member
Okay... Maybe I din't put it clearly but I din't actually mean a FULL Hard drive as in not having enough space for swap and so on but a Hard Drive with Many Files and enough extra space for the OS to use for it's own operations.

That I don't think slows down any PC...

Regards,

Alex.
Oct 16 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
48343
by: Giadis | last post by:
I seem to be having problems with a very simple install of MSDE on a Windows 2000 Server. When attempting to add new records, I receive the message "Could not allocate space for object 'MyTable' in database 'MyDatabase' because the 'PRIMARY' filegroup is full." I have dealt with countless issues like this in the past and they have been easily resolved due to max limit of MSDE, trans log full, or the hard drive where the database is...
1
2390
by: Daniel | last post by:
when writing out a file from .net, when is the file created? after the bytes are all written to the hard drive or before the bytes are written to the hard drive?
15
11555
by: (Pete Cresswell) | last post by:
I've got a .BAT file that I use for executing various MS Access apps that I wrote way back in the days of 2.0. It's evolved over time, but it still contains a number of possible paths to MSACCESS.EXE, tries them all, takes the first one it finds, and dies if none is found. Seems to me like at some time or another I was able to clone this .BAT file and implement it with no path. Something about MSACCESS being a registered application.
9
2880
by: Jon LaBadie | last post by:
Suppose I'm using stdio calls to write to a disk file. One possible error condition is no space on file system or even (in unix environment) a ulimit of 0 bytes. Which calls would be expected to return error codes for such conditions? Would it happen on the writes (fwrite, fprintf, fputs ...), or as they actually write to io buffers, might the errors not occur until the data is flushed or the file is closed?
0
1398
by: Bruce W...1 | last post by:
I installed a new hard drive in my PC, setup Windows, Visual Studio, etc.. The old hard drive is now on IDE 2, and I will eventually be using it for backup. On the old hard drive are a few ASP.NET applications I wrote with VSS 7. I'm tring to figure out how to move them to the new drive. Of course I could copy the apps to intetpub/wwwroot and enable them in IIS. It's the .sln and .suo files (which are off in some other directory)...
16
9531
by: Otie | last post by:
Hi, Is there a way for VB5 to determine exactly where on a hard drive a .exe file is stored upon the .exe file's first copying to the hard drive? What I need to know is the exact hard drive sector, cluster, partition, etc. information so I can use it later on to determine if the file was ever deleted and restored or moved elsewhere. Thank you.
23
3752
by: Rotsey | last post by:
Hi, I am writing an app that scans hard drives and logs info about every fine on the drive. The first iteration of my code used a class and a generic list to store the data and rhis took 13min on my 60 GB drive. I wanted it to be quicker.
2
7721
by: =?Utf-8?B?Y29taXQy?= | last post by:
itried to install xp home edition . everything was loading ok untill eror message that os couldnot find hard disk drive. upon opening bios it shows my cd drive as primary and my dvd drive as slave , in device manager it shows ITE Disk Array 0 SCSI Disk Device as my Disk drive. the reason for trying to reinstall xp was because of a previous problem which i solved through a solution from this forum but i was surprised that my pc is running...
1
2434
by: =?Utf-8?B?c2hpZw==?= | last post by:
I have an old acer aspire 3610 hard drive that has some very important pictures on it, can someone please advise me as to what I need to get the pictures off the hard drive. Im aware that I will need an external hard drive caddy? but Im unsure what it is and exactly wich one I need.
0
9618
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10259
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10101
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.