The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How to delete OEM partition?

    Discussion in 'Lenovo' started by little_fiona, Jul 4, 2007.

  1. little_fiona

    little_fiona Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    dear all, I tried to used "diskpart" to do the job, but when I use the command "delete partition". The computer ask me to use override parameter. I have no idea what it is? By the way, the OEM partition has "size 5760 MB" and "offset 1024KB". Thanks for kindness and help! fiona.
     
  2. Playmaker

    Playmaker Notebook Deity

    Reputations:
    266
    Messages:
    1,534
    Likes Received:
    0
    Trophy Points:
    0
    Google

    I didn't know how to use the override function either. Hell, I didn't even know that Diskpart even existed in the first place. Google solved the problem.
     
  3. little_fiona

    little_fiona Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    I did some google and found your discussion with other about using diskpart. That is why I knew something about diskpart. Jonny, could you please tell me how to set the override parameter? thanks a bunch! fiona
     
  4. Playmaker

    Playmaker Notebook Deity

    Reputations:
    266
    Messages:
    1,534
    Likes Received:
    0
    Trophy Points:
    0
    It is on literally the 3rd result in Google for "diskpart." Just don't use the "[" (brackets).
     
  5. s4iscool

    s4iscool Notebook Deity

    Reputations:
    15
    Messages:
    909
    Likes Received:
    0
    Trophy Points:
    30
    just read the link johnny posted, its not long and its quite helpful to learn how to do this.
     
  6. figozz

    figozz Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Very simple, and I don't know why people are referring you to google rather than just posting the answer here. Very frustrating!

    When deleting a disk or partition using diskpart, just type the word "override" (without the speechmarks) at the end of the command line. For example

    delete disk override

    or

    delete partition override

    You obviously have to select the desired disk or partition first.
     
  7. Playmaker

    Playmaker Notebook Deity

    Reputations:
    266
    Messages:
    1,534
    Likes Received:
    0
    Trophy Points:
    0
    Because it angers everyone when an answer can be easily found just by using a search engine.

    When I asked the same question, someone merely mentioned "diskpart" to me- told me absolutely nothing on how to use it. I Googled it, found out what it was. Didn't know how to override the system protection of the partition, Googled that. I deleted the partition in no time. Unless the asker of "questions easily answered by a search effort" is stupider, lazier, or in all respects less competent than I am in life, there is absolutely no reason to not make the effort of finding the answer in Google.

    Google doesn't even require the user to be computer literate- it only requires English skills.
     
  8. unhooked

    unhooked Notebook Deity

    Reputations:
    63
    Messages:
    938
    Likes Received:
    0
    Trophy Points:
    30
    Some of us are really lacking in that department. :)
    Well, I at least have an excuse.
     
  9. Playmaker

    Playmaker Notebook Deity

    Reputations:
    266
    Messages:
    1,534
    Likes Received:
    0
    Trophy Points:
    0
    What's that?
     
  10. panteedropper

    panteedropper Notebook Deity

    Reputations:
    97
    Messages:
    1,015
    Likes Received:
    0
    Trophy Points:
    55
    for all the people afraid of google:

    1) hit the start and R buttons at the same time and you will get the run window
    2) type diskpart and press enter
    3) type list disk and press enter
    4) select the main disk(usually the largest one)...so if your main disk is disk 0, type "select disk 0"
    5)Once the disk is selected, type "list partition" and hit enter
    6)Your "hidden" paritition will be around 4400MB to about 5000MB. In my case it was partition 1.
    7) type "select partition 1" and hit enter
    8 type "delete partition 1 override" and hit enter

    You can then do whatever you want with this space, you can turn it into another primary parition, you can use acronis and merge partitions, etc etc etc

    Again, the disk and partition numbers I used were for my system, please be careful as the info on your system could differ.