Skip to main content

Questions tagged [nfs]

nfs (Network File System) created by Sun Microsystems. NFS allows a client system to access network files as if local.

0 votes
1 answer
41 views

I have a Raspberry with a nfs running and I could mount it on my laptop with openSuse without any problems but after setting up the laptop (no changes on Raspberry) with Kubuntu, the mount gets stuck. ...
Clemens Passeck's user avatar
-2 votes
0 answers
46 views

I have configured autofs for nfs mount cat /etc/auto.nfs nas -nfsvers=4,sec=krb5p,soft,retry=0,retrans=2,timeo=100 nas:/ slack64 -nfsvers=4,sec=krb5p,soft,retry=1,retrans=2,timeo=100 ...
elbarna's user avatar
  • 14.5k
0 votes
0 answers
95 views

I have 19 CentOS Linux virtual servers for a specific solution. These servers are distributed in three network areas, C, D, S. The NFS server is located in zone S and is configured to exposie a share, ...
user avatar
0 votes
1 answer
95 views

I want a small local filesystem to use for testing the NFSv4 ACL logic that I am using with a proprietary filesystem. Ideally it wouldn't actually be using NFS, because exporting and mounting from the ...
Migwell's user avatar
  • 497
1 vote
1 answer
109 views

I have a dataset on my NAS (TrueNAS) which I share to a Linux system via NFS (v4) and my Windows PC via SMB (v3). This works fine, however when I change a file on my PC it takes between 20 seconds up ...
Mikelo's user avatar
  • 111
0 votes
0 answers
87 views

I am curious about the behavior of Virtual Machine. Environment There are two computers. 192.168.180.10: NFS Server Rocky Linux 9.6 192.168.160.30: VDSM Host (NFS Client) Rocky Linux 9.6 VDSM ...
TyeolRik's user avatar
  • 101
2 votes
0 answers
902 views

My mac is exporting an NFS file system, as best I can tell. showmount -e on the mac shows an export. ➜ infrastructure git:(bim-typo) showmount -e Exports list on localhost: /Users/bensonmargulies ...
bmargulies's user avatar
0 votes
1 answer
73 views

I am running VMware Workstation 16 Pro on my W11 PC. I have several VMs, including a Ubuntu 22.04.4 LTS VM, and a Solaris 10 VM (sadly still needed for legacy projects). I need to allow the Solaris VM ...
Brie's user avatar
  • 111
1 vote
3 answers
1k views

I have an NFS server installed on my PC running KDE Neon (24.04). I installed it so that I could share a folder to a Windows 11 tablet. It worked well, and I was able to create a persistent mount on ...
Rick Knight's user avatar
0 votes
0 answers
69 views

I'm exporting a filesystem from Ubuntu 22.04.5 via /etc/exports: /mnt/exportTest/ 192.168.129.8(rw,async,no_root_squash) and mount this filesystem on OpenBSD 7.7 in /etc/fstab: 192.168.130.2:/mnt/...
Thomas P's user avatar
0 votes
0 answers
49 views

In my current setup, I have two machines serverA and serverB in different geographical areas. serverA has a limited amount of persistent memory (~256GB), while serverB can be considered to have enough ...
Quentin's user avatar
  • 25
0 votes
0 answers
45 views

I am trying to mount a QNAP NAS on a computer with this command (hostname masked): sudo mount -o rw,nosuid,nodev,bg xxx.xxx.xxx:/Public /mnt/nas1 and it produces this error: mount.nfs: mounting xxx....
Colin's user avatar
  • 101
2 votes
2 answers
168 views

I'm trying out RDMA on NFS and noticed that it does not seem to work with NFSv4: [grant@host ~]$ sudo mount -t nfs -o rdma,proto=rdma,vers=4 10.99.99.98:/ifs/rdma-test /mnt/powerscale_rdma mount.nfs: ...
Grant Curell's user avatar
0 votes
1 answer
233 views

I have set up on my laptop a systemd mount and automount unit to mount a NFS share on demand. Naturally, this works as long as I am in the same network as the NFS server. If I leave my home network, ...
THX's user avatar
  • 327
0 votes
0 answers
212 views

I have a rather unique setup: Proxmox setup with 2x fileservers (Debian 12), running DRBD for redundancy, XFS as the main data filesystem and then an NFS share set up for our 6 node cluster to access. ...
Mike Manning's user avatar

15 30 50 per page
1
2 3 4 5
74