#Disk management problem
121 messages · Page 1 of 1 (latest)
what is a pendrive ?
and can you pls tell me how to gpart live ?
an usb storage device
then you should get another usb stick and put gparted live on it
if disk management doesnt work for u
can i download it on my c drive or my 2tb drive ?
and your linux distro u have on that pandrive also should have gparted on there
do you know what a live session is?
no
i just downloaded ubuntu into my usb i used etcher and now i want to make space so i can dual boot
ok so you flashed an usb with ubuntu iso
ubuntu iso has gparted on it afaik
you should be able to boot the u ubuntu iso and shrink the windows partition
also please dont use ubuntu
linux mint is better in my opinion
i dont like how it looks 🙂
wait i am confused
so i dont have to do anything with the disk management
In this video we look at how to dual boot Linux (Ubuntu) and Windows 11 on your PC with this step by step guide. It's pretty straightforward and if you're not happy with it, deleting Ubuntu is easy.
► How to Install Windows 11 on your PC: https://youtu.be/Rf3ATGeRZHo
► Download Ubuntu: https://ubuntu.com/download/desktop
► Download Rufus:...
i did what the video said
i learned what gparted is like 30m ago
yeah??? you can use any other tool to shrink your disk
it doesnt matter
u can get many other variants not only cinnamon
soo how wil i shrink my disk ?
be careful tho
like watch a guide or something
because you really seem to not know anything about partitioning disks
ye i am new to those things
yea but the tutorial shows how to extend i want to shrink
then read the wiki or find another tutorial
ok
ok
it will let me shrink past the numbers it has
like the max i can shrink is 0.6gb
and i want 80gb
send a photo
do you know english?
yes
it says
can i get past that limit ?
you cant shrink a volume beyond the point where any unmoveable files are located
do you have enough space for ubuntu
on what disk
i want to dual boot
sorry
you need to have enough space, for ubuntu to install
do you have 80 gigabytes free
i have 150gb left of space
on your disk
yes
please try gparted
ok
boot the ubuntu usb and find a partitioning tool there
like gnome partitioning tool or gparted
one of them should be on the iso
its fine i also was really dumb (im still a dumbass)
youll learn
ok
1 more question
if i dowanload gparted on the usb that i have ubuntu on will ubuntu get deleted from the usb and gparted get installed there ?
yeah, but you dont have to, the ubuntu ISO has a partitioning tool included
aslo for the future, to download an iso is to get it from the internet, but 'to flash an iso' is to put it on the pendrive
wdym it has a partitioning tool. so i dont need to make a new partition ?
from jmy c drive ?
okay imma explain this
the ubuntu iso
ok
is ubuntu that you can boot, it works like any other ubuntu but
- once you reboot, files that you alter or create get removed, same with installed packages etc
- it has the installation tool
like every linux iso, the ubuntu iso should have a partitioning tool
a partitioning tool is a tool that lets you alter your disk, eg create partitions, format, delete
partitioning tools come in text mode like fdisk or parted, or in gui thing like cfdisk(tui) or gparted which is parted but with gui
windows disk management is a partitioning tool
because it lets you format, create or delete partitions
ok so if i lunch ubuntu it will make me make a partition from my c drive for ubuntu ?
you can shrink a partition with any partitioning tool that has support of the filesystem (NTFS in your case) that is on the partition
you will have to free up space manually
so resize the NTFS partition (your C drive) to make space for ubuntu
and then you can create partitions using the free space that you have created
ok
note: linux doesnt use NTFS (it has a driver for it, but the system will be using a filesystem called ext4 or something else)
ok
Gparted:
Linux also doesnt use drive letters, thats a windows feature, the Linux Kernel, names its devices (disks) with names like /dev/sda(sdb,c,d,e,f) for USB disks, SATA devices /dev/nvme0n1 (or something simillar) for devices that are SSD's and that use the NVMe protocol and /dev/mmcblk0(1,2,3,4) for devices that are sd cards
sr0 for cds, and fd0 for floppy drives
ok ok
you can find almost any info about linux stuff on the Arch Wiki
dw youll learn
note: a partition can also be filesystemless