Ayumiz
J-10 whore
+103|7205|Singapore
After reformatting my HDD, what bios settings must i put in my BIOS? I am using an ASUS mobo with an nforce4 chipset and after reformatting, my sata HDD appears as a removable hardware. Can i put RAID on it?
deepblade_42
Member
+3|6850|N.S.W Australia
not sure about RAID but I had the same problem with the ejectability. on my bios I had to disable HDDSMART (whatever that is) and the eject icon went away
Ayumiz
J-10 whore
+103|7205|Singapore
What mobo are u using?
deepblade_42
Member
+3|6850|N.S.W Australia
gigabyte GA-965P-DS3P

maybe it will be named something else
Cheez
Herman is a warmaphrodite
+1,027|6910|King Of The Islands

No, its called HDD S.M.A.R.T for everyone afaik.

Yes, it is for hot-swappable drives, and the reason it shows up in Safely Remove Hardware was so you can hot-swap. Somehow I couldn't put two and two together on that one until now

As for the BIOS setting, both SATA RAID and S.M.A.R.T. are usually under Integrated Peripherals.
My state was founded by Batman. Your opinion is invalid.
Bertster7
Confused Pothead
+1,101|7053|SE London

deepblade_42 wrote:

not sure about RAID but I had the same problem with the ejectability. on my bios I had to disable HDDSMART (whatever that is) and the eject icon went away
Why would you want it to go away? It's a good thing. It's really handy to be able to plug in hard drives and pull them out while your system is turned on.

It's supposed to appear as a removable drive. The only reason to stop it from doing so would be in an environment where some idiot might remove their system disk - although I'm not even sure it would let you, not something I'm keen on trying either.

Ayumiz wrote:

After reformatting my HDD, what bios settings must i put in my BIOS? I am using an ASUS mobo with an nforce4 chipset and after reformatting, my sata HDD appears as a removable hardware. Can i put RAID on it?
You don't need to do any BIOS settings. It should appear as removable, that's normal. Can you rut RAID on a single HDD? NO. Although you could turn it into a JBOD array, but there would be no point. You don't put RAID on a HDD, you configure a number of drives in an array.
Cheez
Herman is a warmaphrodite
+1,027|6910|King Of The Islands

Bertster7 wrote:

deepblade_42 wrote:

not sure about RAID but I had the same problem with the ejectability. on my bios I had to disable HDDSMART (whatever that is) and the eject icon went away
Why would you want it to go away? It's a good thing. It's really handy to be able to plug in hard drives and pull them out while your system is turned on.
Not when its your system drive.
My state was founded by Batman. Your opinion is invalid.
Ayumiz
J-10 whore
+103|7205|Singapore
Oh i see, but i have a question though, before i reformatted, the guy whom i bought my computer from, installed the drivers for me and i didnt see any removable icon on my systray, any ideas what did he do? Did he add something to the registry?
Bertster7
Confused Pothead
+1,101|7053|SE London

Cheez wrote:

Bertster7 wrote:

deepblade_42 wrote:

not sure about RAID but I had the same problem with the ejectability. on my bios I had to disable HDDSMART (whatever that is) and the eject icon went away
Why would you want it to go away? It's a good thing. It's really handy to be able to plug in hard drives and pull them out while your system is turned on.
Not when its your system drive.
Did you read this bit?

Bertster7 wrote:

It's supposed to appear as a removable drive. The only reason to stop it from doing so would be in an environment where some idiot might remove their system disk - although I'm not even sure it would let you, not something I'm keen on trying either.
Cheez
Herman is a warmaphrodite
+1,027|6910|King Of The Islands

Bertster7 wrote:

Cheez wrote:

Bertster7 wrote:


Why would you want it to go away? It's a good thing. It's really handy to be able to plug in hard drives and pull them out while your system is turned on.
Not when its your system drive.
Did you read this bit?

Bertster7 wrote:

It's supposed to appear as a removable drive. The only reason to stop it from doing so would be in an environment where some idiot might remove their system disk - although I'm not even sure it would let you, not something I'm keen on trying either.
Wall of text syndrome.

So really its utterly useless, no?
My state was founded by Batman. Your opinion is invalid.
Ayumiz
J-10 whore
+103|7205|Singapore

Bertster7 wrote:

Cheez wrote:

Bertster7 wrote:


Why would you want it to go away? It's a good thing. It's really handy to be able to plug in hard drives and pull them out while your system is turned on.
Not when its your system drive.
Did you read this bit?

Bertster7 wrote:

It's supposed to appear as a removable drive. The only reason to stop it from doing so would be in an environment where some idiot might remove their system disk - although I'm not even sure it would let you, not something I'm keen on trying either.
Yeah i read it, but how are u gonna plug out the sata connectors without removing the case i wonder? lol
Bertster7
Confused Pothead
+1,101|7053|SE London

Ayumiz wrote:

Bertster7 wrote:

Cheez wrote:

Not when its your system drive.
Did you read this bit?

Bertster7 wrote:

It's supposed to appear as a removable drive. The only reason to stop it from doing so would be in an environment where some idiot might remove their system disk - although I'm not even sure it would let you, not something I'm keen on trying either.
Yeah i read it, but how are u gonna plug out the sata connectors without removing the case i wonder? lol
What are you talking about?

You just open the case and pull them out. Or use eSATA ports. I do it regularly. Sometimes as often as 5-10 times a day. It's extremely handy.

I can't see turning off SMART having any impact wither. SMART just tells you if your drive is about to break (basically) and makes it go slower. I would expect that you don't have SMART turned on anyway, because it's a bit lame.

If you really want to do it you can use a registry tweak.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvata

Create a DWORD here, call it DisableRemovable, set its value to 1.
Then it should disappear - but that'll be completely gone. You won't be able to safely remove USB devices etc.

If you want it back, type:

RunDll32.exe shell32.dll,Control_RunDLL HotPlug.dll

into Run on the Start Menu.

Or if you want it back on a more permanent basis, you can just change the 1 to a 0.

Last edited by Bertster7 (2007-07-04 06:50:28)

Bertster7
Confused Pothead
+1,101|7053|SE London

Cheez wrote:

Bertster7 wrote:

Cheez wrote:


Not when its your system drive.
Did you read this bit?

Bertster7 wrote:

It's supposed to appear as a removable drive. The only reason to stop it from doing so would be in an environment where some idiot might remove their system disk - although I'm not even sure it would let you, not something I'm keen on trying either.
Wall of text syndrome.

So really its utterly useless, no?
NO. It's used for Hotswapping, it's very handy.
Ayumiz
J-10 whore
+103|7205|Singapore
Come to think of it, could it be i didnt install my sata drivers?
Bertster7
Confused Pothead
+1,101|7053|SE London

Ayumiz wrote:

Come to think of it, could it be i didnt install my sata drivers?
No. It couldn't. Unless you specific SATA controller has some associated software that hides the safely remove hardware icon.

I've told you a way of getting rid of it. Just do that if it bothers you so much.

I just leave it there.

Board footer

Privacy Policy - © 2025 Jeff Minard