How to format linux filesystem within Windows 7?

3

4

I have a PC that once had Ubuntu Linux installed on it across 2 SATA hard drives.

The first hard drive had the root ( / ) and swap on it.

The second had ( /home ) directory as mount point. This has a large amount of data on it, formatted in ext4 I believe.

I decided to remove the first hard drive and replace it with another, and installed Windows 7 Ultimate on it. I kept the second hard drive in the PC because I want to format it into NTFS and use it as a backup/storage drive.

After installing Windows 7 on the new first drive, in Computer Management it doesn't see the other hard drive.

How can I get Windows 7 to detect and see the second hard drive in Computer Management? I would like to format it into NTFS-- Note: I do not want to have Win7 read/write to the linux filesystem, nor do I care to keep the files on it intact. I am fine with losing them since I have them backed up.

spong

Posted 2011-05-23T07:59:00.030

Reputation: 1 929

does the bios show 2 harddisks? – freethinker – 2011-05-23T08:04:47.140

If the partitions dont show in Computer Management, does the Disk itself show? – Spectre – 2011-05-23T08:48:09.907

@freethinker the BIOS did show the hard disks, but they were disabled somehow. That was the problem. – spong – 2011-05-23T19:59:44.920

Answers

2

You can directly try the 3rd step here, but if you don't see your second disk, you'll need to go to BIOS and recheck starting from there.
1. Reboot and enter BIOS settings.
2. Confirm second disk is visible.
3. Boot into Windows 7 and reach Administrative Tools, Disk Management
Delete the second disk partition and reformat it to your choice.

Just in case you are wondering, you can read your ext4 partition data with Ext2Read.
And, if you don't see your second drive in step 1 above, you might want to start from checking the cables in your PC -- you may have left them unplugged while changing drives :-)

nik

Posted 2011-05-23T07:59:00.030

Reputation: 50 788

Thanks. The answer was that the BIOS somehow had this SATA drive disabled, which is certainly weird how my previous install of Ubuntu it was working. After enabling it, I booted up Win7 again and the drive was visible and available to be formatted. – spong – 2011-05-23T17:46:04.390

1

In my case, it worked really well with rufus.

https://rufus.akeo.ie/

RickPat

Posted 2011-05-23T07:59:00.030

Reputation: 111

Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change. – DavidPostill – 2016-07-08T10:44:28.393

Welcome to Super User. Can you expand your answer a bit? Just pointing to a product doesn't really explain how to accomplish the solution. It's better to include some instructions on how to use the product to solve the problem, or at least describe what makes the product a good solution. Good guidance on recommending software here: http://meta.superuser.com/questions/5329/how-do-i-recommend-software-in-my-answers. Thanks.

– fixer1234 – 2016-07-08T17:10:04.360

Rufus recognized my whole multi-partition, multi-filesystem drive and allowed me to format it from within windows. Thanks. – Pau Coma Ramirez – 2016-12-17T01:28:02.060

0

Simply insert win 7 CD, go to run setup, it will show all partitions, delete partition and create new (store your data first), and install win7.

user317465

Posted 2011-05-23T07:59:00.030

Reputation: 1