Skip to main content
0 votes
2 answers
193 views

I want to mount an APFS snapshot using code running on macOS, using the equivalent of this tool invocation: mount_apfs -o ro,nobrowse -s snapshot_name snapshot_volume destpath As there's no ...
Thomas Tempelmann's user avatar
0 votes
0 answers
42 views

I'm working on a directory-level snapshot feature based on a file system, where a snapshot of a directory is recorded by an inode, and I want to implement how the snapshot sharing mount should be ...
yourfriendccy's user avatar
0 votes
0 answers
99 views

I'm running into an NFS mounting issue. We're running a DevOps build pipeline in GitHub Actions where we need to mount a shared file system using NFS version 4.1. We have multiple pipeline instances ...
guogbonn's user avatar
0 votes
0 answers
42 views

I have a gitlab-ci.yml which builds a project and should deploy it to a windows share, but the second stage where I mount a windows share does not work inside my runner. I have a windows machine with ...
Vario's user avatar
  • 530
0 votes
1 answer
82 views

When running a container in my Jenkins CI like this: image.inside('-v /build:/build:rw') { body() } the default Jenkins workspace, which in my case is /home/jenkins/workspace/kevin is being ...
Kevin Nammour's user avatar
0 votes
1 answer
73 views

I have 2 environments, Staging & Production. Both using the exact code, but one environment can read the contents within the file, while other cannot. I can see both FileInfo using 2 codes: Python:...
Dan Wang's user avatar
1 vote
0 answers
32 views

I am developing an application in React with TypeScript where I use the Google Maps API through the @vis.gl/react-google-maps library. The Google Maps API seems to load correctly the first time I open ...
Angel Villarruel's user avatar
0 votes
1 answer
94 views

Does Mountpoint-s3 allow recursive directory deletion when mounting a directory bucket? If Yes, will deleting a directory trigger a single request to delete, or multiple requests to traverse and ...
砸石头的西西弗's user avatar
0 votes
1 answer
780 views

I have two Ubuntu machines, one serving as an NFS server (Machine A) and the other as an NFS client (Machine B). I have configured the NFS server on Machine A as follows: On Machine A: Installed the ...
pkthapa's user avatar
  • 1,091
-4 votes
1 answer
166 views

How do I mount a Windows server file share in MacOS in python? An error results from this code (MacOS Sequoia, Windows Server 2022, VSCode, python 3.12.6): from contextlib import contextmanager import ...
fip's user avatar
  • 63
0 votes
2 answers
240 views

I want to mount the path /data/nextcloud_data/Dokumente into my docker. docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 78690b704594 ghcr.io/paperless-ngx/paperless-ngx:...
user2032654's user avatar
0 votes
1 answer
265 views

Lately I was searching on the internet for a solution for an issue we are having in our company. We use AutoFS to mount NFS paths to our working machines (For example, home dirs), so it only mounts ...
leoneli61's user avatar
1 vote
0 answers
624 views

I have a Windows 11 System which runs Paperless-ngx on Docker and WSL and a Docker Volume as storage. Additionally I use Portainer for Docker UI. So far this setup works without problems. Now I have a ...
Jens's user avatar
  • 271
0 votes
1 answer
70 views

I am a beginner in Docker. I have a basic node app project "node-bind-mount-demo" on the below path on my local machine. C:/Acer/Desktop/Docker_Demo/node-bind-mount-demo This project ...
jazz's user avatar
  • 3
0 votes
1 answer
71 views

I'm building a system based on buildroot (2024-02), init (busybox) and Raspberry-pi CM4. The "home-made" application shall not give any prompt to login, so I auto-start my application from ...
perre's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
117