Sujet : Re: MS Access
De : tnp (at) *nospam* invalid.invalid (The Natural Philosopher)
Groupes : comp.os.linux.miscDate : 16. Aug 2024, 09:21:06
Autres entêtes
Organisation : A little, after lunch
Message-ID : <v9n25j$1c6q2$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 16/08/2024 09:11, Nuno Silva wrote:
On 2024-08-16, Lawrence D'Oliveiro wrote:
On Wed, 14 Aug 2024 10:09:28 +0100, The Natural Philosopher wrote:
>
On 13/08/2024 23:21, John Dallman wrote:
>
In article <v9gk4h$30as$2@dont-email.me>, ldo@nz.invalid (Lawrence
D'Oliveiro) wrote:
>
Mount points only work on NTFS volumes, though. So you cannot use them
to mix and match other filesystem types, the way you can on Linux.
>
There is a shortage of other filesystem types in practical usage on
Windows. FAT and exFAT get used for (micro-)sd cards and USB sticks,
but nobody with any sense at all uses them on hard disks or SSDs.
>
<technical nitpick> Sometimes (Raspberry Pi) that's all the hardware
will boot off...
>
The Raspberry Pi runs Linux. That should be able to boot off any kind of
filesystem that Linux supports.
Maybe things are different in UEFI platforms, but, at least from what
I've seen through the years, Linux is able to get a system operational
using filesystems that Linux supports.
Loading and booting Linux itself is an entirely different matter,
something has to read, load and execute the binary. It's entirely
possible that the hardware - or its firmware - can only do this if the
Linux binary is in FAT or exFAT.
Which is the case for a Pi. The GPU chipset that does the booting can only understand (V?)FAT to load and run a [Linux image and its basic configuration files]...
So you end up with a small FAT partition that is *only* used to boot, and a larger EXT4 partition for everything else, typically. If booting linux, anyway.
more /etc/fstab
PARTUUID=778a9e44-01 /boot/firmware vfat defaults 0 2
PARTUUID=778a9e44-02 / ext4 defaults,noatime 0 1
-- Truth welcomes investigation because truth knows investigation will lead to converts. It is deception that uses all the other techniques.