(Wizard appears in a puff of smoke, trips over unlabelled Distros, executes several double backward somersaults with a half pike before regaining his balance, receives 9's from the assembled judges, bows, as though he had planned the manoeuvres)
@zukester G'day from DownUnder, young'un (I am 65) and welcome to linux.org
On
@osprey 's post at #3, while I use, in my case
on numerous occasions, sometimes for getting bug reporting addresses, that command does not reveal what partition you are on, which is one of the things you are looking for.
Simple for that is the following, and I will include the output from the distro I am currently on, performing updates.
Code:
[email protected]:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 8096752 0 8096752 0% /dev
tmpfs 1628752 2192 1626560 1% /run
/dev/sdb12 20466388 12005952 7395476 62% /
tmpfs 8143744 0 8143744 0% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
tmpfs 8143744 0 8143744 0% /sys/fs/cgroup
/dev/sdb1 523244 338236 185008 65% /boot/efi
tmpfs 1628748 20 1628728 1% /run/user/1000
There, you can see
/dev/sdb12 20466388 12005952 7395476 62% /
... where the forward slash at the end tells me I am currently on /dev/sdb12 (on my SSD) , where Mint's root partition is.
You can do the same with each of your distros if you are multibooting, and note them down.
I tried to install gparted in this Ubuntu and the error message said it was not for Ubuntu 22.
That is because you tried to install GParted from an outside source, and the package you downloaded does not support Ubuntu 22.04 'Jammy Jellyfish'. True?
GParted and Synaptic Package Manager are both available in your Repositories, you can establish that with
Code:
apt policy gparted synaptic
and then install them with
sudo apt -y install gparted synaptic
or if you prefer the GUI method, you can search them from your Software Center and install from there.
With GParted, you can label your root partitions, and then they will appear as same in your File Manager, making them easy to identify. The following snapshots illustrate this and are taken from my Jammy (once I reboot into it).
WIZARD'S GPARTED
and
WIZARD'S NAUTILUS (AKA FILES)
You can guess from the above screenshots both that I plan ahead, and also when I am putting on a new LInux distro, I use 20 GiB for root (shows as 21 GB in Nautilus). So if I didn't label the distros through GParted, I would have a large bunch of entries on the left showing as
21 GB Volume
which would make it near impossible to navigate (I run 78 or so Distros).
@zukester you could also give us a bit of the output from
in particular the part near the bottom which says
UBUNTU_CODENAME=
Does it say Jammy or other?
Thanks
Chris Turner
wizardfromoz