I have a dual boot Win 10/Debian setup on my laptop. I have not touched the Windows boot in months. There is nothing on there that needs saving.

How can I ditch the Windows partition and make it available as free space in Debian without damaging my Linux setup?

  • @[email protected]
    link
    fedilink
    620 hours ago

    the painless way would be to format the ntfs partition as ext4 or btrfs and mount it locally via fstab (e.g. to /home/user/data); windows is gone and you can use the space. you can search on how to the two things.

    the deleting and resizing of the partition is a hit/miss scenario and there’s a number of ways you can mess up your install, most of them easily recoverable but that’s not something you want to waste your productive time on. then, when you eventually upgrade (to a larger disk, new laptop, new OS, whathaveyou) you’ll copy/move your data over and be rid of this abomination.

    • @[email protected]OP
      link
      fedilink
      18 hours ago

      Cool. Yeah, that sounds like the easiest solution. Just want to make that space available without screening things up.