Hi everyone,
Ok, so I have this pretty Dell laptop and I want to clean up the disk a little bit.
Windows is not working very well and is taking disk space I want to reclaim.
My plan is :
1- Delete everything (Partition and reformat)
2- Reinstall Kubuntu
3- Install windows in a vm
I'm an old school Linux user and I did not follow the latest thing about UEFI.
So, I'm a little bit confused seeing so many partition on my laptop.
Ok, what should I keep?
I usually create a / (12g), a swap (512m) and use the rest for /home...
Ok, so I have this pretty Dell laptop and I want to clean up the disk a little bit.
Windows is not working very well and is taking disk space I want to reclaim.
My plan is :
1- Delete everything (Partition and reformat)
2- Reinstall Kubuntu
3- Install windows in a vm
I'm an old school Linux user and I did not follow the latest thing about UEFI.
So, I'm a little bit confused seeing so many partition on my laptop.
Code:
root@santanni:/home/shaika-dzari# parted /dev/sda print Model: ATA SAMSUNG SSD SM84 (scsi) Disk /dev/sda: 512GB Sector size (logical/physical): 512B/512B Partition Table: gpt Number Start End Size File system Name Flags 1 1049kB 525MB 524MB fat32 EFI system partition boot 2 525MB 567MB 41.9MB fat32 Basic data partition hidden 3 567MB 701MB 134MB Microsoft reserved partition msftres 4 701MB 1215MB 514MB ntfs Basic data partition hidden, diag 5 1215MB 250GB 248GB ntfs Basic data partition msftdata 8 250GB 262GB 12.0GB ext4 9 262GB 262GB 512MB 10 262GB 496GB 234GB ext4 7 496GB 504GB 7494MB ntfs Microsoft recovery partition hidden, diag 6 504GB 512GB 8593MB Basic data partition
I usually create a / (12g), a swap (512m) and use the rest for /home...
Comment