mount-point Questions
4
Is there any way to mount a named volume as a non-root user? I am trying to avoid having to run a chown in each Dockerfile but I need the mount to be writable by a non-root user to be able to write...
Tautonym asked 19/9, 2016 at 3:19
7
I am trying to add nodev to my /etc/fstab file. I am using the Ansible command below but with no luck. My issue lies with the regular expression, I'm not a pro at regex.
- name: Add nodev to /etc/...
Kaufman asked 22/9, 2014 at 15:9
6
Solved
I have successfully been able to share folders between a docker container with volumes using
docker run -v /host/path:/container/path ...
But my question is what the difference between this and ...
Grassgreen asked 14/8, 2014 at 15:14
3
Solved
I have the following yaml:
volumeMounts:
- name: app-secret
mountPath: /app
readOnly: true
volumes:
- name: app-secret
secret:
secretName: app-secret
items:
- key: app-secret.json
path:...
Homogeneous asked 19/7, 2019 at 2:36
1
Solved
Bindfs doesn't work for folder inside "/proc"...
[root@some_host some_folder]# bindfs --map=root/<MY_USER> "/proc/<SOME_PID>/<SOME_FOLDER>" "/home/<MY_USER>/<SOME_FOLDER...
Addieaddiego asked 29/3, 2018 at 21:56
2
Solved
If the wording of the question is wrong, please let me know. It might explain why I can’t find an answer.
I want to find the usage on my main disk using a command like:
du -sh /*
The problem...
Lifesaving asked 17/5, 2016 at 22:6
1
I want to know where all mount points are stored; i.e. under any specific directory?
I want to be able to list all the existing mount points using a C Program. Which system call or function should...
Axolotl asked 2/5, 2012 at 10:43
1
Solved
I'm mounting a remote drive locally (see User/password problems with GetVolumeNameForVolumeMountPoint() (Windows remote drive mount?))
QUESTION: What is the difference between WNetAddConnection2()...
Spectroscopy asked 2/7, 2011 at 12:15
2
Solved
From a Vista workstation, I have an attached XP Embedded computer on which I want to programmatically mount a volume locally (e.g., mount the XP Embedded \\MyXPEmbedded\C:\some\path\ to the Vista w...
Peachy asked 22/6, 2011 at 22:28
1
© 2022 - 2024 — McMap. All rights reserved.