NOOBS partitioning (I have never used it!!) caters for more than one OS installation (AFAICS), so has >2 partitions. It includes a recovery partition and a NOOBS data partition. For an explanation, see this pdf -
formatting link
found it by searching 'Raspberry Pi NOOBS four partitions'
Unless you _want_ >1 OS on the SD card, stick to downloading an OS and writing the card as recommended previously.
If you have a Windows PC, install VirtualBox and a Linux distro of your choice. Or WSL2 can mount ext4. See -
formatting link
Didn't find your answer? Ask the community — no account required.
N
NY
NOOBS is a good easy starting point for a straightforward computer with nothing "clever" about the setup. But it is not very flexible.
I discovered this after I installed NOOBS and Raspbian on a 16 GB card and later wanted to move the filesystem onto a 32 GB card so I had a bigger "system drive". It was easy to copy the 16 GB card to a 32 GB card with Win32 Disk Imager or a similar tool. But partition-expansion tools would not work: no matter what I tried I still had a 16 GB partition on a 32 GB card with the other 16 GB unused. There was something about the way NOOBS creates partitions that did not allow the main system partition to be enlarged to use all the unallocated space.
So I started again, installing from scratch. I forget now why 16 GB wasn't enough disc space, given that most of the data on the Pi was being saved to an external spinning HDD which I mounted to a directory below /home/pi/.
B
Binaries
Nonetheless, it does work - but I'm not saying it's the best way, just another string to your bow.
A
Andrew Smallshaw
/mnt is the traditional parent directory for mount points of miscelleneous filesystems that don't have a more natural home within the hierarchy e.g. /usr or /home may well be mount points themselves. It's essentially an administrator's convention when filesystems are manually mounted.
A mount point in /media, /var or possibly a few other options are those automatically mounted by your desktop environment. Traditional Unix never automatically mounted anything, both because of potential security issues or simply because historically there have been plenty of other things you might do with removable media other than put an FS on it.
T
Theo
That's because the root partition is supplied by UUID on the command line (on a Pi 1 running Pi OS from about a week ago):
Basically, I think this is because the bootloader (GPU etc) is selecting which partition to use as the rootfs and supplying it as a cmdline flag, rather than being set by device node in the Linux world.
Theo
T
The Natural Philosopher
Then its pointless labelling The desktop linux pdesnt do it...e,g.
$df -h
Filesystem Size Used Avail Use% Mounted on udev 3.8G 0 3.8G