Opened 3 years ago

Last modified 3 years ago

#16924 new bug

Mounting NFS under Haiku does not work. — at Initial Version

Reported by: TCH68k Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: File Systems/NFS4 Version: R1/beta2
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Linux NFS4 server with the following settings:

/root *(rw,sync,no_subtree_check,insecure)

Tested from Solaris 10 and from localhost self-mountinf, it's working.

Under Haiku Beta 2 (AMD64), if i do

mount_nfs 192.168.10.100:/root /mnt/nfs 100 1000

i get

mount failed (General system error)

in console and

KERN: nfs: mount(9, <NULL>, 00000000)
KERN: nfs: nfs_params: nfs:192.168.10.100:/root,uid=100,gid=1000,hostname=shredder
KERN: nfs:ip!
KERN: IP:192.168.10.100
KERN: nfs:hn!
KERN: nfs:uid!
KERN: nfs:gid!
KERN: nfs: ip:c0a80a64 server:'192.168.10.100' export:'/root' hostname:'shredder' uid=100 gid=1000 
KERN: nfs: mountd at 640aa8c0:41059
KERN: nfs: nfsd at 640aa8c0:2049
KERN: nfs: RPC_PROG_MISMATCH (3,4)nfs: error in nfs_mount: General system error

in /var/log/syslog. I tried to do

mount -t nfs4 192.168.10.100:/root /mnt/nfs

(also with -t nfs3), but only got

mount: No such file or directory

in the console and nothing in the syslog.

The topic on Haiku discussion: https://discuss.haiku-os.org/t/mount-nfs-under-haiku/10655/7

Change History (0)

Note: See TracTickets for help on using tickets.