F5F Stay Refreshed Software Operating Systems Uncertain regarding mount locations—would appreciate any help with understanding.

Uncertain regarding mount locations—would appreciate any help with understanding.

Uncertain regarding mount locations—would appreciate any help with understanding.

Pages (2): Previous 1 2
B
BuBBlePiGGeH
Junior Member
46
05-29-2025, 08:27 AM
#11
You're getting tangled in unnecessary details. Mounting a drive to a folder means saving everything to the mounted storage, not stacking layers like files. Think of it as creating a link between two files rather than nesting drives. Try experimenting by checking what's stored with `sudo cat /dev/psaux` and moving your cursor—your actions will reflect in the terminal while still treating everything as a file.
B
BuBBlePiGGeH
05-29-2025, 08:27 AM #11

You're getting tangled in unnecessary details. Mounting a drive to a folder means saving everything to the mounted storage, not stacking layers like files. Think of it as creating a link between two files rather than nesting drives. Try experimenting by checking what's stored with `sudo cat /dev/psaux` and moving your cursor—your actions will reflect in the terminal while still treating everything as a file.

M
MinwoodX2
Member
54
06-06-2025, 02:20 AM
#12
It's incorrect to say ESP is just an identification flag. The kernel relies on it to verify partition types before mounting, preventing issues like mounting an NTFS partition with an EXT4 driver. If FSTab reports EXT4 but the kernel detects an NTFS flag, it will stop the mount and trigger an error. Similar behavior applies to EFI, ESP, Apple System Partition, etc. This mechanism is also employed by FDISK utilities for straightforward reasons.
M
MinwoodX2
06-06-2025, 02:20 AM #12

It's incorrect to say ESP is just an identification flag. The kernel relies on it to verify partition types before mounting, preventing issues like mounting an NTFS partition with an EXT4 driver. If FSTab reports EXT4 but the kernel detects an NTFS flag, it will stop the mount and trigger an error. Similar behavior applies to EFI, ESP, Apple System Partition, etc. This mechanism is also employed by FDISK utilities for straightforward reasons.

T
TheWors
Member
52
06-11-2025, 01:00 AM
#13
The actual filesystem flag is confirmed, yet for mounting points it usually refers to the directory you attached your EFI partition to. The person likely meant the filesystem flag at that time.
T
TheWors
06-11-2025, 01:00 AM #13

The actual filesystem flag is confirmed, yet for mounting points it usually refers to the directory you attached your EFI partition to. The person likely meant the filesystem flag at that time.

F
FloraColossus
Junior Member
21
06-16-2025, 09:12 PM
#14
Thanks for the explanation! It’s clear now how the setup works in Linux compared to Windows. The process involves placing directories within the root partition and then mounting them elsewhere.
F
FloraColossus
06-16-2025, 09:12 PM #14

Thanks for the explanation! It’s clear now how the setup works in Linux compared to Windows. The process involves placing directories within the root partition and then mounting them elsewhere.

S
soul_harveste
Member
223
06-17-2025, 12:49 AM
#15
Grub and Windows Boot Manager act as bootloaders, not as a mount point. When you don’t use multiple hard drives, relocating Grub doesn’t add value. It’s typically placed on the first partition (EFI) where Linux is installed. For handling several bootloaders, Refinder can help, but I recommend keeping Grub intact and avoiding its removal. Bye.
S
soul_harveste
06-17-2025, 12:49 AM #15

Grub and Windows Boot Manager act as bootloaders, not as a mount point. When you don’t use multiple hard drives, relocating Grub doesn’t add value. It’s typically placed on the first partition (EFI) where Linux is installed. For handling several bootloaders, Refinder can help, but I recommend keeping Grub intact and avoiding its removal. Bye.

M
MarTiePie
Member
58
06-17-2025, 07:54 AM
#16
I rely on several hard drives, which is why the entire problem occurred.
M
MarTiePie
06-17-2025, 07:54 AM #16

I rely on several hard drives, which is why the entire problem occurred.

K
Klyner
Member
184
06-17-2025, 08:10 PM
#17
You can install the EFI partition from both target disks using Windows if you're having trouble with Linux, and then transfer Grub afterward. If Grub functions and your system isn't running Linux on an external drive, you skip moving Grub.
K
Klyner
06-17-2025, 08:10 PM #17

You can install the EFI partition from both target disks using Windows if you're having trouble with Linux, and then transfer Grub afterward. If Grub functions and your system isn't running Linux on an external drive, you skip moving Grub.

Pages (2): Previous 1 2