Skip to main content

All Questions

Tagged with
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
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
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
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