Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

NFS woes

$
0
0
Hello,

I'm trying to set up an NFS server with openSuSE 13.1. Problem is, when I try to mount the NFS system, it hangs and doesn't actually mount..

Here is my /etc/exports:

Code:

/usr/local      *(fsid=0,crossmnt,ro,root_squash,sync,no_subtree_check)
Here is my /etc/fstab:

Code:

/dev/disk/by-id/ata-ST31000524AS_6VPH1GC5-part2 swap    swap    defaults 0 0
/dev/disk/by-id/ata-ST31000524AS_6VPH1GC5-part1 /      ext4    defaults 1 1
catch22bbs:/usr/local  /mnt    nfs    rsize=1024,wsize=1024 0 0

Here is "rpcinfo -p":

Code:

  program vers proto  port  service                                             
    100000    4  tcp    111  portmapper                                           
    100000    3  tcp    111  portmapper                                           
    100000    2  tcp    111  portmapper                                           
    100000    4  udp    111  portmapper                                           
    100000    3  udp    111  portmapper                                           
    100000    2  udp    111  portmapper                                           
    100005    1  udp  20048  mountd                                               
    100005    1  tcp  20048  mountd                                               
    100005    2  udp  20048  mountd                                               
    100005    2  tcp  20048  mountd                                               
    100005    3  udp  20048  mountd                                               
    100005    3  tcp  20048  mountd                                               
    100024    1  udp  38900  status                                               
    100024    1  tcp  42376  status                                               
    100003    2  tcp  2049  nfs                                                 
    100003    3  tcp  2049  nfs                                                 
    100003    4  tcp  2049  nfs                                                 
    100227    2  tcp  2049  nfs_acl                                             
    100227    3  tcp  2049  nfs_acl                                             
    100003    2  udp  2049  nfs                                                 
    100003    3  udp  2049  nfs                                                 
    100003    4  udp  2049  nfs                                                 
    100227    2  udp  2049  nfs_acl                                             
    100227    3  udp  2049  nfs_acl                                             
    100021    1  udp  45158  nlockmgr                                             
    100021    3  udp  45158  nlockmgr
    100021    4  udp  45158  nlockmgr
    100021    1  tcp  54632  nlockmgr
    100021    3  tcp  54632  nlockmgr
    100021    4  tcp  54632  nlockmgr

Any help would be greatly appreciated.

-Ignatius

Viewing all articles
Browse latest Browse all 40713

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>