6 Sep 2015 at 10:42 #1 window window Associate Joined 26 Nov 2008 Posts 1,090 I have Windows 10 on 2 of my drives but am having trouble erasing / formatting the one I dont need. Cant see any option in bios for format either. any help?
I have Windows 10 on 2 of my drives but am having trouble erasing / formatting the one I dont need. Cant see any option in bios for format either. any help?
6 Sep 2015 at 10:49 #2 DoneADougalOnSofa DoneADougalOnSofa Associate Joined 3 Feb 2012 Posts 2,272 Location Bath Right-click My Computer (This PC on Win10), select Manage, then Disk Management. You should be able to right-click the drive there and format it.
Right-click My Computer (This PC on Win10), select Manage, then Disk Management. You should be able to right-click the drive there and format it.
6 Sep 2015 at 13:25 #3 window window Associate OP Joined 26 Nov 2008 Posts 1,090 doesnt work, "windows cannot format the system partition on this disk"
6 Sep 2015 at 13:37 #4 Orcvader Orcvader Soldato Joined 11 Oct 2009 Posts 16,969 Location Greater London Did you install your recent copy of Windows 10 while both drives were connected?
6 Sep 2015 at 14:06 #5 window window Associate OP Joined 26 Nov 2008 Posts 1,090 Orcvader said: Did you install your recent copy of Windows 10 while both drives were connected? Click to expand... yes
Orcvader said: Did you install your recent copy of Windows 10 while both drives were connected? Click to expand... yes
6 Sep 2015 at 14:22 #6 koolpc koolpc Soldato Joined 2 Dec 2004 Posts 14,675 Location Under The Desk, Wales It has probably put system files on the other drive!!
6 Sep 2015 at 20:13 #7 window window Associate OP Joined 26 Nov 2008 Posts 1,090 anything i can do apart from fresh install?
6 Sep 2015 at 20:58 #8 koolpc koolpc Soldato Joined 2 Dec 2004 Posts 14,675 Location Under The Desk, Wales I dont know of any other way myself sorry
6 Sep 2015 at 21:01 #9 Hyburnate Hyburnate Soldato Joined 29 Jul 2011 Posts 15,682 Location Near Northants / MK diskpart should work
6 Sep 2015 at 21:06 #10 wazza300 wazza300 Caporegime Joined 11 Jul 2009 Posts 27,040 Location BenefitStreetBirmingham format it in a spare pc if you can
6 Sep 2015 at 23:36 #11 coupe69 coupe69 Soldato Joined 20 Feb 2007 Posts 4,598 Location ツ Hyburnate said: diskpart should work Click to expand... This ^^ Find out which drive has your OS on and use diskpart to clean the other drive. To do this open an elevated (admin) command prompt. Type Code: diskpart Type Code: lis dis this will list the disks in your system. Type Code: sel dis and then the number of the disk you want to wipe. If you have 2 disks it will either be 0 or 1. So sel dis 0 or sel dis 1 Once you've selected the right disk type Code: cle This will clean the selected disk and you should be able to format within Windows disk management. Last edited: 6 Sep 2015
Hyburnate said: diskpart should work Click to expand... This ^^ Find out which drive has your OS on and use diskpart to clean the other drive. To do this open an elevated (admin) command prompt. Type Code: diskpart Type Code: lis dis this will list the disks in your system. Type Code: sel dis and then the number of the disk you want to wipe. If you have 2 disks it will either be 0 or 1. So sel dis 0 or sel dis 1 Once you've selected the right disk type Code: cle This will clean the selected disk and you should be able to format within Windows disk management.
7 Sep 2015 at 18:49 #12 Hyburnate Hyburnate Soldato Joined 29 Jul 2011 Posts 15,682 Location Near Northants / MK Ace ^ Someone who knows the commands off the top of their head, thats when I use the help feature
7 Sep 2015 at 23:15 #13 coupe69 coupe69 Soldato Joined 20 Feb 2007 Posts 4,598 Location ツ Hyburnate said: Ace ^ Someone who knows the commands off the top of their head, thats when I use the help feature Click to expand... I've used it too many times when preparing a drive for re-imaging
Hyburnate said: Ace ^ Someone who knows the commands off the top of their head, thats when I use the help feature Click to expand... I've used it too many times when preparing a drive for re-imaging
18 Sep 2015 at 19:12 #14 window window Associate OP Joined 26 Nov 2008 Posts 1,090 cheers chaps. always rely on you lot.