Dual-Booting Linux (Manjaro) and Windows: Managing Files and Folders on Separate SSDs with a Shared EXT-Fat HDD
In this article, we will discuss how to dual-boot Linux (Manjaro) and Windows on separate SSDs, while sharing documents and files on a single EXT-Fat HDD. This setup is useful for those who want to use both operating systems for different tasks, but still have access to the same files and folders.
Installing Manjaro and Windows on Separate SSDs
To begin, you will need to install both Manjaro and Windows on separate SSDs. This process involves creating bootable USB drives for each operating system, and then installing them on the respective SSDs. It is important to note that the order in which you install the operating systems can affect the bootloader, so it is generally recommended to install Windows first, and then Manjaro.
Setting Up the Shared EXT-Fat HDD
Once both operating systems are installed, you can set up the shared EXT-Fat HDD. This involves formatting the HDD as EXT-Fat, which is a file system that can be read and written to by both Linux and Windows. This can be done using a tool such as GParted in Linux, or the Disk Management tool in Windows.
Accessing Shared Files and Folders
With the HDD formatted as EXT-Fat, you can now access the shared files and folders from both operating systems. In Linux, you can mount the HDD at a specific mount point, such as /mnt/shared, and then access the files and folders as you would any other directory. In Windows, you can access the HDD by opening "This PC" and looking for the drive letter assigned to the HDD.
Managing Files and Folders
When managing files and folders on the shared HDD, it is important to keep in mind that both operating systems will be accessing the same files and folders. This means that you should be careful when making changes, as they will affect both operating systems. It is also a good idea to establish a clear organizational structure for your files and folders, to avoid confusion.
Dual-booting Linux (Manjaro) and Windows on separate SSDs, while sharing documents and files on a single EXT-Fat HDD, is a powerful setup that allows you to take advantage of the strengths of both operating systems. By following the steps outlined in this article, you can set up this configuration and begin using it right away.
References
- Manjaro Linux: https://manjaro.org/
- Windows 10: https://www.microsoft.com/en-us/windows/get-windows-10
- GParted: https://gparted.org/
- Disk Management (Windows): https://support.microsoft.com/en-us/help/15478/windows-10-open-disk-management
// Example code block
int main() {
printf("Hello, world!");
return 0;
}