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
1 vote
1 answer
556 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
11k 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
2 votes
1 answer
854 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
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
927 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
202 views

Ubuntu connecting nfs4 client with minor version 0

I am trying to connect NFS client in Ubuntu server 18 and force it to use minor version 0 so the NFS will be of 4.0. I am trying to use: sudo mount -t nfs4 -o minorversion=0 server_ip:shared ...
yoavba's user avatar
  • 101
1 vote
1 answer
3k views

Linux command "which" doesn't locate executable files on NFS path under Ubuntu

I noticed the Linux shell command 'which' does NOT show an executable file although it is alredy on the search path. More specifically, my $PATH includes '~/.local/bin'; an executable file is ~/....
Lin's user avatar
  • 13
6 votes
1 answer
8k views

Terminal hangs when mounting/doing showmount

I am creating a NFS share. I've configured the NFS server and also the NFS client. My share was working perfectly fine until yesterday and now I found out it doesn't work. I redid all the steps of ...
Lublaut's user avatar
  • 181
2 votes
0 answers
601 views

NFS mount is readonly after NFS server reboot

I have mounted nfs drive on /data, but even root user can not write to it. On nfs server I can easily read and write but any client can't. That started when nfs server went down for few minutes. /etc/...
Matjaž's user avatar
  • 221
5 votes
2 answers
6k views

Using NFSv4 ACLs on Linux

I have successfully set up an NFSv4 client and server, roughly following the guide at Setting Up NFS HOWTO. Both are running Ubuntu Linux 14.04. This is a small test environment without complicated ...
Jonathan's user avatar
  • 191

15 30 50 per page