i have m58 lenovo and have this problem

Page 2 - Seeking answers? Join the Tom's Hardware community: where nearly two million members share solutions and discuss the latest tech.

vpgiorgosg4

Prominent
Oct 9, 2017
45
0
530
I HAVE M58 LENOVO AND I WANT BALL TWO HARD DISK .I CAN TO DO THIS?
I KNOW M58 LENOVO HAVE ONE SLOT FOR SSD.
AND IF I CAN WE DO THE MATERIALS WE NEED?
 
Solution
Right-click on Computer or This PC and select Manage, on the left column click on the Disk Management.
On the right side right-click over the partition that you want to mark as active (below the blue section) and choose Mark Partition as Active.
Format the partition

If it does not work or you are not able to complete the process then you could perform the same task using Diskpart in the Command Prompt.

Open a command prompt as administrator.
Type diskpart hit Enter
Type list disk hit Enter. You will see a list of the disk on you PC.
Type select disk # (replace # with the number on the disk you want to format) hit Enter.
WARNING: The next step will delete all data on the selected...
Right-click on Computer or This PC and select Manage, on the left column click on the Disk Management.
On the right side right-click over the partition that you want to mark as active (below the blue section) and choose Mark Partition as Active.
Format the partition

If it does not work or you are not able to complete the process then you could perform the same task using Diskpart in the Command Prompt.

Open a command prompt as administrator.
Type diskpart hit Enter
Type list disk hit Enter. You will see a list of the disk on you PC.
Type select disk # (replace # with the number on the disk you want to format) hit Enter.
WARNING: The next step will delete all data on the selected disk.
Type clean hit Enter
Type create partition primary hit Enter.
Type select partition 1 hit Enter
Type format fs=ntfs quick hit Enter
Type active hit Enter
Type exit hit Enter and close the Command prompt window.
 
Solution