Skip to main content

All Questions

Tagged with
0 votes
1 answer
50 views

NFS4 Client rpc Calls different count of calls for same command

I have a couple of ubuntu servers on a virtual environment (Ubuntu 16.04 + 22.04 on vmware). There is a NFS Mount to a NFS Share which is in a different Network. Now if i execute any command to this ...
nussi's user avatar
  • 1
0 votes
0 answers
739 views

How do permissions work when SMB sharing NFS mount?

I have setup a server jellyfin (runs jellyfin) that stores all media on a separate hdd that is available via NFS share from my local PC. This works as intended but since NFS is direct attached its not ...
Daniel's user avatar
  • 375
0 votes
1 answer
107 views

Pasting does not work in Network share

i have a weird problem on my Ubuntu 20.04.1 Notebook. I can write in shares from my server but i can't paste. That means i can create a new folder or file but the paste button with right-click is ...
Kage's user avatar
  • 1
1 vote
1 answer
546 views

unusually high network usage from nfs

After a recent update to my ubuntu 20.04 server, my website started behaving badly. Pre-update, it would respond in less than a second. Post-update, it would respond in a few minutes. After digging ...
PaulProgrammer's user avatar
1 vote
2 answers
10k views

NFS mount command failed: Permission denied

I am working on an embedded board, running embedded Linux on it. I want to mount the directory from my Linux Host machine (Ubuntu 20.04) to my embedded board. As per the document shared with the board,...
beparas's user avatar
  • 123
2 votes
1 answer
7k views

NFS Permission Denied when mounting from WSL

I'm trying to mount a NFS folder in WSL2 Ubuntu 20.04 sudo mount singularity:/srv/Storage /mnt/storage -v But it gives me an error mount.nfs: access denied by server while mounting singularity:/srv/...
cclloyd's user avatar
  • 812
2 votes
1 answer
15k views

How to debug nfs client connection timeout?

I have 1 nfs-server(10.192.244.109) & 2 nfs-client there. On one client, both ok to mount the nfs-server directory with v3 & v4, while on another client, it's only ok to mount the nfs-server ...
atline's user avatar
  • 123
0 votes
0 answers
455 views

NFS - Access denied by server when mounting external drive

I have a fileserver and want to share an external HDD connected to the fileserver with my clients using NFS. I'm already sharing a few internal HDDs set up with ZFS shared to my hosts and they are all ...
Fish's user avatar
  • 1
6 votes
2 answers
21k views

How to mount an NFS share on WSL2?

How can I mount an NFS share from WSL2 on Windows 10? sudo mount -t nfs 192.168.1.101:/mnt/tank /mnt/tank fails with mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: ...
Jacob Pavlock's user avatar
2 votes
1 answer
847 views

NFS mount shows with df -h but directory is not there

I am trying to sort out autofs issues by manually mounting from an Odroid HC1 server running OpenMediaVault 5 to an Odroid XU4, both running Ubuntu. When I do: sudo mount -t nfs HC1:/export/work /...
odroidnewbie's user avatar
-1 votes
1 answer
451 views

How to set up NFS server on Ubuntu 20.04.2?

On [master]: NFS server Install > sudo apt-get install nfs-server > sudo apt-get update > sudo mkdir /mirror > sudo gedit /etc/exports > /mirror *(rw,sync) // write this line inside ...
alex's user avatar
  • 1
0 votes
0 answers
191 views

I cannot mount nfs

I have a development board with my own Linux distribution created using Yocto Project and a laptop with Ubuntu. I would like the development board to be a server and the laptop to be a client. On the ...
user6758's user avatar
2 votes
0 answers
2k views

How to properly mount an NFS share in Linux?

How to properly mount an NFS share in Linux? I have a Synology NAS which I use to share a shared folder on my local area network. I want to mount this folder on my Ubuntu desktop computer using NFS ...
Ratatosk's user avatar
1 vote
0 answers
920 views

/etc/nfs.conf equivalent for Debian/Ubuntu

What is the reason for /etc/nfs.conf not in Debian/Ubuntu? There are /etc/default/nfs-kernel-server and /etc/default/nfs-common, but they aren't the same. They're used by /usr/lib/systemd/scripts/nfs-...
pevik's user avatar
  • 592
0 votes
0 answers
245 views

Ubuntu: Unable to mount NFS share

I have an NFS share and an iSCSI target on my NAS. I'm trying to mount either of them on my Ubuntu 18.04 VM. I'm using Hyper-V for the hypervisor. I can connect to both the NFS and iSCSI on the ...
user316114's user avatar

15 30 50 per page