this post was submitted on 29 Nov 2024
56 points (100.0% liked)

Linux

48461 readers
415 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] dingdongitsabear@lemmy.ml 8 points 5 days ago (1 children)

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.

[–] timmytbt@sh.itjust.works 1 points 4 days ago

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