( in this example,
Qurom disk – 512MB,
Storage disk1- 2GB,
Storage disk 2- 2GB,
Storage disk 3 – 2GB,
and Backup disk 4GB)
Sharing the knowledge is a gift to improve awareness... Making someone grow with you or above you is precious...
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters] "requiresignorseal"=dword:00000000 "signsecurechannel"=dword:00000000
By Lincoln Spector, PCWorld Nov 17, 2011 7:44 AM
Ericuse165 has a friend with a PC that's making a grinding noise. Eric asked the Hard Drives, NAS Drives, Storage forum for advice.
First, backup that hard drive. And I mean now! That drive could die any minute, and when it does, it will cost hundreds or even thousands of dollars to retrieve your files--if the files can be retrieved.
Do a full image backup of the entire drive, including all partitions. EASEUS Todo Backup andMacrium Reflect Free are both free and either one will do the job just fine. You'll need an external hard drive to back the images onto.
Both programs also have an option for creating a bootable CD from which you can restore the backup. Create that CD.
Backed up? Good. Now you need to determine if it’s the hard drive making the noise, or just a fan.
If the PC is a desktop, open it up, turn it on, and try to locate the location of the noise. If you can't, find yourself a hollow tube--the cardboard one from a used-up paper towel roll works. Holding one end of tube to your ear, point the other end to various locations in the PC, especially towards the hard drive and fans. You'll easily pinpoint the source of the grinding.
Laptops aren't that easy. If you feel comfortable opening yours, use the desktop instructions above. Otherwise, try to determine the location of the fan and the hard drive from the outside. The fan is probably near a vent. Most laptops are designed to make hard drives easy to remove and replace. If you can't find where the drive is located, check your model's online manual.
Once you know where everything is, use the cardboard tube method described above.
If the noise is coming from a fan, and the PC is open, look for something obstructing the fan. Remove it if you find it. If the fan is loose; tighten it. Otherwise, replace it.
But if a fan is making the noise, and you're not comfortable opening the laptop, bring it to a professional and explain the problem.
And if it really is the hard drive making the noise? Buy a new hard drive, install it, and restore Windows and your files from that image backup.
Read the original forum discussion.
Contributing Editor Lincoln Spector writes about technology and cinema. Email your tech questions to him at answer@pcworld.com, or post them to a community of helpful folks on the PCW Answer Line forum. Follow Lincoln on Twitter, or subscribe to the Answer Line newsletter, e-mailed weekly.
When Kennyrosenyc turns on his PC, it dies before it even begins to boot. He asked the Windows forum for help.
You can't blame this one on Windows. If the PC shuts down before it tries to boot off the hard drive (or off of a CD or flash drive), then you definitely have a hardware problem. And the piece of hardware that's giving you the problem is almost certainly not the hard drive.
You're going to have to decide between fixing or replacing the computer. But before you do that, you must rescue your files--especially if you don't have a recent backup.
Since you can't boot off a CD or flash drive, and therefore can't use a live Linux variant, you'll have to remove the hard drive from the old computer and attach it to another computer as a second drive. I can't tell you how to remove the hard drive for your particular model, but you can probably find instructions online. It isn't difficult.
If the working PC is a desktop, you can open it up and install the broken PC's drive as a second, non-booting drive. Or you can borrow or buy an SATA/USB or IDE/USB adapter that will turn the old drive temporarily into an external one. These adapters sell for anything from $15 to $30, and are your only real option if that working computer is a laptop, or if you borrowed the working PC and the owner doesn't want you opening it.
Once a working computer can access the drive, you can copy your files to another location.
Now that you've saved your files, let's get back to the original question: Repair or replace?
If the fan won't start or dies soon after it does, the problem is likely your power supply. If you have a desktop PC, power supplies are cheap (some less than $30) and easy to replace. It might be worth a gamble to see if that's your problem before you try anything else.
Otherwise, unless you're particularly skilled at working with computer hardware, I'd recommend taking it to a professional. On the other hand, if the PC getting old, replacing it may make more sense.
[root@bigboy tmp]# groupadd samba-clients [root@bigboy tmp]# /usr/sbin/useradd -g samba-clients \ -d /dev/null -s /bin/false machine_name$ [root@bigboy tmp]# passwd -l machine_name$ [root@bigboy tmp]# smbpasswd -a -m machine_name
[global] # <...remainder of parameters...> add machine script = /usr/sbin/useradd -d /dev/null -g samba-clients -s /bin/false -M %u
[root@bigboy tmp]# groupadd samba-clients
[root@bigboy tmp]# smbpasswd -a -m machine_name