Two laptops on a single computer setup.
Two laptops on a single computer setup.
You have two drives—one with Ubuntu and another with Windows. On the Windows drive, you see a message saying you only have one drive. To show both operating systems, you’ll need to install Ubuntu on the Windows drive and ensure your system settings allow dual-booting or virtualization. You can also use tools like VirtualBox or VMware to run Ubuntu alongside Windows.
You could simply start Ubuntu, erase the storage, and then begin using it again.
Windows doesn't display the drive since it can't identify its format. If you see it in Disk Management under Windows, you'll have to add a filesystem filter driver to allow access to the filesystem your Linux installation uses—likely EXT3 or EXT4. The Howtogeek article provides clear guidance on several possibilities.
For accessing data across both drives from each operating system, you must handle this on Windows. The platform requires a specific driver to interpret Linux file systems, while Linux typically supports reading NTFS files, making integration straightforward without additional steps.
Sure, I might do that tomorrow morning—it's a bit late right now.