no c:\ after bug4dos recovery

cmiuc1978

New member
Local time
10:51 PM
Messages
16
hi

my pc crashed and I made a recovery disc on laptop

it did not fix the problem but I managed to get into dos (cmd)

it does not read my hard drive as in c:\

but gives me x:\

how do I activate my c:\ from here this happened after I failed to recover from bug4dos error

on bug4dos error I activated something like --(0.1) but did not name or activate c:\
 

My Computer My Computer

At a glance

windows 7 32 bitintel celeron 2.8 dualcore2 gignvidia geforce gt 220
Computer type
PC/Desktop
Computer Manufacturer/Model Number
proline box
OS
windows 7 32 bit
CPU
intel celeron 2.8 dualcore
Motherboard
asus
Memory
2 gig
Graphics Card(s)
nvidia geforce gt 220
Hard Drives
1 x 2tb sata
Antivirus
avast
Browser
internet explorer 9
You need to find out what drive letter has been assigned. You can do this using the diskpart command from the Command Prompt.

diskpart
list disk
list volume
exit (to end diskpart)

Just type the drive letter to switch to it, for example c: or d: or e: .... For instance, on my system it looks like this:

Code:
>diskpart

Microsoft DiskPart version 6.2.9200

Copyright (C) 1999-2012 Microsoft Corporation.
On computer: DESKTOP

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          279 GB  2048 KB
  Disk 1    Online          119 GB      0 B
  Disk 2    Online         1397 GB  1024 KB
  Disk 3    No Media           0 B      0 B

DISKPART> list volume

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     K                       DVD-ROM         0 B  No Media
  Volume 1     D   D370_D       NTFS   Partition     78 GB  Healthy
  Volume 2     E   D370_E       NTFS   Partition    191 GB  Healthy
  Volume 3     F   D370_F       NTFS   Partition      9 GB  Healthy
  Volume 4     C   Win_8        NTFS   Partition    119 GB  Healthy    System
  Volume 5     G   D370_G       NTFS   Partition    698 GB  Healthy
  Volume 6     H   D370_H       NTFS   Partition    542 GB  Healthy
  Volume 7     I   D370_I       NTFS   Partition    156 GB  Healthy
  Volume 8     J                       Removable       0 B  No Media
What do you want to do once you get there?
 

My Computer My Computer

At a glance

Windows 10 Pro X64Intel Quad Core i7-4770 @ 3.4Ghz16.0GB PC3-12800 DDR3 SDRAM 1600 MHzIntel Integrated HD Graphics
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
I believe you should choose the drive letter witch contains your windows installation

although it fixes the boot mbr on al drives
 

My Computer My Computer

At a glance

windows 7 32 bitintel celeron 2.8 dualcore2 gignvidia geforce gt 220
Computer type
PC/Desktop
Computer Manufacturer/Model Number
proline box
OS
windows 7 32 bit
CPU
intel celeron 2.8 dualcore
Motherboard
asus
Memory
2 gig
Graphics Card(s)
nvidia geforce gt 220
Hard Drives
1 x 2tb sata
Antivirus
avast
Browser
internet explorer 9
Back
Top