Skip to main content

Questions tagged [fstab]

/etc/fstab is the configuration file which contains the information about all available partitions and indicates how and where they are mounted.

0 votes
1 answer
22 views

WSL: Processing fstab with mount -a failed

When entering in my archlinux WSL with the command wsl -d Arch after a fresh install, (I completed a base install of arch linux in virtualbox. By exporting it as a compressed tar file, transferred it ...
Debajyati Dey's user avatar
0 votes
0 answers
17 views

systemd-remount-fs randomly fails with "mount: /: mount point is busy."

I recently switched to a read-only root filesystem using Yocto (Kirkstone version) and use the Yocto volatiles feature to keep some directories writable - for instance the entire /etc, /home, etc... ...
ramacassis's user avatar
0 votes
0 answers
32 views

Disk mounts but when using fstab gives: mount: wrong fs type, bad option, bad superblock

Background This might not be pertinent: I installed a newly downloaded iso of fedora server 40 on an ssd and began to configure. So far so good. One of the things we've found about ssds is they live a ...
Richard T's user avatar
  • 224
0 votes
1 answer
62 views

Duplicate entry in /etc/fstab

what should I do with the fstab, when I use a bind on a mounted device? /etc/fstab: UUID=1b8076d1-fe24-4027-b182-2a888bb367a7 /opt/wazuh-Logs ext4 defaults 0 0 /var/ossec/logs /opt/wazuh-Logs none ...
Steffen's user avatar
0 votes
1 answer
50 views

Have drwxrwxrwx permissions on folder, but after mounting to it it becomes drwxr-xr-x which disalows members of the group to write. How do I fix it?

I have a folder under /mnt/ with drwxrwxrwx permissions and under root:root I then mount a USB drive (exFAT) to this folder and it becomes drwxr-xr-x The issue is that now I cannot scp to that folder ...
Duxa's user avatar
  • 103
2 votes
1 answer
88 views

fstab, mountpoint - what did I miss?

I can't figure out what I'm missing or done wrong. lsblk dose not show the mount points(?) NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 1.8T 0 disk └─sda1 8:1 ...
Arelius's user avatar
  • 73
2 votes
2 answers
118 views

CIFS fs does not wait for network despite _netdev?

I am running a Debian12 with systemd. The server's network is configured through (fixed lease) dhcp. I am trying to mount a CIFS remote filesystem on boot. So I added the follwoing entries in /etc/...
Christian's user avatar
0 votes
1 answer
75 views

Force reboot if `fstab` mount fails instead of going to emergency mode

I have a fstab with read-only root-fs and also a rw /var mounted on a USB reader with a µSD in it. Sometimes at boot time system fails to mount /var.  It looks like the system cannot find the ...
kaptan's user avatar
  • 307
0 votes
0 answers
15 views

Mount distant volume at startup with $ in the distant volume path

I can mount a distant volume using: sudo mount -t cifs -o username=username,domain=domain '//nasaddress/home$' /mnt/point I would now like to mount the volume at startup so that is shows up in the ...
Liris's user avatar
  • 101
1 vote
1 answer
154 views

fstab and systemd automount overlay

On an embedded device based on Yocto Linux my rootfs is RO, while I have an additional partition for RW data. Now I want to automount at boot an overlay onto /etc stored on a different partition. Here ...
Martin H.'s user avatar
  • 181
0 votes
0 answers
26 views

Umask questions in mount [duplicate]

I have a question regarding 'umask.' I have an extra disk on my Linux system, and I want it to mount during startup with the same permissions as '/home.' For example, my '/home' has these permissions: ...
Josué Suptitz's user avatar
1 vote
0 answers
64 views

Arch Linux RAID working, but won't mount on bootup. Bootup broken now

I have a headless server running Arch and sharing a software RAID. After what looked to be a successful system upgrade, bootup now fails due to a timeout when trying to load the RAID. I get the ...
JT_24's user avatar
  • 11
2 votes
1 answer
129 views

Building redundancy by creating multiple nfs mounts to a single location

I have been managing a small local Linux cluster for my lab, consisting about two dozens of Ubuntu Linux servers - half of those are headless servers (rack/tower), and the other half are used as ...
FangQ's user avatar
  • 123
0 votes
1 answer
153 views

Files created by user in a mounted partition show root as owner

I have a dual boot system (Windows 10/Archlinux) and I have created a NFTS partition which is mounted at startup via /etc/fstab so I can access it from both OS'es. The fstab file shows that the ...
JulioOAO's user avatar
0 votes
1 answer
296 views

Reboot into `initramfs` after altering partition table

Problem Overview I recently upgraded my remote server contract with IONOS, increasing my hard drive space from 8GB to 80GB. I have an Ubuntu OS running bash. I then went about extending my working ...
user10709800's user avatar

15 30 50 per page
1
2 3 4 5
56