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

Linux

48461 readers
510 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?

top 19 comments
sorted by: hot top controversial new old
[–] swab148@lemm.ee 47 points 5 days ago (4 children)

Gparted, you can delete the Windows partition and resize the Linux one to fill the space.

This should go without saying, but I'll say it anyways: backup any important data beforehand, just in case.

[–] hperrin@lemmy.world 13 points 5 days ago (1 children)

Preferably image the whole disk to some file on another disk so you can unfuck anything that gets fucked.

[–] flashgnash@lemm.ee 11 points 4 days ago

This only works for people who have disks lying around big enough to backup their entire primary disk

[–] 1024_Kibibytes@lemm.ee 8 points 5 days ago

And make sure you save any important data on the Linux partitions, don't just assume that /home or /sys will be there after the resize.

[–] Mwa@lemm.ee 2 points 5 days ago

And your partition must on the right (I think?) To merge to the main disk.

[–] johannes@lemmy.jhjacobs.nl 1 points 5 days ago

This is the way :)

[–] hperrin@lemmy.world 12 points 5 days ago* (last edited 5 days ago)

This really depends on how you installed. Some partition types are easier to resize than others. The most important thing to do is backup everything important before you do anything.

Then boot to a live CD and you can use something like gparted or KDE Partition Manager to delete the NTFS partition and resize your Linux partition.

If you have a spare drive with enough space, it's a great idea to take an image of the whole disk using Gnome Disks. That way if anything goes wrong, you can restore to the point you took the image.

Look up a tutorial on how to resize specifically your partition type (luks, ext4, btrfs, etc) with KDE PM or gparted. That should inform you of any caveats you should be aware of beforehand.

[–] dumbass@leminal.space 12 points 5 days ago (1 children)

You have to go punch and break out one of your physical windows so Linux knows not to fuck around!

[–] redbr64@lemmy.world 4 points 5 days ago (1 children)

Well, I guess you don't wanna fuck around with an angry rabid penguin, but this person should be ok resizing a partition 😂

[–] dumbass@leminal.space 3 points 5 days ago

You gotta let it know that your ready for a fight if it wants to go.

[–] dingdongitsabear@lemmy.ml 8 points 4 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.

[–] Cris16228@lemmy.today 5 points 5 days ago (1 children)

Reinstall Linux because it's broken due to an update and pick the wrong partition deleting the windows one... Totally not what happened to me🥲

[–] Sturgist@lemmy.ca 2 points 3 days ago

✊ the struggle is real fam, be strong.

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

Thanks for all the replies. It’s a single 1TB SSD so gparted sounds like the way to go. Can always just reformat windows to ext4 and mount that separately too if I chicken out of resizing 🤣

[–] Mwa@lemm.ee 2 points 3 days ago

Ah so it's just 2 partitions nvm

[–] cmlael67@lemmy.world 1 points 4 days ago

Try Distro Hopping. Then, next week when you switch to yet another distro, you can just erase the entire disk and install Linux.

[–] Mwa@lemm.ee 1 points 5 days ago* (last edited 5 days ago)

Depends what method your doing.
Dual disks you can do a raid configuration(if the disk is formatted as btrfs or any file system that supports creating raid without formatting,it can be done through ext4 but needs formatting ).
If the windows partition is on one disk.
Make sure the windows partition is adjustent, use something like gparted to merge it.

[–] mortimer@lemmy.world 1 points 5 days ago

Like already mentioned here, back up first. I use a tool called Foxclone for hard drive image backups. Many would recommend Clonezilla, but I can vouch for Foxclone as I know it works from personal experience and the interface is really intuitive.

If you installed your Linux distro to dual boot alongside an existing Windows machine, you might need to move the Linux partitions after deleting Windows in order to resize the Linux partitions. This is something that can be done later once you know everything is working okay.