Having issue with fstab and startup #fstab #2604
Having issue with fstab and startup #fstab #2604
Excelente tutorial de @LastDragonMX para aprender a montar usb's y discos duros en #GNU #Linux para uso temporal o permanente.
Montar discos usando el clásico #fstab o el nuevo #systemd
https://youtu.be/VMQU6dmUSlk?si=BTtpDRYJPLrZKqGl

Русская рулетка дедиков: Собираем RAID 1 + LVM на живой системе без Rescue-режима
Ситуация до боли знакома каждому, кто регулярно арендует выделенные серверы: вы оплачиваете счет, заходите по SSH и видите, что ОС установлена на /dev/sda, а второй диск просто болтается пустым. Никакого RAID, никакой отказоустойчивости. Умрет первый диск — ваши данные исчезнут. Мы в SoftStore идем по пути полного контроля над процессом. В этой статье разбираем пошаговый протокол: как собрать программный RAID 1 и LVM прямо на живой, работающей операционной системе без использования Rescue-режима и переустановки. В качестве бонуса — практика по управлению квотами, снапшотами и замене дисков в Production.
https://habr.com/ru/articles/1029498/
#RAID #LVM #mdadm #Linux #Debian #выделенный_сервер #миграция #системный_администратор #fstab #администрирование
Let's Learn Linux: Control mounting and unmounting of filesystems

#Linux #Festplatten #mounten & #automatisch einbinden – #fstab einfach erklärt!
In diesem Linux Tutorial zeige ich dir Schritt für Schritt, wie du Festplatten und Partitionen unter Linux mountest und mit fstab dauerhaft ins System einbindest.
Mit dem #mount #Befehl kannst du deine Festplatte überall in deinem Linux Betriebssystem einbinden und mit der fstab Datei kannst du den mount Vorgang automatisieren...
@LinuxInfinite

Operation not permitted probably because the ESP-related mount was unnecessary (it already existed).
Check the default /etc/fstab
This 2021 commit might be the milestone first of a series of commits that simplified things:
https://github.com/freebsd/freebsd-src/commit/0b7472b3d8d2f1e90fade5236b44fd98d8e396c2
Per hier(7), the ESP will be mounted at /boot/efi. On UFS systems, any existing ESP will be reused and mounted there; otherwise, a new one will be made. On ZFS systems, space for an ESP is allocate...
A question for my knowledgeable friends:
I have an LVM with two VGs, one on each disk. VG1 has swap, / and a large empty LV (say, VG1-LV3). VG2 has my /home. I want to store my dropbox folder in VG1-LV3 (VG1 is my slower, replaceable storage). Question:
How do I mount it to /home/X/Dropbox so that it ONLY mounts for user X, and works on any login (ssh, shell, DE).
A simple fstab with uid,gid makes it visible to all.
Retrospective. From @david_chisnall in June 2025:
https://lists.freebsd.org/archives/freebsd-hackers/2025-June/004631.html
"… raw device nodes. Nothing in the system appears to check the underlying partition type when enabling swap on these devices, so if you plug in another device and things are renumbered then swapping will write nonsense over a different partition …
"I think I have filed bugs about all of these issues. It would be great if folks looking to improve the installer could consider some of them. …"
Nothing open for swap with the 'install' keyword: