Disk partition has no volume (Annoying)

Page 1 of 3 123 LastLast

  1. Posts : 15
    Windows 7 64 bit
       #1

    Disk partition has no volume (Annoying)


    iv tried so much already and i haven't found the solution but im getting more information.

    my asus g60vx had windows 7 pre installed and i installed windows 8 it had crashes and now it doesnt want to boot so i tried to install windows 7 again but the disk wouldnt show and i tried to re install windows 8 and it shows up but now i go to try and format it in diskpart but it says it has no volume i already completely wiped the hdd since its 298/298 when i "list disk". here are the details on the disk

    detail disk

    ST9320423AS
    Disk Id: 00000000
    Type: SATA
    Status: Online
    Path: 0
    Target: 0
    LUN Id: 0
    Location Path: PCIROOT<0>#PCI<1F02>#ATA<C00T00L00>
    Current Read-only state: No
    Read-only: No
    Boot Disk: No
    Pagefile disk: No
    Hibernation File disk: No
    Crashdump Disk: No
    Clustered Disk: No

    There is no volume.

    It is really frustrating since this laptop is 10x better than my current pc and i need my laptop back, please any help is really appreciated :)
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #2

    How did you completely wipe the disk?
      My Computer


  3. Posts : 15
    Windows 7 64 bit
    Thread Starter
       #3

    i think when i tried to install windows 8 and selected the disk partition that was available, i formatted the drive. it gave me an error but i guess it still formatted. idk honestly but i dont care about the stuff i had, i just want to be able to use my laptop.
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #4

    Code:
    diskpart
    select disk 0
    detail disk (are you 100% sure this is the correct internal disk??!!)
    clean
    create partition primary size=500 (this will create a 500MB primary partition. Remove the size=500 part to use the whole drive)
    exit
    Which part of command above fail?
    Last edited by Kaktussoft; 21 Oct 2014 at 13:43.
      My Computer


  5. Posts : 15
    Windows 7 64 bit
    Thread Starter
       #5

    create primary partition

    it says there is no volume in this partition
      My Computer


  6. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #6

    sagefilms said:
    create primary partition

    it says there is no volume in this partition
    Post camshot of the last commands and its output
      My Computer


  7. Posts : 15
    Windows 7 64 bit
    Thread Starter
       #7

    i cant get a picture of it, my phone also died. but i cant type what i do and its response
      My Computer


  8. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #8

    sagefilms said:
    i cant get a picture of it, my phone also died. but i cant type what i do and its response
    Post what you type exactly and the response.
      My Computer


  9. Posts : 15
    Windows 7 64 bit
    Thread Starter
       #9

    x:\Sources>diskpart

    DISKPART> list disk

    Disk # Status Size Free
    Disk 0 Online 298GB 298GB

    DISKPART> select disk 0

    Disk 0 is now the selected disk.

    DISKPART> clean

    Diskpart succeeded in cleaning the disk.

    DISKPART> format fs=ntfs

    There is no volume selected.
    Please select a volume and try again

    DISKPART> list volume

    Volume # Ltr Type
    Volume 0 E DVD-ROM
    Volume 1 D Removable
      My Computer


  10. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #10

    You didn't create a partition after "clean"! (create partition primary)

    So now do:
    Code:
    diskpart
    select disk 0
    create partition primary
    format fs=ntfs quick
    Disk has already been "cleaned". It looks like you want to use 1 partition which will use all the space on the physical drive.

    Post results (only errors)
      My Computer


 
Page 1 of 3 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:04.
Find Us