Page 43 of 53 FirstFirst ... 334142434445 ... LastLast
Results 421 to 430 of 521

Thread: HOWTO: NFS Server/Client

  1. #421
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HOWTO: NFS Server/Client

    @red71

    Did you try without the two "0"s at the end? I don't have those in my fstab.
    No longer participating......

  2. #422
    Join Date
    Feb 2010
    Beans
    9

    Re: HOWTO: NFS Server/Client

    Removing the 0 0 doesn't change anything.

  3. #423
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HOWTO: NFS Server/Client

    What response do you get if you type the following:
    Code:
    mount
    
    and
    
    sudo mount -a
    in a terminal
    No longer participating......

  4. #424
    Join Date
    Feb 2010
    Beans
    9

    Re: HOWTO: NFS Server/Client

    Adding auto in options line works !
    Shame on me since it seems a very "simple solution".
    Now it works as I would

  5. #425
    Join Date
    Feb 2010
    Beans
    9

    Re: HOWTO: NFS Server/Client

    Here my last version with improved performance.
    Any ideas on it ?

    192.168.71.1:/Qmultimedia /mnt/qnap210/Qmultimedia nfs auto,user,rsize=32768,wsize=32768,intr 0 0

  6. #426
    Join Date
    May 2009
    Beans
    3

    Re: HOWTO: NFS Server/Client

    Thanks to the OP. I was having REAL problems getting this going but I figured it out when I checked the log files using the log file viewer. This info may help others so I'm posting it here.

    Before you run the command that is causing you problems (for me it was the mount command) start the Log File Viewer under System | Administration on both the server and the client machines. Then run the command that is causing problems. The log file viewers will then highlight the areas where there are new logs. Click on those and check the information given. For me, I was getting a server refusal to connect for a reason I couldn't understand. When I ran the command, the server log file viewer showed me the reason. I didn't have the directory path specified correctly. When I changed that on the client's mount command, bingo, it all worked!

    So thanks once again for this How To info.

    Finally I can share network folders... now back to solving my samba issues...

  7. #427
    Join Date
    Feb 2010
    Beans
    9

    Re: HOWTO: NFS Server/Client

    My issues are resolved ! I buyed a Synology DS-209...
    Now Samba and NFS transfer are between 20MB/s and 55MB/s !

  8. #428
    Join Date
    Apr 2008
    Location
    NC
    Beans
    144
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: NFS Server/Client

    Great HOWTO!! What I couldn't do in the past three days, I was able to do in 3 mins with these instructions!!

    It's HOWTO's like these that really propel LINUX.

  9. #429
    Join Date
    Feb 2010
    Beans
    9

    Re: HOWTO: NFS Server/Client

    I got another problem.
    From Windows, no problem to add/delete files on my NAS.
    From ubuntu 9.10, mounting/viewing/reading NAS folders is ok, but i can't add/delete files UNLESS i'm Root. Acess privileges are correctly defined on my NAS, so I should can delete files even I'm not Root.
    Anyone could help me ?

    Here is line I have in my /etc/fstab
    192.168.71.1:/volume1/NAS_maison /mnt/Syno209/NAS_maison nfs suid,dev,exec,auto,user,async,rsize=8192,wsize=819 2,soft,timeo=14,intr 0 0

  10. #430
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: HOWTO: NFS Server/Client

    Quote Originally Posted by red71 View Post
    I got another problem.
    From Windows, no problem to add/delete files on my NAS.
    From ubuntu 9.10, mounting/viewing/reading NAS folders is ok, but i can't add/delete files UNLESS i'm Root. Acess privileges are correctly defined on my NAS, so I should can delete files even I'm not Root.
    Anyone could help me ?

    Here is line I have in my /etc/fstab
    192.168.71.1:/volume1/NAS_maison /mnt/Syno209/NAS_maison nfs suid,dev,exec,auto,user,async,rsize=8192,wsize=819 2,soft,timeo=14,intr 0 0
    i see a space in your file path, "192.168.71.1:/volume1/NAS_maison /mnt/Syno209/NAS_maison" after /NAS_maison /. Also, you'll need to show us the folder privileges on your nas to see who can all write to it. also, is your UID and GID the same on the nas as they are on the client?

Page 43 of 53 FirstFirst ... 334142434445 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •