#fstab — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fstab, aggregated by home.social.
-
Heute mal #immich getestet, super Software, tolle Funktionen, aber mit #Docker Container zu kompliziert für #Anfänger oder Windoof Umsteiger.
Dieses ganze Konfigurarionsgedöns ist ohne Schritt für Schritt Anleitung für unbedarfte zuviel und da sind Sonderkonstellationen noch nicht berücksichtigt.
Ich musste die Jason anpassen, da alles auf der 2. Festplatte. Diese sollte auch in die #fstab eingetragen sein, sonst gibt es Probleme beim Start. Dann noch immich-app anpassen. Zuviel für Anfänger. -
Heute mal #immich getestet, super Software, tolle Funktionen, aber mit #Docker Container zu kompliziert für #Anfänger oder Windoof Umsteiger.
Dieses ganze Konfigurarionsgedöns ist ohne Schritt für Schritt Anleitung für unbedarfte zuviel und da sind Sonderkonstellationen noch nicht berücksichtigt.
Ich musste die Jason anpassen, da alles auf der 2. Festplatte. Diese sollte auch in die #fstab eingetragen sein, sonst gibt es Probleme beim Start. Dann noch immich-app anpassen. Zuviel für Anfänger. -
Nuevo post!:
Fusionar carpetas en Linux usando fstab y bind
#linux #gnulinux #tecnologia #utilidades #fstab #bind #blog #enmiblog
https://thecheis.com/2026/07/04/fusionar-carpetas-en-linux-usando-fstab-y-bind/
-
Nuevo post!:
Fusionar carpetas en Linux usando fstab y bind
#linux #gnulinux #tecnologia #utilidades #fstab #bind #blog #enmiblog
https://thecheis.com/2026/07/04/fusionar-carpetas-en-linux-usando-fstab-y-bind/
-
Brauche mal Hilfe für #linux #debian #trixie #nas #usbraid #nfs #usb #rsync #bash.
Ich habe ein #Script das nicht funktioniert und doch funktioniert *grrrr*
(Script Begin)
#!/bin/bashset -ex
# check for mount
grep /backup /etc/mtab > /dev/null || exit 1# directory to backup
BDIR=/home/wilma_wein/# Destination dir for rsync
DDIR=/media/backup# excludes file - this contains a wildcard pattern per line of files to exclude
EXCLUDES=/root/rsy.excl# BACKUPDIR=${1:-`date +%A`}
BACKUPDIR=${1:-"day"`date +%d`}OPTS="--force
--ignore-errors \
--delete-excluded \
--exclude-from=$EXCLUDES
--delete --backup --backup-dir=$DDIR/$BACKUPDIR -a -v"export PATH=$PATH:/bin:/usr/bin:/usr/local/bin
# if destination does not exist, make it;-)
[ -d $DDIR ] || mkdir $DDIR# write logfile
echo oooooooooooooooooooooooooooooooooooooooooooo >> /root/rsy.log
date >> /root/rsy.log# delete existing backup dir
[ -d $DDIR/$BACKUPDIR ] && (echo remaking $DDIR/$BACKUPDIR >> /root/rsy.log; rm -r $DDIR/$BACKUPDIR)# now the actual transfer
rsync $OPTS $BDIR $DDIR/current >> /root/rsy.log(Script Ende)
.
.
Dieses Script soll mir mein komplettes /home sichern und gelöschte dateien in den heutigen Tag (Ordner day20 anlegen) und die gelöschte oder alte Datei (sofern geändert) verschieben. Die geänderte neue Datei im BackUp Ordner belassen.Folgende Laufwerke sind in meiner #fstab gemountet:
# Angeschlossenes USB RAID Laufwerk.
/dev/sdb1 /media/USBRaid ext4 auto,nouser,exec,async,noatime 0 0
# Network Attached Storage Synology
192.168.2.120:/volume1/backup /media/synology223j/backup nfs auto,user,exec,async,noatime 0 0
.
.
Das Script funktioniert einwandfrei mit dem #USBRaid Laufwerk (RAID 0 - Striping)
aber nicht mit dem #Synology #NAS (RAID 1 - Mirroring), dort wird mir mein /home auch im Tagesordner gespeichert.
.
.
??? Kann sich hier wer vorstellen oder weiß warum das mit der #NAS nicht funzt ??? -
Русская рулетка дедиков: Собираем 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
-
#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
-
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
-
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.
-
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:
-
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:
-
#arch community: I want to mount a #webdav storage to my filesystem. I want to follow the #davfs2 wiki as described here https://wiki.archlinux.org/title/Davfs2. I'm a bit confused over the #systemd section. Do I really have to configure mount units manually? Like I would have expected that it takes whatever is configured in #fstab?
-
#arch community: I want to mount a #webdav storage to my filesystem. I want to follow the #davfs2 wiki as described here https://wiki.archlinux.org/title/Davfs2. I'm a bit confused over the #systemd section. Do I really have to configure mount units manually? Like I would have expected that it takes whatever is configured in #fstab?
-
This mornings "lets do some quick updates and reboot while staying in the bed"-session got me out of the bed, because the server did not come online again.
Turns out: If you mount thin-provisioned #LVM logical volumes with #fstab you need thin-provisioning-tools, otherwise the #systemd unit fails during boot. And that package is not a dependency, only recommended on #Debian #Trixie and for some reason wasn't installed on my system.
Longer version: https://swagspace.org/blog/lvm-thin-provisioning-tools/
-
This mornings "lets do some quick updates and reboot while staying in the bed"-session got me out of the bed, because the server did not come online again.
Turns out: If you mount thin-provisioned #LVM logical volumes with #fstab you need thin-provisioning-tools, otherwise the #systemd unit fails during boot. And that package is not a dependency, only recommended on #Debian #Trixie and for some reason wasn't installed on my system.
Longer version: https://swagspace.org/blog/lvm-thin-provisioning-tools/
-
So #KDE filemanager #dolphin doesn't search through symbolic links and I had already spent about a year or so cursing #baloo whereas it worked fine on my laptop.
I had to get #fstab bind mounts to mount specific directories from another drive onto my home directory. Everything worked!Now using #zfs meant I had to force the correct order of mounting else I have empty directories.
fstab's #systemd option - x-systemd.after=datapool.mount came to rescue and everything works again.
-
Warum funktioniert die manuelle Verbindung, #fstab verweigert mir aber hier das automatische Einhängen?
192.168.172.100:/volume1/MEDIA /home/defcon42/mnt/MEDIA nfs defaults 0 0
Wie gesagt, manuell geht es problemlos, die #NFS credentials sind also auch korrekt am Server gesetzt.
Am alten Laptop - gleiches OS - ist der Einhängepunkt im Hauptverzeichnis und nicht wie hier im Homeverzeichnis, ansonsten alles komplett gleich. Da geht es.
-
Warum funktioniert die manuelle Verbindung, #fstab verweigert mir aber hier das automatische Einhängen?
192.168.172.100:/volume1/MEDIA /home/defcon42/mnt/MEDIA nfs defaults 0 0
Wie gesagt, manuell geht es problemlos, die #NFS credentials sind also auch korrekt am Server gesetzt.
Am alten Laptop - gleiches OS - ist der Einhängepunkt im Hauptverzeichnis und nicht wie hier im Homeverzeichnis, ansonsten alles komplett gleich. Da geht es.
-
How To Mount A Drive Permanently In Linux Using Fstab: A Step-by-Step Guide #Fstab #Linux #Linuxadmin #Linuxbasics #Linuxcommands #Linuxhowto
https://ostechnix.com/mount-a-drive-permanently-in-linux-using-fstab/ -
How To Mount A Drive Permanently In Linux Using Fstab: A Step-by-Step Guide #Fstab #Linux #Linuxadmin #Linuxbasics #Linuxcommands #Linuxhowto
https://ostechnix.com/mount-a-drive-permanently-in-linux-using-fstab/ -
My humble NAS (a.k.a. an old laptop) now has NFS in addition to SMB, and SyncThing.
I'm having trouble getting my Fedora KDE 41 Laptop to mount it on boot, though. I added it to `/etc/fstab`, but it doesn't work. It mounts when I run `sudo mount -a`, though.
I'll continue to tinker with it later.
-
My humble NAS (a.k.a. an old laptop) now has NFS in addition to SMB, and SyncThing.
I'm having trouble getting my Fedora KDE 41 Laptop to mount it on boot, though. I added it to `/etc/fstab`, but it doesn't work. It mounts when I run `sudo mount -a`, though.
I'll continue to tinker with it later.
-
Ok... this is weird. One of my #Raspis decided to not start some services after a reboot. Turns out the / file system was read only. Somehow, /etc/fstab got a "o" at the end of the line for the root file system.
Remounted rw, removed this "o" from fstab, rebooted and everything is back to normal.
e2fsck showed no errors so... ??? Maybe modifying files via an SSH client on a tiny smartphone screen is not the best idea.
-
Ok... this is weird. One of my #Raspis decided to not start some services after a reboot. Turns out the / file system was read only. Somehow, /etc/fstab got a "o" at the end of the line for the root file system.
Remounted rw, removed this "o" from fstab, rebooted and everything is back to normal.
e2fsck showed no errors so... ??? Maybe modifying files via an SSH client on a tiny smartphone screen is not the best idea.
-
Having trouble getting fstab to work with FreeBSD. It's a GhostBSD install.
mount -a
works and mounts the drives correctly but it's not working at boot.
Maybe the mount points aren't ready.
I've tried it with labels and with the drive designator. I get both of them to work with mount -a but not at boot time.
With the lines commented out in fstab it mounts the drives but I am trying to mount them to directories secondaryfiles and secondarysnapahots.
-
Wait. That IS how it's done, isn't it?
To "Permanently [ e.g. like a 301 i guess? ] " tell the system I want to have that
ssh:// location "mounted"
THere's a way to do that.
I have to put the authentication credentials in a file.
and it can be samba credentials, and then that file is indicated in
#FSTABSure. I can #google the hell out of the concept. I just don't remember the names of the things I'm targeting, so the solution is dependent upon that problem. the memory.
i know it's not a french fry. it's not a 6-speed transmission. it's not a commodore 64. it's not ...
@zombiewarrior -- you know what i'm looking for? -
Wait. That IS how it's done, isn't it?
To "Permanently [ e.g. like a 301 i guess? ] " tell the system I want to have that
ssh:// location "mounted"
THere's a way to do that.
I have to put the authentication credentials in a file.
and it can be samba credentials, and then that file is indicated in
#FSTABSure. I can #google the hell out of the concept. I just don't remember the names of the things I'm targeting, so the solution is dependent upon that problem. the memory.
i know it's not a french fry. it's not a 6-speed transmission. it's not a commodore 64. it's not ...
@zombiewarrior -- you know what i'm looking for? -
:grumble: :grumble:
ahem.i dunno. but i dont think one used to have that long time ago days.
however, one also didn't have all the other stuff long time ago days neither then so trade offs a bitch. some kid in the playground told me, and kicked me in the jimmy.Now. how we gon go about makin' that not bug me so much?
Oh, there's multiple ways to skin that cat. We know.
my first thought was #fstab but i'm thinking not. and then there's also that graphical app for adjusting FlatPak permissions (and hell if i remember where or how i was so graced with it on a system once!)oh yeah. i guess this is a #Flatpak app.
#Linux #Filesystem #GarudaLinux #EndeavourOSLinux #Permissions
-
:grumble: :grumble:
ahem.i dunno. but i dont think one used to have that long time ago days.
however, one also didn't have all the other stuff long time ago days neither then so trade offs a bitch. some kid in the playground told me, and kicked me in the jimmy.Now. how we gon go about makin' that not bug me so much?
Oh, there's multiple ways to skin that cat. We know.
my first thought was #fstab but i'm thinking not. and then there's also that graphical app for adjusting FlatPak permissions (and hell if i remember where or how i was so graced with it on a system once!)oh yeah. i guess this is a #Flatpak app.
#Linux #Filesystem #GarudaLinux #EndeavourOSLinux #Permissions
-
When considering what lies beneath, what is your preferred means of discovery?
I dunno why this suddenly seemed to be my favorite, and I muse,
"Why haven't you been doing that all along [, Jackass!]?"```
ls -dl ./*/
```#CONTAINERS #FOLDERS #DIRECTORIES #OBJECTS #LIST #SORT #Filesystem
Oh, and here's one about #FSTAB
haha. i used it enough times by now that I don't need a guide anymore.Lookee, Ma! Him's learning!
https://statecollegeguitarlessons.com/adb/about_ntfs_in_fstab.webp -
When considering what lies beneath, what is your preferred means of discovery?
I dunno why this suddenly seemed to be my favorite, and I muse,
"Why haven't you been doing that all along [, Jackass!]?"```
ls -dl ./*/
```#CONTAINERS #FOLDERS #DIRECTORIES #OBJECTS #LIST #SORT #Filesystem
Oh, and here's one about #FSTAB
haha. i used it enough times by now that I don't need a guide anymore.Lookee, Ma! Him's learning!
https://statecollegeguitarlessons.com/adb/about_ntfs_in_fstab.webp -
#Fstab options: What are they, and when should you use them?
-
#Fstab options: What are they, and when should you use them?
-
Is #Autofs the way to go when mounting a #Samba share on #Linux? I've been using the #Fstab method on my PC which is fine, but maybe not ideal on a mobile setup like on a laptop where you're going in and out of the network, and if the laptop loses access to the #SMB server, file managers like #Dolphin just turn stupid and freezes forever - apparently Autofs might not have this issue?
-
Is #Autofs the way to go when mounting a #Samba share on #Linux? I've been using the #Fstab method on my PC which is fine, but maybe not ideal on a mobile setup like on a laptop where you're going in and out of the network, and if the laptop loses access to the #SMB server, file managers like #Dolphin just turn stupid and freezes forever - apparently Autofs might not have this issue?
-
Do #macOS users mount remote shares on their system manually like a caveman each time they need access to it or is there some sort of #Fstab like functionality I don't know of?
I'm that caveman btw, I feel like if I'd evenCmd + KandEnterin my sleep if I was dreaming of launching and perusing Finder. -
Do #macOS users mount remote shares on their system manually like a caveman each time they need access to it or is there some sort of #Fstab like functionality I don't know of?
I'm that caveman btw, I feel like if I'd evenCmd + KandEnterin my sleep if I was dreaming of launching and perusing Finder. -
I know #KDE #Dolphin is pretty dumb to not know how to react or what to do when a (remote) drive that should be mounted (via #fstab) is inaccessible (i.e. I shut down the Samba server or am on a different network) and hangs itself, but today I realise Dolphin's stupidity isn't alone.
KDE's photo viewer, #Gwenview too crashes itself each time you wish to open an image. Even though that image file has nothing to do with that drive that is now non-existent/inaccessible. You gotta unmount said drive first, then Dolphin and Gwenview will behave "as intended". Geez. -
Linuc ha colpito ancora una volta. O forse è invece colpa di systemd? O, addirittura, la colpa è della mentalità UNIX implementata tecnicamente alla lettera? Boh, io certamente colpisco ancora una volta scrivendo questo il giorno dopo… ma questo è oltre il punto. 🤥
Praticamente, l’altro ieri sera (mentre non ero a casa) il mio server ha smesso di rispondere a qualsiasi richiesta… e palle, ma ho pensato “non fa nulla, sarà caduta la linea Internet di casa, odio Vodafone, si sistemerà domani mattina”. Ovviamente… non si è sistemato, ops. Il pomeriggio sono tornata, e ho subito resettato l’alimentazione del server per riavviarlo, e… non si è sistemato neanche così, mentre però la linea Internet non aveva alcun malfunzionamento. Wtf? 😭
Ci penso un attimo, e mi viene in mente che io avevo staccato temporaneamente un disco USB giorni fa, perché devo sistemare delle cose noiose… e giustamente non l’ho tolto dall’
fstab, perché chi minchia ci pensa… e, mi torna in mente che all’avvio del sistema, di default, una partizione messa così (che è il modo “corretto” per montarla a livello di sistema) fa fallire tutto il boot se fallisce anche solo il suo mount. Ci sarà stato un calo di tensione e il sistema si sarà riavviato. …Linuc. Per il futuro: per gestire i dischi nel modo corretto (l’ho dovuto cercare) dicono che si deve impostare la flagnofailall’fstab:UUID=[...] /bla/bla/bla ext4 defaults,nofail0 0. 😖Quelli di UNIX son dei pazzoidi. Per qualche motivo, se qualcosa va storto nell’avvio del sistema, e un disco aggiuntivo (non di boot eh) salta, allora bisogna fermare tutto, eccetto quando diversamente specificato… Ma poi, allo stesso tempo, quando nella shell UNIX (questo si applica a
sh,bash, e credo tutto il resto) un comando in uno script fallisce, allora (di default) l’esecuzione continua in uno stato pericoloso e inconsistente (quando invece, in qualsiasi linguaggio di scripting vero, se capita un errore non gestito, di default si ferma tutto). 😴Ad ogni modo, da quando ho il #server nuovo, appena un anno, onestamente downtime brutti così non ne ho mai avuti… a differenza del Raspino, che si era mezzo fuso, l’hardware di questo è bono. Resta l’inevitabile problema annuale che si verifica quando è il software a fare il cagaton, ed è in quel momento che si percepisce il danno della centralizzazione!!! C’è tipo una quindicina buona di servizi che uso lì sopra, di cui una buona parte usano anche altri, quindi se crolla qualcosa ci attacchiamo. Meno male che invece il sitoctt è statico, quindi me lo hostano GitLab e GitHub, e il Frittocto Misto è WordPress, quindi su Altervista sta…
Share this page from your fediverse server https:// ShareThis server does not support sharing. Please visit .
https://octospacc.altervista.org/2024/08/29/se-il-server-non-serve/
-
Der Proxmox Backup Server als LXC
In meinem Proxmox-Cluster habe ich eine Node, auf der ein Linux-Container als Proxmox Backup Server läuft.
#proxmox #backup #lxc #Container #pbs #Mountpoint #Fstab #Berechtigung #Linux
-
@Firesphere How's your volumes connected?
Assuming you're using #SMB/#CIFS binds, setting the 'nobrl' parameter in your #fstab mount instruction might bring remedy.
-
Messages sent by me to me 🤣