1.

Solve : is there any way to use an external hd, like an internal hd??

Answer»

I was wondering if you can use an external hard drive like a regular hard drive? What I want to do is play my games on an external hard drive. The hard drive on my computer is getting pretty full.  And I would like to keep more than one GAME going at a time.
I have a Dell XPS 630i, Windows XP Pro. It is not clear why you just don't put manpower Hard Drive inside your Desktop. That is a full size desktop - right?

Dell XPS 630i
http://support.dell.com/support/edocs/systems/xps630i/en/OM/HTML/specs.htm
Can't see where it tells if there are extra bays. There should be.

In any desktop that does not have a spare bay, take out the floppy or DVD drive abed use the bay for another HDD. You can get external DVD  case for about the same price as an eternal HDD case.

Avoid external HDD unless you have a need for it. Like portable backup.
 I was given the external drive for christmas, and was hoping to be able to use it.Yes, as far as your system is concerned the external drive is essentially the same as an internal drive - you can run programs from it.To confirm what Allan says and to respectfully disagree with Geek i am using at least 4 external Hdd's with everything under the sun on them and they perform as do internals. Plus they give me the advantage of the portability of taking their content for use on a variety of computers. If you have a spare internal 2.5 or 3.5 cases to convert them to externals are readily available and very inexpensive.truenorthI give up.    QUOTE from: Geek-9pm on January 28, 2012, 10:45:22 AM

I give up.   

I agree with you. External hard drives are way more likely to be abused and poorly cooled. Not to mention that USB as an interface isn't as RELIABLE as having a dedicated SATA or PATA interface.

Also, external hard drives most of the time aren't properly grounded which is just bad for computer equipment.

If you intend on using a hard drive on a daily matter, it should be inside the computer for best results.I agree with Geek-9pm (there is a first time for everything).

While I don't understand the common cite that "USB is less reliable than ATA" (as a protocol), the fact is that being external to the case makes it more "unreliable"; it's easier for a person to accidentally unplug it, (either it's data or power cable) while it is in-use, for example. And of course cheaper enclosures might take shortcuts such as being improperly ground, (though I've not seen that even on China specials, myself)

External Hard drives should be used for storage; not for active use, particularly for software installations.

First, regardless of what you tell the game or software, parts of it will need to be installed to the system drive. Many games will store in the registry where they are installed, so doing that means you now have to make sure the external shows up as the same drive letter, too. Saved Games typically will go into your Userprofile folder, so if you are low on disk space you should really be looking what you can delete from your system drive to save space. Also the "have two games running at the same time" comment confuses me, since having an external drive in no way facilitates that or makes it easier.

Basically there is nothing stopping you from using the HD the way you intend but it's unlikely the effect will be what you desire. I doubt "bad" things will result but the fact is if your system drive is low on space you should be looking to delete files from it, not install games/software to another drive. (paired with the additional house-keeping of making sure the external drive always shows up with the same drive letter) Quote from: Raptor on January 28, 2012, 10:51:32 AM

external hard drives most of the time aren't properly grounded which is just bad for computer equipment.

If you intend on using a hard drive on a daily matter, it should be inside the computer for best results.

These statements are both nonsense.
Quote from: Salmon Trout on January 28, 2012, 12:06:20 PM
These statements are both nonsense.

Yah, the most of the time should PROBABLY have been "some of the time" but other than that, the guy below me pretty much echoed my concerns in more detail. Just to clarify it was and isn't my intention to imply that externals don't present the possibilities of issues which in some cases can be unique to them as opposed to internals.However as with anything if you take the time to inform yourself as to what those issues may be and govern your use accordingly then my personal experience has been nothing but a positive one with externals (both self created from internals and store bought externals). I have a number of programs that i use on a variety of computers. I install them once and when needed carry them to the computer i wish to use it on RATHER than installing it on ALL of them. As i said never a problem yet in some cases over 5 years of use on some externals. Not to say it won't happen but then things happen.truenorth Quote from: truenorth on January 28, 2012, 01:50:05 PM
I have a number of programs that i use on a variety of computers. I install them once and when needed carry them to the computer i wish to use it on rather than installing it on ALL of them. As i said never a problem yet in some cases over 5 years of use on some externals.

These must be examples of portable programs that do not require installation in the host computer's program files folder, which do not create registry entries, install DLL files, etc.


Quote
Not to say it won't happen but then things happen.truenorth



S.T. Wouldn't want you to be confused.So i will break down the portion of my post that seems to be confusing you."Not to say it won't happen "= even though i relate up to now that i have had NO problems i acknowledge that problems can/might occur. The second part"but then things happen"=loosely explained as little in life is guarantied so therefore things can happen to alter an expected outcome.Hope that shines some light on my meaning. truenorth Quote from: truenorth on January 28, 2012, 02:12:32 PM
The second part"but then things happen"=loosely explained as little in life is guarantied so therefore things can happen to alter an expected outcome.Hope that shines some light on my meaning. truenorth

I wasn't confused. I understood what you wrote. The question marks were intended to convey my surprise and dismay at such an un-rigorous attitude - "This is what I do, and it mostly works, but if it doesn't work for you, well... Hey! That's life!"



Quote from: truenorth on January 28, 2012, 01:50:05 PM
I have a number of programs that i use on a variety of computers. I install them once and when needed carry them to the computer i wish to use it on rather than installing it on ALL of them.

As Salmon Trout points out Those applications are an exception rather than a rule. When  the installer does nothing more than copy files to the directory specified, then it works well. However, most applications deal with far more than just copying files to a single folder. Most non-trivial application installers usually do other tasks:

-Register COM components, or install .NET assemblies to the GAC.
-Register themselves with Windows Installer (for removal,modification, reinstall).
-Install Data to %appdata%\applicationname\, this could include things like images or default configuration files. Since the installer adds these, the application naturally get's confused if you run it and those folders aren't there (usually erroring out).
-Install Data to the registry. Often this combines with the former, so that the registry key might store the location of the install data, or version information, config information, etc. Again, since this is made by the installer it's usually pointless to bother writing code to make sure they exist, since if they don't the user is clearly using the application in an unsupported way and doesn't know what they are doing.

Naturally, installing the application to a removable drive and attempting to use that application on another PC will break loads of assumptions made by the application. Personally, if an application can be used in a "portable" manner, it doesn't need an installer anyway. As far as problems, it's not a matter of whether they can or might happen. It's a matter of when. How you managed to only do this with programs that don't do any of the above I don't know. Good luck doing this with Office or most games, though.

of course the application will still work from the machine it was installed to the external on in the above cases, it just won't work on other machines.


Discussion

No Comment Found