Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

I have a nfs4 server where the uids of two users are flipped against the client. (Both machines are running debian trixie) server name=jupiter karl 1000 alice 2001 bob 3001 client name=saturn ...
Impatient Hippo's user avatar
1 vote
1 answer
81 views

If a directory contains broken or unresponsive mount points (for example, FUSE or NFS mounts), standard tools like file managers, or even a simple ls from the command line, can hang forever when ...
Jens Harms's user avatar
0 votes
0 answers
112 views

moodle version 3.6.2, php 7.2 nts, Windows I using task scheduler for running cron daily, when i check on moodle scheduledtasks I notice the task completion_regular_task is stuck ( when i run on web ...
Blackarch's user avatar
0 votes
0 answers
62 views

I am building an image and storing it in a MinIO storage mounted on NFS. Each image is stored in a folder created using a unique sha256 hash when it is created. The problem is that the image is ...
Jennie's user avatar
  • 1
0 votes
0 answers
46 views

I’m observing unexpected behavior when using subPath in a Kubernetes Pod’s volume mount. Pod Definition: apiVersion: v1 kind: Pod metadata: name: my-pod spec: containers: - name: main-container ...
Sathwik Matsa's user avatar
0 votes
0 answers
67 views

Thanks so much in advance, After a graceful restart of nodes, I'm experiencing an unusual access denied error on the pvc used for llm model cache stored on a local-nfs storage class. Warning ...
texasdave's user avatar
  • 786
0 votes
1 answer
759 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
0 votes
1 answer
299 views

I've a Cloud Run service where I mount two volumes from a VM implementing an NFSv4 server. It's very simple and straightforward, no fancy config. The VM and the CR service are on the same subnet, ...
Maxxer's user avatar
  • 1,107
0 votes
1 answer
317 views

I'm trying to set up an NFS based persistent volume for a Kubernetes cluster, I have the mount points created and the shares mounted to the clients which are configured to mount at boot: example of ...
Archvirus's user avatar
1 vote
1 answer
57 views

I'm trying to run install4j-produced launcher scripts on various different Linux servers (CentOS 9), each of which has it's own custom JRE installed in the software's home directory, but all of which ...
Peter Hollemans's user avatar
0 votes
0 answers
101 views

I want to mount nfs share in my docker compose, but the documentation is lacking and I cant figure out how to do it corectly. This is my compose.yaml file: services: duplicati: image: lscr.io/...
Waflan's user avatar
  • 1
1 vote
1 answer
196 views

Test program: #include <fcntl.h> #include <unistd.h> #include <string> #include <stdexcept> #include <cstring> #include <iostream> int main(int argc, char* argv[]) ...
Mingfei Gao's user avatar
1 vote
0 answers
65 views

I'm trying to use RPC calls to perform a NFS mount on a Rocky 8 distro, running in VirtualBox on a Windows host. I have the following set in my /etc/exports: /nfstest *(rw,sync,no_root_squash,...
Robert Joseph Dacunto's user avatar
0 votes
0 answers
449 views

I can't mount volumes using any sec=krb5*. sec=sys works fine Machine 1 (M1): nfs-kernel-server/Kerberos [openSUSE] [192.168.2.255] (Yes it's .255 it's a /23 network) Machine 2 (M2): Client [Debian] [...
fpc7063's user avatar
  • 543
0 votes
0 answers
56 views

I have set up NFS using AWS Storage Gateway and File Share on a Mac environment. When using a specific program to create 0byte files on this NFS, if a file with the same name already exists, the ...
derick-park's user avatar
0 votes
0 answers
139 views

Running Dask Scheduler on system A and workers on system A and B. NFS volume from system A is shared on the network through NFS with system B, and contains the data files. This folder has a symbolic ...
Steffan's user avatar
  • 556
0 votes
0 answers
95 views

I have a program that at some point uses the mv command to move a pattern matching of files from one folder to another. mkdir tmpdir mv /path/to/files/pattern* tmpdir The folders /path/to/files and ...
Chris's user avatar
  • 13
0 votes
1 answer
333 views

I have configured the EMC simulator for NFSv4 ACLs by connecting to the AD. The nfs4_getfacl command seems to be working for me-: sudo nfs4_getfacl * # file: dir00 A::OWNER@:rwaDxtTnNcCy A::GROUP@:...
Ankush's user avatar
  • 71
1 vote
1 answer
906 views

I'd like several users to share downloaded models, such that when any of the users downloads a model, e.g. using tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM....
dimid's user avatar
  • 7,729
1 vote
0 answers
454 views

I'm trying to mount NFS inside Podman rootless container. I tried several method with/without CAPS and security profile parameters. Unfortunately, mount works only, if Podman is run as root. I'm spent ...
Farfax's user avatar
  • 15
1 vote
0 answers
124 views

I'm developing a bash script for a project involving NFS (specifically NFS3 and NFS4), aimed at managing critical sections. The script must efficiently handle over a thousand concurrent processes ...
0x90's user avatar
  • 41.4k
1 vote
0 answers
30 views

I have an nfs share mounted on both Windows and Linux both, I created a folder named "PRàjààjààjà" from Windows file explorer. When I do "ls /SomeFolder/MountedDir" in linux I see ...
chandan's user avatar
  • 11
2 votes
1 answer
15k views

I am struggling to understand the advantages and disadvantages for VolumeClaimTemplates versus predefined PVs/PVCs and standard Volumes. We have StatefulSet A that comprises a couple hundred pods, ...
derpyTerp's user avatar
0 votes
1 answer
77 views

We wanted to seperate NFS Shares for 2 envs of web application. I mount NFS share to pod in deployment yaml. volumes: - name: data nfs: path: /path/to/share server: x.x.x.x it always mounts the old ...
Yigit Demiralp's user avatar
0 votes
1 answer
403 views

I'm migrating a system from an Odyssey Blue to a Jetson Nano 4gb. On the Odyssey Blue I could mount an NFS device with the following entry into the /etc/fstab file: <server>/mnt/path/to/target /...
Bill Armstrong's user avatar

1
2 3 4 5
28