Skip to main content

All Questions

Tagged with
0 votes
0 answers
54 views

Can "File History" be backed up to an NFS-share?

My Windows 11 desktop mounts this particular filesystem using NFS -- it is not available as a Windows share -- as drive N:. When I specify N:\MyBackups as the destination in the "File History&...
Mikhail T.'s user avatar
5 votes
1 answer
3k views

Optimizing NFS share for many small files

I'm attempting to setup a file share system for a system where users are given access to ephemeral virtual machines to work on projects that read/write a large amount of small files. For example, a ...
Patrick Bell's user avatar
1 vote
1 answer
768 views

Why is NFS a lot slower than Samba in this case and can we make it faster?

I can't change much about the general setup, but try to do the best working with it: General Setup A .mdb backend Microsoft Access, for VBA, is placed on a computer. Other computers access that ...
Natan's user avatar
  • 123
0 votes
1 answer
1k views

Can't open a mount point folder which is within a NFS share

I have a raspberry pi. I have shared the /home/pi/ folder via NFS like this: contents of /etc/exports /home/pi *(rw,all_squash,insecure,async,no_subtree_check,anonuid=1000,anongid=1000) From ...
user11230's user avatar
  • 497
0 votes
1 answer
1k views

NFS mount based on user

I have a linux station (ubuntu 20.04) and I have a mountpoint /share (that is currently mounted as CIFS but I could also use NFS if needed). I’d like that two different users with local accounts, ...
gregseth's user avatar
  • 727
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
8k views

How to set different UID and GID for each NFS folder in Windows 10

I have two NFS servers running Ubuntu (server0, server1). My client is on Windows 10. The Unix accounts for this client on each servers have different UID and GID, it is something like 1002,1002 on ...
Clèm's user avatar
  • 171
0 votes
0 answers
849 views

NFS client creates file with incorrect permission on the Linux server

I have a Linux server with a NFS share. User1 and Group1 have rwx permissions to the folder. When I create a file on the Linux host as user1, it has the correct permissions. On the Windows machine, I ...
Mohammed Khawaja's user avatar
1 vote
1 answer
2k views

Which versions of Windows have NFS clients?

Which versions of Windows currently support mounting of Network File System (NFS) shares without the installation of 3rd party software? I know that Windows 10 Enterprise editions have always had an ...
andypea's user avatar
  • 121
1 vote
0 answers
235 views

Stale file handle on user mounted fstab defined share

I have a file server with a NFS server running. /etc/exports contains this line for the share: /mnt/datastorev2/data/<username> 192.168.20.*(rw,no_root_squash,no_subtree_check) 192.168.22.*(rw,...
Tarick Welling's user avatar
2 votes
0 answers
23k views

How to share a directory on a Linux machine to a Windows machine via NFS?

What are the full steps one needs to do to mount a directory from a Linux machine as a network drive on a Windows machine via NFS? Incomplete answer: Linux side: Install the NFS server and ...
Vladimir Panteleev's user avatar
0 votes
1 answer
128 views

How to share a folder on a computer behind a router to nodes outside the router?

I want to share a folder on a computer X to several other nodes, say A, B, C, which are on the same LAN. X is behind a router, and the router's IP address might change over the time (it's DHCP-...
leeyee's user avatar
  • 101
1 vote
0 answers
1k views

showmount -e nfs_server_hostname does not show all the available mounts for a client, but why?

NFS_Server is a DataDomain Client is RHEL 7.3 I run a below command to show available NFS shared for my client system from NFS_server, however, I do not see all the share available to mount. # ...
Hrish's user avatar
  • 85
1 vote
1 answer
171 views

What's the procedure of decompressing one large file in remote servers?

I've mounted a net drive into my local computer and there are several large compressed files (e.g., ~100Gb) stored in this net drive. If I decompress the file using WinRAR, it seems the decompressing ...
mining's user avatar
  • 233
0 votes
1 answer
6k views

Can I force NFS clients to map all user/groups to "nobody" on shared files?

I have just successfully set up a NFS client and server. I have just been surprised by NFS's willingness to handle UIDs unchanged between the client and server. For example, suppose these user names/...
spraff's user avatar
  • 2,228
1 vote
0 answers
4k views

Connecting to NFS Share with Windows 10

I'm using Windows 10 Pro and am trying to connect to my Linux NFS Share. I have enabled NFS Services, but when executing the mount command I get the following error message (in German): FEHLER - ...
Freggar's user avatar
  • 191
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

Accessing Linux NFS Shares using Windows Explorer

I have a Linux Machine (CentOS 6.4) using which I exported a NFS Share. I'm pretty sure that this is an NFS Share since I Created an entry in /etc/exports Ran the command exportfs -avr Now when I ...
Dhiwakar Ravikumar's user avatar
0 votes
1 answer
138 views

Is it possible to share files over multiple protocols?

If you have a (linux) server, is it possible to share certain files and folders using more than one protocol? For example, sharing a file over SMB and NFS. If it is possible, is this recommended? Or ...
Ruben's user avatar
  • 113
4 votes
2 answers
30k views

Mac OS X & Linux: mount_nfs: can't access /nfs: Permission denied

I have an Ubuntu 12.04 NFS server and I have an iMac NFS client running OS X 10.6.8. I believe I have everything set up properly, yet I still get this error on the Mac: mount_nfs: can't access /nfs: ...
MountainX's user avatar
  • 2,144
1 vote
1 answer
402 views

Install Microsoft SUA in Windows 8 Pro

Is there a way to install Microsoft Subsystem for UNIX Applications in Windows 8 Pro (I know it is included in W8 Enterprise). I need to mount NFS shares and would rather not rely on 3rd party ...
joaocandre's user avatar
2 votes
3 answers
17k views

I/O fails to nfs mount (occasionally) - server timed out

I have a Linux-based fileserver (ark) which exports a raid volume over nfs4. Sometimes when doing large copy operations, it will time out. [nathan@ebisu /mnt/extra/disk] rsync -a --progress . /mnt/...
Nathan's user avatar
  • 439
6 votes
2 answers
15k views

NFS Network path not found

I did setup a nfs share on my debian 7 server and been trying to mount it on a windows 7 machine. I've tried the following: C:\Users\David>mount \\192.168.178.240\backups Y: Network Error - 53 ...
David's user avatar
  • 63
2 votes
2 answers
3k views

NFS shares on OS X

I am trying to connect the NFS version 4 share on my Mac OS X 10.7 with no success: $ pwd /Volumes $ mkdir NFS $ sudo mount_nfs -o resvport,vers=4 192.168.0.1:/var/teterevkov /Volumes/NFS mount_nfs: ...
user avatar
1 vote
2 answers
489 views

Setting up a file share for a lab of Windows PCs with Samba or NFS

I am trying to setup a "shared drive" for our lab on a university campus. I installed Debian on a spare PC we have here and the "clients" are all using Windows 7 Professional. Ideally, they all want ...
Diego's user avatar
  • 11
1 vote
1 answer
2k views

mount Command Works, but fstab Version Fails - Samba Issue

I can mount a share with this command: sudo mount -o username=user,password=pass //192.168.5.227/share /mnt/share And in my fstab I have this line: //192.168.5.227/share /mnt/share cifs credentials=...
nicorellius's user avatar
  • 6,735
0 votes
0 answers
233 views

NFS won't allow access to mounted media

I'll explain it here, but I have this problem, for which the solution that user received doesn't fix my problem satisfactorily (sshfs) The problem is that I would like to share my /media folder over ...
EricR's user avatar
  • 493
0 votes
1 answer
1k views

CIFS (Windows Share) or NFS for Windows directory share

I have a (Virtualized) Linux server which I'd like to backup regularly. The rest of our environment is Microsoft and our backup solution (ArchiveIQ) runs only on Windows - there are no Linux clients. ...
swasheck'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
5 votes
3 answers
666 views

Connecting one Linux host's filesystem to the other in a way that tolerates network interruptions

I have two Linux hosts (both running Ubuntu 10.04) and I want one of them to have access to part of the filesystem of the other. I.e. I want remote1 to be able to access the files of remote2:/home/...
davidA's user avatar
  • 372
2 votes
3 answers
6k views

How to use Client for NFS on Windows Vista?

I've installed "Client for NFS" on my 32-bit Windows Vista Ultimate. However, I can't find it in the start menu, and can't find any documentation on how to use it. How do I connect to a NFS share ...
netvope's user avatar
  • 5,345
0 votes
1 answer
1k views

Using Full Access NFS Shares

I am currently trying to set up a small network in which my first computer has a NFS share going to three other computers. I have been able to set up this share correctly, however I am having problems ...
Michael D's user avatar