Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [nfs]

Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client computer to access files over a network in a manner similar to how local storage is accessed.

2 votes
1 answer
5k views

Undeletable file in RedHat Linux

There is a file under my home area that I cannot delete. When I do an ls -al on the directory, the permissions are ?--------- and there is a ? for user, group, size and date columns. When I attempt to ...
steveo225's user avatar
  • 307
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
9k views

How to setup nfs share for users with write permissions

We used ubuntu linux on desktops with ldap authentication. Both on server and clients we have identical users and groups. I've setup nfs server with public share, which should be available for all ...
vskubriev's user avatar
  • 121
2 votes
1 answer
17k views

NFS mount in windows XP [closed]

Does anybody have any experience mounting nfs on win xp? I know that it works on Win 7 (and it is a new feature).
Ali's user avatar
  • 1,508
2 votes
1 answer
11k views

Mounting NFS in Cygwin

I successfully managed to mount an NSF export at a local folder as a mount point. I can type ls and see the remote content. However, I do not see any remote files in Explorer - It is blank. What am I ...
Lord Loh.'s user avatar
  • 1,014
2 votes
2 answers
2k views

NFS from MacOS to Centos in virtualbox

I'm trying to share files from my Mac to a web server hosted in VirtualBox running Centos. Mac I've created the file /etc/exports. It has the following line /Users/jason/projects -alldirs -network ...
JasonM's user avatar
  • 21
1 vote
1 answer
7k views

How to see connection attempts rejected by firewall in real time?

I am struggling to create an NFS mount from my Mac to a Ubuntu server (the mount works if I do it locally on the server to itself, so I'm confident the issue is network related), and I need to have ...
HomerPlata's user avatar
1 vote
1 answer
598 views

autofs mounts in parent directory

For many years I have a problem with autofs, now. I thought there was a bug in the autofs version in my repository. Unfortunately, even after several system as well as distribution upgrades covering ...
Chickenmarkus's user avatar
1 vote
1 answer
6k views

Changing file and folder ownership from root?

I created a folder structure as root and now need to transfer ownership to an ordinary user. This question is linked to this one - Providing permission to specific user to access NFS share I have a ...
siliconpi's user avatar
  • 2,777
1 vote
1 answer
2k views

How to remove a volume that is linked to a disconnected network drive

I have a disconnected network drive that is linked to a volume (N:). It used to be linked to an NFS share on 127.0.0.1\data (using WinNFSd), but I didn't need it anymore. I am trying to remove it, ...
coolcat007's user avatar
1 vote
2 answers
1k views

How to Access `/dev` From Inside a `chroot` Jail?

     How can one access /dev from within a chroot jail? I'd like to know how to do this on OS X v10.11.5 'El Capitan,' in particular. I've already tried to create an ...
RandomDSdevel's user avatar
1 vote
1 answer
2k views

Add-WindowsFeature FS-NFS-Services "the name was not found"

I have a fresh installation of Windows Server 2012 and need to create a NFS share. Using these instructions: PS C:\> Import-Module ServerManager this works ok - I'm returned to the prompt. ...
a coder's user avatar
  • 483
0 votes
1 answer
2k views

Can't mount NFS from within WSL2 Ubuntu 22.04

I'm trying to mount an NFS share from within WSL2 running Ubuntu 22.04. This works fine on native Ubuntu. I edit /etc/fstab to add: 172.16.0.113:/mnt/share/yocto-cache /home/tom/cache nfs ...
parsley72's user avatar
  • 1,054
0 votes
0 answers
102 views

Is there a way to create a multipart archive in multiple sessions?

I have a remote machine, where the space is very limited (~15GB free) I have an NFS share mounted on this VM, the size of the share is ~600GBs. The NFS share has lightning-fast access from this ...
NS Gopikrishnan's user avatar
0 votes
1 answer
5k views

Providing permission to specific user to access NFS share

I have two machines between which I need to share a folder. On server1, I have the user 'appuser' that needs to access (read/write/delete) on this share. On server2, 'root' accesses this share and ...
siliconpi's user avatar
  • 2,777

15 30 50 per page