Questions tagged [mount]

Mounting is the concept of attaching a file system to a computer for access.

A mount is the process of attaching a file system to a computer so that it can be accessed. Depending on the operating system, a mount could be local or remote, via a network, read-only or read-write, or many other options.

1212 questions
0
votes
1 answer

umount of logical volume failing during shutdown

In my system, multiple logical volumes are created, mounted and /etc/fstab entries are added after systemd starts up. When system is rebooted for the first time, during shutdown many umount failures are observed. Interestingly, in subsequent…
m.divya.mohan
  • 333
  • 1
  • 6
0
votes
0 answers

automatic mounting of encrypted zfs dataset

As a newbie to zfs, I am having trouble getting an encrypted dataset mounted during boot. The dataset is protected with a raw key and not a passphrase. This is how I created the zpool and the dataset: # zpool list no pools available # zpool create…
th0masrad
  • 43
  • 4
0
votes
1 answer

NFS bind mount directories have same filehandle

I have the following exports /exports/nfs 192.168.1.0/24(fsid=1234,sec=krb5p,rw,no_subtree_check,root_squash,crossmnt,async) /exports/share 192.168.1.0/24(fsid=2345,ro,no_subtree_check,all_squash,crossmnt,insecure) Both of these…
0
votes
0 answers

How to bind mount /sys/kernel/debug with systemd-nspawn?

--bind /home bind mounts /home, but --bind /sys/kernel/debug only leads to an empty directory. Any other options needed? Thank you!
Martin
  • 1
0
votes
0 answers

Shebang = how to verify source/target file mounted via --bind

On a router (busybox) I'm limited to shebang. On devices like these relaying on squashfs and flash storage it's common practice to mount --bind files from USB/CIFS/JFFS onto a file provided by the squashfs (and expanded in RAM). e.g. mount --bind…
rs232
  • 105
  • 1
  • 10
0
votes
1 answer

Copied data to LVM-Thin pool by mistake

I'm here today because of a big mistake that I have made. I created an LVM-Thin data pool (and not on a LVM-Thin LV) on my Proxmox server and (don't ask why) ran a mkfs.ext4 on the pool then mounted it on my local node. After that I copied a bunch…
Hidd
  • 3
  • 2
0
votes
1 answer

Input/output error while trying to mkdir in VM at the mounted location of GCS bucket

I m using gcsfuse in my VM in order to mount with google cloud storage bucket. while running the command "mkdir" as a root user in the mounted location, i am getting the error as below. mkdir: cannot create directory ‘243’: Input/output…
0
votes
0 answers

Why is existing RAID1 boot array not working in new PC

This question maybe related to this: https://askubuntu.com/questions/1347710/disappeared-raid-1-array-after-replacing-motherboard I created a software RAID1 array with 2 SSDs on an HP Z800 and configured it as my boot device. Everything worked.…
Ben
  • 123
  • 6
0
votes
0 answers

Cannot mount EBS made using another EC2 instance

I previously made an Amazon EC2 instance and stored some data onto an elastic block storage volume (150 GB sc1). I have since detached the volume and attached it onto another EC2 instance. However, when I try to mount the volume I get the following…
0
votes
0 answers

Error 'mount options("") should have at least 2 options' in Kubernetes Pod when creating and mounting nfs volume

We have a kubernetes cluster with one linux master node and two windows worker nodes. To make this work we are using flannel. The nfs is running on the linux master node (but not inside kubernetes). Kubernetes version is v.1.25.5. When creating a…
0
votes
0 answers

docker bind mounts sometimes empty

I am using a docker container with this definition: webserver: image: ghcr.io/paperless-ngx/paperless-ngx:latest volumes: -…
henfri
  • 1
0
votes
1 answer

NFS re-export between VPN-connected servers

I have two Linux NFS servers on two locations (two different networks), each providing at least one NFS share. Those servers are connected through VPN and each other NFS is mounted to folder on each other (per example below SrvA's /foo folder is…
hemmond
  • 1
  • 1
0
votes
0 answers

How do I remount /home as the ec2-user in Ansible?

I can manually remount /home as the ec2-user by executing these three lines: $ cd / $ exec sudo -i # mount -a How do I do this in Ansible without rebooting? Edit: /home is on a separate volume. No other users are on the box. The cd / removes usage…
wirelessben
  • 77
  • 2
  • 7
0
votes
0 answers

NTFS directory listing missing

A directory on an NTFS partition no longer lists its contents, but the files are still there if I can remember their full names. Is there a way to get the directory listing working again? I caused the breakage by (stupidly) yanked an external disk's…
Smylers
  • 155
  • 6
0
votes
1 answer

Why does fsck not working when I try to repair the filesystem

I try to mount /dev/nvme0n1p1. Disk /dev/nvme0n1: 465.76 GiB, 500107862016 bytes, 976773168 sectors Disk model: Samsung SSD 980 PRO 500GB Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O…
CrazyDuck
  • 1
  • 3