More Gparted problems. [SOLVED]
Re: More Gparted problems. [SOLVED]
Of course you have to unmount the partition first, so you have to do this from live USB.
Re: More Gparted problems. [SOLVED]
Ahhh, ok, I already have it on USB, will do it now, Thanks.tony37 wrote: Sun Sep 27, 2020 12:57 pm Of course you have to unmount the partition first, so you have to do this from live USB.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
- rob.chaffe
- Posts: 19
- Joined: Mon Jun 29, 2020 6:17 pm
Re: More Gparted problems. [SOLVED]
Boot MX Linux from your thumb drive (or DVD) for a fresh install. At the second or third screen, there is an option to run GParted. Set partition table. Then create main partition leaving space for swap after the main partition. Create swap, Finish the install.
Rob
Rob
Re: More Gparted problems. [SOLVED]
Then shrink the partition. If you don't want to hibernate your system then 2 GB for swap will be enough I guess.
- uncle mark
- Posts: 859
- Joined: Sat Nov 11, 2006 9:42 pm
Re: More Gparted problems. [SOLVED]
Shrink the existing partition (drag from the right) to leave a few gigs for swap. Do this as a single operation.
Then, in a new operation, create a new swap partition in the newly created space.
Custom build Asus/AMD/nVidia circa 2011 -- MX 19.2 KDE
Acer Aspire 5250 -- MX 21 KDE
Toshiba Satellite C55 -- MX 18.3 Xfce
Assorted Junk -- assorted Linuxes
Acer Aspire 5250 -- MX 21 KDE
Toshiba Satellite C55 -- MX 18.3 Xfce
Assorted Junk -- assorted Linuxes
- rob.chaffe
- Posts: 19
- Joined: Mon Jun 29, 2020 6:17 pm
Re: More Gparted problems. [SOLVED]
I'm going to bow out because there are too any cooks stirring the pot. And the OP changes his mind so fast it's hard to keep up.
Re: More Gparted problems. [SOLVED]
Gparted live said that If I create a new partition it will erase ALL data on the main partition. What If I just use it without SWAP?
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Re: More Gparted problems. [SOLVED]
Are you sure it says that? Gparted always warns about potential data loss.Sparky wrote: Sun Sep 27, 2020 1:08 pm Gparted live said that If I create a new partition it will erase ALL data on the main partition. What If I just use it without SWAP?
Using without Swap is possible, I think you have enough RAM when you have 12 GB. But you'll have to edit your /etc/fstab file anyway, so you can post that if you want advice there.
Re: More Gparted problems. [SOLVED]
contents of fstab (I do have 12 GB of RAM on this laptop)
Code: Select all
# Pluggable devices are handled by uDev, they are not in fstab
UUID=2f851df4-e0ec-425b-8944-8276cf36f4e0 / ext4 defaults 1 1
UUID=db352309-b3e7-4d6b-83bd-2ef92cd8dac1 swap swap defaults 0 0
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Re: More Gparted problems. [SOLVED]
If you don't want a swap partition (making a swap file later on should also be possible) then you simply remove the last line from fstab (that UUID doesn't exist anymore anyway).