0

I plan to dual boot windows and kde neon on my laptop. Since I will be doing cross-platform development I would like my code to be accessible by both linux and windows, therefore, I want to create a separate partition and house my development there.

However, before I am not so sure this approach works. If I dual boot kde neon, will I be able to access a windows partition that is not the OS partition itself? As an example the D drvie (dev) below: enter image description here

Additional Information:

The dev partition is formatted as NTFS

2
  • Microsoft file systems can be managed by Linux, but Linux file systems cannot be managed by Windows. So you can use FAT32, exFAT or NTFS for a data partition, common to both operating systems. I would suggest NTFS because it has journaling. - I would also suggest that you turn off Fast Startup in Windows. -- Fast Startup is a kind of semi-hibernation, and when Windows it shut down, it leaves file systems in dirty states (without proper flushing of buffers), and this causes problems for Linux (which does not want to write (opens read-only). Commented Mar 23, 2024 at 20:29
  • 1
    To add a small note to @sudodus comment, you may need to install third-party applications to enable NTFS or exFAT filesystems on certain Linux distributions. Commented Mar 24, 2024 at 13:01

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.