Jump to content

Need a little help with my Hard drives!

so I have two Hard drives in my computer and all of a sudden my computer detects three and I can not kill it in disk management, and it keeps sending me MEMORY FULL notification almost every 10 seconds.. how do I go about fixing this?

disk.png

disk 2.png

Link to comment
Share on other sites

Link to post
Share on other sites

13 hours ago, Technomancer__ said:

on disk 0 right - click the first partition and press change drive letter and paths then click remove. done

tried that all it gives me is help. That's the first thing i tried.

Link to comment
Share on other sites

Link to post
Share on other sites

You'll need to use Diskpart to resolve this. Basically, your recovery partition had a drive letter assigned to it while it was set as a data partition. To fix the issue, you need to temporarily change it to a data partition, remove the letter assignment, and then change it back to a recovery partition.

 

Open a command line window as administrator and do the following:

 

diskpart

list disk (OPTIONAL to verify that your C: drive is disk 0)

select disk 0

list partition (OPTIONAL to verify that the 450Mb partition is partition 1)

select partition 1

set id = ebd0a0a2-b9e5-4433-87c0-68b6b72699c7

detail partition (OPTIONAL to verify that E: is assigned to this partition)

remove letter = e

set id = de94bba4-06d1-4d40-a16a-bfd50179d6ac

exit

 

Link to comment
Share on other sites

Link to post
Share on other sites

6 hours ago, badreg said:

You'll need to use Diskpart to resolve this. Basically, your recovery partition had a drive letter assigned to it while it was set as a data partition. To fix the issue, you need to temporarily change it to a data partition, remove the letter assignment, and then change it back to a recovery partition.

 

Open a command line window as administrator and do the following:

 

diskpart

list disk (OPTIONAL to verify that your C: drive is disk 0)

select disk 0

list partition (OPTIONAL to verify that the 450Mb partition is partition 1)

select partition 1

set id = ebd0a0a2-b9e5-4433-87c0-68b6b72699c7

detail partition (OPTIONAL to verify that E: is assigned to this partition)

remove letter = e

set id = de94bba4-06d1-4d40-a16a-bfd50179d6ac

exit

 

this did not work.

says the commands do not work.

 

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, SaintRaremaster said:

this did not work.

says the commands do not work.

 

  • Diskpart 
  • list volume 
  • select volume (hdd that has the partition on it)
  • remove letter= (letter of the partition)
  • exit 

This should do it. 

Main Rig:

CPU: i7 4790k -> Scythe Mugen 5 (Dual Arctic P12)

MoBo: Asus Z97 Pro Gamer

RAM: 32GB DDR3 1866MHz Crucial Ballistix Sport

GPU: EVGA GTX 1080 Gaming -> Arctic Accelero Twin Turbo ii

PSU: Bequiet Pure Power 10 700W

Case: Bequiet Pure Base 600 

 

Mobile Gaming 1: (XMG Fusion 15)

CPU: i7 9750H

RAM: 32GB DDR4 2666MHz

GPU: RTX 2070 MAX-Q

 

Mobile Gaming 2: (XMG P502 Pro)

CPU: i7 3740QM 

RAM: 16GB DDR3 1600MHz

GPU: GTX 675MX 4GB

 

Ultrabook: (Dell Inspiron 13 5378)

CPU: i5 7200U

RAM: 16GB DDR4 2133MHz

GPU: HD 620

 

Server:

CPU: Athlon II x4 630

MoBo: Gigabyte/Dell 4GJJT

RAM: 4GB DDR3 1066MHz

GPU: Radeon HD 5450 1GB

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

5 hours ago, gepowr said:
  • Diskpart 
  • list volume 
  • select volume (hdd that has the partition on it)
  • remove letter= (letter of the partition)
  • exit 

This should do it. 

This will remove the drive letter temporarily, but it can come back after a restart. To permanently remove the drive letter, you have to change the partition to a data partition first.

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, badreg said:

This will remove the drive letter temporarily, but it can come back after a restart. To permanently remove the drive letter, you have to change the partition to a data partition first.

sk0CR2e.png
What letter because It does not have one.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×