[solved] mounted NFS shows nobody:nobody

I followed the wiki and found a thread that mentioned using the fsid=0 option in exports file but its not working for me.
I enabled rpc-idmapd on the client (Arch), its running I checked with systemctl status rpc-idmapd. The server is running Debian Wheezy with ZFS volumes mounted and exported as legacy, I placed 'NEED_IDMAPD=YES' in /etc/default/nfs-common and, when that didn't work, in /etc/default/nfs-kernel-server too. I restart nfs-kernel-server after changes and remount the shares on the client.
When that didn't work I exported the shares with 'fsid=0', but then I can't even enter the share, I get 'device does not exist' (IIRC, that was yesterday and can't find the literal message in the logs anymore).
Anyway, this worked fine when my client was running Wheezy and it still works fine for other clients so my guess is I got something wrong on my Arch system.
I'd appreciate some help getting this to work properly.
Thanks in advance!
Last edited by mouseman (2014-04-26 09:03:28)

I know that, it doesn't negate the fact that Debian has that comment that made me believe it wasn't necessary if the domain is the same on all hosts. It worked when I was running Debian on both the client and server, but with Arch apparently I need to specifically set it.
I edited the wiki to reflect this (my first edit ), hope I did oke there.

Similar Messages

  • [SOLVED] Mounted eMMC shows only 19KB of memory for slot 3??

    Hello Friends,
    As, we have eMMC for slot 3 for AM335x BSP. After adding some entries in for corresponding slot in the source code and in .reg file, we are able to mount the eMMC as a storage Media...
    But, we can only see 19KB of memory instead of 8GB.???
    What may be the reason for this unexpected output.. Any thing related to .reg file or some thing else????

    Hi,
    Thanks for sharing the codeplex link, but it has no example related to eMMC. I have replace the MountFlags and I am using the new entries are as -
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MMC\PartitionTable]
    "0F"="FATFS"
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MMC]
    "Name"="MMC Card"
    "Folder"="MMC_CARD" ;MC Card
    "PartitionDriver"=""
    "AutoPart"=dword:1
    "DefaultFileSystem"="FATFS"
    And with this the log entries are as -
    SDMemory: +SMC_Init
    12167 PID:400002 TID:3870002 SDGetDeviceHandle: ActivePath: Drivers\Active\30
    12169 PID:400002 TID:3870002 SDGetClientFunctions: +Init
    12170 PID:400002 TID:3870002 SDGetClientFunctions: -Init
    12172 PID:400002 TID:3870002 SDMemCardConfig: Card is high capacity (2.0+)
    12173 PID:400002 TID:3870002 SDMemCalcDataAccessClocks: Tpd:f ns, Asynch: f ns, AsyncClocks:0 , SyncClocks: 1078591488, ReadTotal: 0, Write Factor: 1099109072 WriteTotal: 769230
    12174 PID:400002 TID:3870002 SDMemory: Initialize: Using block transfer size of 64 blocks
    12174 PID:400002 TID:3870002 SDMemory: Idle Timeout: 2000 Idle Power State: 2
    12175 PID:400002 TID:3870002 SDMemory: Power Management Setup complete
    12176 PID:400002 TID:3870002 SDMemory: -SMC_Init
    12180 PID:400002 TID:8b0002 SDMemory: GetDeviceInfo - Profile = MMC, length = 8
    12180 PID:400002 TID:8b0002 SDemory: GetDeviceInfo - RegQueryValueEx(Profile) returned 2
    12181 PID:400002 TID:8b0002 SDMemory: GetStorageID Insufficient buffer space
    SDMemory: -GetStorageID
    12183 PID:400002 TID:8b0002 Partition PART00 NumSectors=15106048
    and with the above case, the memory is not mounted
    and in the previous case only 20KB was mounted and the older logs are as -
    SDMemory: +SMC_Init
    11662 PID:400002 TID:3ea0002 SDGetDeviceHandle: ActivePath: Drivers\Active\30
    11663 PID:400002 TID:3ea0002 SDGetClientFunctions: +Init
    11664 PID:400002 TID:3ea0002 SDGetClientFunctions: -Init
    11667 PID:400002 TID:3ea0002 SDMemCardConfig: Card is high capacity (2.0+)
    11667 PID:400002 TID:3ea0002 SDMemCalcDataAccessClocks: Tpd:f ns, Asynch: f ns, AsyncClocks:0 , SyncClocks: 1078591488, ReadTotal: 0, Write Factor: 1099109072 WriteTotal: 769230
    11668 PID:400002 TID:3ea0002 SDMemory: Initialize: Using block transfer size of 64 blocks
    11669 PID:400002 TID:3ea0002 SDMemory: Idle Timeout: 2000 Idle Power State: 2
    11670 PID:400002 TID:3ea0002 SDMemory: Power Management Setup complete
    11670 PID:400002 TID:3ea0002 SDMemory: -SMC_Init
    11674 PID:400002 TID:8b0002 SDMemory: GetDeviceInfo - Profile = MMC, length = 8
    11674 PID:400002 TID:8b0002 SDemory: GetDeviceInfo - RegQueryValueEx(Profile) returned 2
    11675 PID:400002 TID:8b0002 SDMemory: GetStorageID Insufficient buffer space
    SDMemory: -GetStorageID
    11680 PID:400002 TID:8b0002 Partition Part00 NumSectors=48
    11680 PID:400002 TID:8b0002 MSPART!PD_OpenPartition: dwStoreId=ABCE3A90, PartName=Part00
    11688 PID:400002 TID:8b0002 CreateCache: Successful. Cache Size: 0 KB, Start: 6, End: 7, CreateFlags: 2.
    11690 PID:400002 TID:8b0002 CreateCache: Successful. Cache Size: 1 KB, Start: 8, End: 47, CreateFlags: 2.

  • [SOLVED] mount.nfs4: access denied by server

    Hi folks. I seem to be having a bit of a problem getting nfs4 to work. I am trying to mount a share from alpha (my fileserver) onto charlie (my workstation). Both of these are new Arch systems and I haven't had any nfs working yet, although I have with other distros on the same hardware.
    Fileserver (alpha) config:
    # /etc/exports
    /files 192.164.1.0/24(rw,sync,fsid=0,no_subtree_check)
    # /etc/hosts.allow
    sshd: 192.168.1.0/255.255.255.0
    nfsd: 192.168.1.0/255.255.255.0
    rpcbind: 192.168.1.0/255.255.255.0
    mountd: 192.168.1.0/255.255.255.0
    idmapd: 192.168.1.0/255.255.255.0
    statd: 192.168.1.0/255.255.255.0
    [General]
    Verbosity = 3
    Pipefs-Directory = /var/lib/nfs/rpc_pipefs
    Domain = localdomain
    [Mapping]
    Nobody-User = nobody
    Nobody-Group = nobody
    [Translation]
    Method = nsswitch
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    /dev/sda1 /boot ext3 defaults 0 1
    /dev/sda2 swap swap defaults 0 0
    /dev/sda5 / ext3 defaults 0 1
    /dev/sda6 /var ext3 defaults 0 1
    /dev/sda7 /home ext3 defaults 0 1
    /dev/sda8 /files ext3 defaults 0 1
    rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs defaults 0 0
    nfsd /proc/fs/nfsd nfsd rw,nodev,noexec,nosuid 0 0
    DAEMONS=(syslog-ng network netfs rpcbind nfs-common nfs-server hal @alsa @crond @openntpd @sshd)
    [root@alpha ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda5 19228276 879492 17372036 5% /
    none 507792 140 507652 1% /dev
    none 507792 0 507792 0% /dev/shm
    /dev/sda1 93307 15887 72603 18% /boot
    /dev/sda6 19228276 372632 17878896 3% /var
    /dev/sda7 19228276 176224 18075304 1% /home
    /dev/sda8 902688436 204872 856629640 1% /files
    [root@alpha ~]#
    Workstation (charlie) config:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    UUID=437982b2-5c84-4f53-954d-cf43f8b4e707 / ext3 defaults 0 1
    UUID=97d79d76-357a-4f4e-8513-f181bff6af62 /boot ext3 defaults 0 1
    UUID=d8525095-9b97-4439-932f-8f4e0236cce1 /home ext3 defaults 0 1
    UUID=ffba933b-af93-407c-b1b8-69d1cc5be146 swap swap defaults 0 0
    rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs defaults 0 0
    alpha:/ /files nfs4 defaults 0 0
    [General]
    Verbosity = 3
    Pipefs-Directory = /var/lib/nfs/rpc_pipefs
    Domain = localdomain
    [Mapping]
    Nobody-User = nobody
    Nobody-Group = nobody
    [Translation]
    Method = nsswitch
    DAEMONS=(syslog-ng network crond alsa hal fam rpcbind nfs-common netfs)
    [root@charlie ~]# mount -a
    mount.nfs4: access denied by server while mounting alpha:/
    [root@charlie ~]#
    This happens even after both systems are rebooted. Can anyone spot what I am missing?
    Thanks for looking.
    Last edited by dgregory46 (2009-10-21 01:04:09)

    Now I really feel stupid. A little proofreading would have saved me a big headache. In /etc/exports I was exporting to 192.164.1.0/24 while my network is the more standard 192.168.1.0/24.
    It works fine now, although I did take phaul's suggestion and added my main share "inside" the nfs4 root.

  • Mount.nfs: access denied

    Hi,
    I've been trying the very basic NFS configuration, using ArchWiki.
    /etc/hosts, client side:
    # /etc/hosts: static lookup table for host names
    #<ip-address>    <hostname.domain.org>    <hostname>
    127.0.0.1    rimfirebox    localhost.localdomain    localhost
    ::1    rimfirebox    localhost6.localdomain6    localhost6
    192.168.1.34             rimfirebox.localdomain  rimfirebox
    192.168.1.33             stovepipebox.localdomain stovepipebox
    # End of file
    Server:
    hosts.allow:
    # /etc/hosts.allow
    nfsd: ALL
    portmap: ALL
    mountd: ALL
    # End of file
    hosts.deny:
    # /etc/hosts.deny
    ALL: ALL
    # End of file
    /etc/exports:
    # /etc/exports
    # See exports(5) for a description.
    # use exportfs -arv to reread
    #/export    192.168.1.10(rw,no_root_squash)
    /home/alexey/common *(ro,sync)
    The required directory is apparently exported, but "access denied":
    [alexey@rimfirebox ~]$ showmount -e stovepipebox
    Export list for stovepipebox:
    /home/alexey/common *
    [alexey@rimfirebox ~]$ sudo mount stovepipebox:/home/alexey/common /mnt/stovepipe
    mount.nfs: access denied by server while mounting stovepipebox:/home/alexey/common
    Where am I supposed to look?
    Last edited by Llama (2011-01-17 08:03:31)

    My studies turned up that there's NFSv4 there .
    https://wiki.archlinux.org/index.php/Nfs
    https://wiki.archlinux.org/index.php/NFSv4
    https://help.ubuntu.com/community/NFSv4Howto
    So I've made another go:
    /etc/exports:
    # /etc/exports
    # See exports(5) for a description.
    # use exportfs -arv to reread
    #/export    192.168.1.10(rw,no_root_squash)
    /export       192.168.1.34(rw,fsid=0,insecure,no_subtree_check,async)
    /export/alexey 192.168.1.34(rw,nohide,insecure,no_subtree_check,async)
    /etc/fstab:
    /home/alexey /export/alexey none bind 0 0
    /etc/idmapd.conf:
    [General]
    Verbosity = 0
    Pipefs-Directory = /var/lib/nfs/rpc_pipefs
    Domain = localdomain
    [Mapping]
    Nobody-User = nobody
    Nobody-Group = nobody
    [Translation]
    Method = nsswitch
    My first question: what my Domain actually is? Do I have to change it to something from my /etc/hosts? Do I have to mend /etc/hosts or something else?
    Starting server:
    [alexey@stovepipebox ~]$ sudo /etc/rc.d/rpcbind start
    :: Starting rpcbind                                                                                        [DONE]
    [alexey@stovepipebox ~]$ sudo /etc/rc.d/nfs-common start
    :: Starting rpc.statd daemon                                                                               [DONE]
    :: Mounting pipefs filesystem                                                                              [BUSY] :: Starting rpc.idmapd daemon                                                                              [DONE]
    [alexey@stovepipebox ~]$ sudo /etc/rc.d/nfs-server start
    :: Mounting nfsd filesystem                                                                                [DONE]
    :: Exporting all directories                                                                               [DONE]
    :: Starting rpc.nfsd daemon                                                                                [DONE]
    :: Starting rpc.mountd daemon                                                                              [DONE]
    Is the [BUSY] thing OK?
    Client side:
    [alexey@rimfirebox ~]$ showmount -e stovepipebox                                                                                                               
    Export list for stovepipebox:                                                                                                                                           
    /export/alexey 192.168.1.34                                                                                                                                             
    /export        192.168.1.34                                                                                                                                             
    [alexey@rimfirebox ~]$ sudo /etc/rc.d/rpcbind start                                                                                                                     
    Password:                                                                                                                                                               
    :: Starting rpcbind                                                                                                                                              [DONE]
    [alexey@rimfirebox ~]$ sudo /etc/rc.d/nfs-common start                                                                                                                 
    :: Starting rpc.statd daemon                                                                                                                                     [DONE]
    [alexey@rimfirebox ~]$ sudo mount -t nfs4 stovepipebox:/ /mnt                                                                                                           
    mount.nfs4: No such device
    Here I at the very least have no clear idea what names to use. Please, help.
    Last edited by Llama (2011-01-23 17:19:02)

  • User mount NFS via PCManFM asks for authentication

    I finally got around to updating my system last night, and I ran in to the bind mount issue with pacman but that's solved now.
    Today I was trying to access an NFS share in the usual way, they're defined in fstab but don't activate until I click on them in PCManFM file manager.
    nas1:/c/media /media/nas1/media nfs noauto,user,_netdev,bg 0 0
    Previously there would be a bit of a delay after the first time I opened the share while the connection was made and then everything worked fine. But today I got a dialog box that said:
    Authentication is required to manage system services or units.
    And then I'm expected to enter root's password.
    systemctl shows me that rpc-statd is not running, and journalctl shows me why:
    Opening /var/run/rpc.statd.pid failed: Permission denied
    /var/run is:
    lrwxrwxrwx 1 root root 6 Feb 15 16:57 run -> ../run
    and /run is:
    drwxr-xr-x 23 root root 560 Mar 4 23:16 run
    So I'm guessing that my user can't start rpc-statd because normal users don't have permission to write to the /run directory so the PID file can't be created.
    Any idea what the actual problem is? And what the solution is? Thanks,

    Did some more probing and googling of error messages, found the following thread [SOLVED]rpc.statd Failed to create RPC listeners,exiting.
    So I manually started rpcbind.service (as opposed to rpcbind.target) and then I was able to start rpc-statd.service and connect to the NFS shares on my NAS via PCManFM.
    Is this a bug in something? I'm still looking around to try and figure out what should be starting rpcbind.service and where. Is it perhaps PCManFM that's not working properly or is this something I need to ensure is in my environment for PCManFM to be able to mount NFS shares on demand?
    Thanks,

  • Cannot mount NFS shares using the Finder

    Hello all!
    I have a directory structure on a OpenSuse NFS Server which I like to browse/read using my MAC OSX 10.5.6. It works like a joy when I am mounting the NFS share on the command line using "sudo":
    sudo mount -o resvport nfshost:/full/path/NFS/share /My/mount/point
    However, this is kind of unconvenient as I need to start Terminal and sudo always asks me for the root password. I would appreciate to mount the NFS share just as I mount afp shares using the Finder. But the NFS share is neither searchable using the Finder nor does it show up in the list of host in the side bar of the Finder.
    Does anyone has an idea how to solve that? Thx for your information!

    The problem is most likely that your NFS server requires that connections come from reserved ports but you can't connect that way from the Finder GUI.
    Your example:
    sudo mount -o resvport nfshost:/full/path/NFS/share /My/mount/point
    shows that you need to use "-o resvport" and that you need to do the mount as root. (This is because the networking stack requires you to be root to get a reserved port.) When you try to mount it via the Finder, you can't specify any mount options like "-o resvport" and even if you could the mount would fail because the Finder isn't running as root.
    My first suggestion would be to change the configuration of your server to not require clients to use reserved ports for the NFS protocol. Unfortunately, Linux chooses to call that option "insecure" even though requiring the use of reserved ports (using "secure") doesn't actually make NFS more secure.
    Alternatively, you could configure the mount to be performed by something that does do the mount as root - e.g. automount/autofs. You can do this by configuring the mount on Directory Utility's "Mounts" section... you'll want to add "resvport" to the "Advanced mount options" field.
    HTH
    --macko

  • Can't mount NFS from my Arch laptop, am I missing something obvious?

    Hello,
    I have been trying to solve this issue for over a week and tried everything that I can imagine with no luck...
    Set up:
    - Qnap SS-839 Pro with several NFS shares on
    /share/to_sort
    /share/movies
    /share/music
    etc.
    - MythTV frontend/backend running Mythbuntu.
    I can mount my NFS shares without problem. I use this fstab.
    192.168.1.100:/share/Music /var/lib/mythtv/music nfs nolock,async,proto=tcp,rw,ac 0 0
    192.168.1.100:/share/Videos /var/lib/mythtv/videos nfs nolock,async,proto=tcp,rw,ac 0 0
    - Arch laptop
    I can't get to mount any of the NFS share:
    [18:59:14][[email protected]]
    /mnt/aether Arch64# /etc/rc.d/rpcbind restart
    :: Stopping rpcbind                                                      [DONE]
    :: Starting rpcbind                                                      [DONE]
    [18:59:32][[email protected]]
    /mnt/aether Arch64# mount 192.168.1.100:/share/to_sort/ to_sort/
    mount.nfs: rpc.statd is not running but is required for remote locking.
    mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
    mount.nfs: an incorrect mount option was specified
    [19:00:03][[email protected]]
    /mnt/aether Arch64# mount 192.168.1.100:/share/to_sort/ to_sort/ -o no-lock
    mount.nfs: an incorrect mount option was specified
    I tried using the 2 following lines in my fstab on  my laptop but nothing works:
    1) 192.168.1.100:/share/to_sort /mnt/aether/to_sort nfs nolock,async,proto=tcp,rw,ac 0 0  (same option than under mythbuntu)
    2) 192.168.1.100:/share/to_sort /mnt/aether/to_sort nfs defaults 0 0
    I'm no guru when it comes to nfs sharing etc, but I really can't see what I am missing here, nor whatelse can I try!
    Any idea will be more than welcome!
    Thanks in advance
    Ludo

    I finally solved this problem after 4 months after someone posted a similar issue with Arch few days ago...
    He said to install the iana-etc package... I already had the package but still gave it a go:
    [08:15:33][[email protected]]
    ~ Arch64$ showmount -e 192.168.0.100
    clnt_create: RPC: Unknown host
    [08:15:41][[email protected]]
    ~ Arch64$ sudo pacman -Syu iana-etc
    Password:
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    archlinuxfr is up to date
    warning: iana-etc-2.30-1 is up to date -- reinstalling
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): iana-etc-2.30-1
    Total Download Size: 0.00 MB
    Total Installed Size: 0.88 MB
    Proceed with installation? [Y/n]
    (1/1) checking package integrity [########################################################################################################################] 100%
    (1/1) checking for file conflicts [########################################################################################################################] 100%
    (1/1) upgrading iana-etc [########################################################################################################################] 100%
    [08:20:13][[email protected]]
    ~ Arch64$ showmount -e 192.168.0.100
    Export list for 192.168.0.100:
    /to_sort
    /mythbox
    /Qweb
    /Qusb
    /Documents
    [08:20:18][[email protected]]
    ~ Arch64$
    As you can see, it is now working and I am now completely puzzled...
    How come reinstalling this package solved the issue?
    Any idea on what the problem was would be more than welcome
    Thanks

  • OEL 6.3 - mount.nfs: access denied by server

    Hi,
    I am trying to mount an NFS directory on a server running OEL 6.3, pointing to another OEL 6.3 server. I get the following error:
    [oracle@csdowmsdb503 etc]$ mount 192.x.x.x:/home/oracle/m501/m501_f /home/oracle/m501_f/
    mount.nfs: access denied by server while mounting 192.x.x.x:/home/oracle/m501/m501_f
    The UIDs and GIDs on each server match. If we use "nfsvers=3" it work, so it seems to be something specific to vers 4. We would like to not use the vers 3 workaround.
    Thanks!

    Hi,
    When I added "- v" I realized it is actually erroring out on vers=4 and defaulting to vers=3 instead. The error it shows is now "No such file or directory."
    [oracle@xxx503 m501_g]$ sudo mount -v -t nfs xxx.xxx.xxx.35:/home/oracle/m501/m501_g /home/oracle/m501_g/
    mount.nfs: timeout set for Fri Nov 9 10:46:27 2012
    mount.nfs: trying text-based options 'vers=4,addr=xxx.xxx.xxx.35,clientaddr=xxx.xxx.xxx.37'
    mount.nfs: mount(2): No such file or directory
    mount.nfs: trying text-based options 'addr=xxx.xxx.xxx.35'
    mount.nfs: prog 100003, trying vers=3, prot=6
    mount.nfs: trying xxx.xxx.xxx.35 prog 100003 vers 3 prot TCP port 2049
    mount.nfs: prog 100005, trying vers=3, prot=17
    mount.nfs: trying xxx.xxx.xxx.35 prog 100005 vers 3 prot UDP port 37692
    xxx.xxx.xxx.35:/home/oracle/m501/m501_g on /home/oracle/m501_g type nfs (rw)

  • [solved] mounting nfsv3 failed

    The error is
    $ sudo mount -o nfsvers=3 nas:/volume1/nas /mnt/nas/
    Job for rpc-statd.service failed. See "systemctl status rpc-statd.service" and "journalctl -xe" for details.
    mount.nfs: rpc.statd is not running but is required for remote locking.
    mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
    mount.nfs: an incorrect mount option was specified
    $ systemctl status rpc-statd.service
    ● rpc-statd.service - NFS status monitor for NFSv2/3 locking.
    Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static; vendor preset: disabled)
    Active: failed (Result: exit-code) since Mon 2015-03-16 00:35:14 PDT; 17s ago
    Process: 1042 ExecStart=/usr/sbin/rpc.statd --no-notify $STATDARGS (code=exited, status=1/FAILURE)
    Mar 16 00:35:14 artemis rpc.statd[1043]: Version 1.3.2 starting
    Mar 16 00:35:14 artemis rpc.statd[1043]: Flags: TI-RPC
    Mar 16 00:35:14 artemis rpc.statd[1043]: Running as root. chown /var/lib/nfs to choose different user
    Mar 16 00:35:14 artemis rpc.statd[1043]: failed to create RPC listeners, exiting
    Mar 16 00:35:14 artemis systemd[1]: rpc-statd.service: control process exited, code=exited status=1
    Mar 16 00:35:14 artemis systemd[1]: Failed to start NFS status monitor for NFSv2/3 locking..
    Mar 16 00:35:14 artemis systemd[1]: Unit rpc-statd.service entered failed state.
    Mar 16 00:35:14 artemis systemd[1]: rpc-statd.service failed.
    The NFS server I am connecting to is a Synology NAS.  I have turned off NFSv4 on the server side (due to v4 not able to set gid not on the server side).  When NFSv4 is enabled, mounting works without this error.  This seems strictly NFSv3 AFAICT.
    Installed versions are:
    core/mkinitcpio-nfs-utils 0.3-5
    ipconfig and nfsmount tools for NFS root support in mkinitcpio
    core/nfs-utils 1.3.2-6 [installed]
    Support programs for Network File Systems
    Any help/hints are appreciated.
    EDIT:
    It looks like rpc.statd can not run at all:
    # /usr/sbin/rpc.statd
    # echo $?
    1
    EDIT2:
    Didn't RTFM
    systemctl start rpcbind
    solved the problem.
    Last edited by mathfeel (2015-03-16 08:24:38)

    I personally am not 100% sure it's an issue on your end just yet.
    Trying to probe for open TCP ports with this site it says port 873 is closed on my connection which is very very odd considering that the router has definitely forwarded the port for my local IP and ufw/iptables are disabled and i made doubly sure they are not running.
    I am gonna check what happens with another router.
    Edit: On the other router I get the same results, thinking back I was using this router the other day (not the one I was using when I made the OP) but this is clearly not working on this one either.
    Last edited by rabcor (2014-06-11 03:44:11)

  • [solved] mount CD/DVD

    This is my problem
    the DVD only shows up in "system:/media/sr0
    not in
    or in
    My DVD Player, and also MP3 Player can't find the DVD. The Error,
    no media found in "/media"
    I have two DVD one DVDRom and one DVD +-RW DL Burner
    so far there is no problem with K3B to burn a DVD or CD.
    This Error is related to Amarok, Kaffeine, XMMS, Gxine and another players. They don't find the DVD or CD.
    vi /etc/rc.conf
    DAEMONS=(syslog-ng hwd network netfs kdm dbus hal crond)
    What do I missing?
    Last edited by JaDa (2007-06-28 23:53:07)

    ndlarsen wrote:
    Misfit138 wrote:I have my dvd/cdrom entries commented out in my fstab, and I let hal handle it completely. Works great.
    It does look like the icon text states "blank something".
    oops, it is blank & jones my test audio CD!
    My problem is solved! Thanks for all your ideas!
    The most important what I missed was "autofs"! Hal and dbus are not enough!
    Install autofs
    pacman -S autofs
    then follow this wiki
    http://wiki.archlinux.org/index.php/AutoFS_HowTo
    very important
    Edit the file /etc/autofs/auto.master. Delete the existing contents and add the following line:
    /media /etc/autofs/auto.media
    and take a closer look if you using VI or VIM command on "/media /" it's not "/media/"
    If Autofs doesn't automatically unmount your devices (after you finish this wiki), replace last line by :
    /media /etc/autofs/auto.media --timeout 3
    you need to add "--timeout 3"
    also add the daemon "aufofs" in the "/etc/rc.conf" if you like it at the startup.
    The USB devises for digital camera and USB Stick or just changing Musik/Movie CD/DVD just work fine now.
    There is no error anymore in Kaffeine or another players
    no media found in "/media"
    all is works perfect. The Icon's for mounted devises show now up on my desktop (KDE) too!

  • Mounting nfs shares takes much longer since updating to 10.3.9

    Hi, first post here. The titles of the forums are vague and I hope "getting online" really is the "networking forum"; apologies if not.
    I have two linux machines which I regularly mount nfs shares from onto my powerbook. These machines are on the LAN and have known IP's for netinfod so I don't think the following problem is DNS related.
    Since the last 10.3.9 update, mounting these shares (via finder or command line mount_nfs) has become very unreliable. Sometimes they never seem to mount, sometimes almost immediately, and other times they mount eventually even though I might of canceled the dialog box waiting for the mount. The logs show:
    mount_nfs: bad MNT RPC: RPC: Timed out
    The server side logs show only repeated authentication approvals. The servers have not changed software -- only OSX has been updated.
    Independent if I use WiFi or a landline.
    Once the shares are mounted, there is no detectable connection problems at all. Was any part of the NFS client updated in 10.3.9? Any ideas what might be wrong. TIA.
    12" PowerBook G4   Mac OS X (10.3.9)  

    Just to bump this, as no one has chimed in, I found the problem and I will post the fix only if someone asks. It's not stupid, and it might help you. I am surprised that no one cares.
    I'd still like to know why you can't launch PS from a bootable backup.

  • Can not mount nfs shares

    I have a centos server which tries to mount a nfs share from an osx server tiger.
    on the osx server showmount -e shows me the mountpoint perfectly.
    on the linux server i try to mount the mountpoint and after some time it gives me the error:
    mount.nfs: Input/output error
    does this sound familiar to anyone? please help me :P

    more information:
    nidump -r /exports .
    "name" = ( "exports" );
    CHILDREN = (
    "clients" = ( "192.168.0.10" );
    "name" = ( "/backup" );
    "opts" = ( "" );
    showmount -a returns:
    Exports list on localhost:
    /backup 192.168.0.10

  • How i can solve proble whenprinter showing ofline

    how i can solve proble whenprinter showing ofline

    Hello there! Welcome to the forums @khanmahmed 
    I read your post about your printer showing offline on your Windows XP system, and I would like to help.
    Click this link and follow all of the messages to help get your printer back online and printing again.
    'Printer is offline' Message Displays on the Computer and the HP Printer Will Not Print
    I hope this helps, let me know the results
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • NFS4: Problem mounting NFS mount onto a Solaris 10 Client

    Hi,
    I am having problems mounting NFS mount point from a Linux-Server onto a Solaris 10 Client.
    In the following
    =My server IP ..*.120
    =Client IP ..*.100
    Commands run on Client:
    ==================
    # mount -o vers=3 -F nfs 172.25.30.120:/scratch/pvfs2 /scratch/pvfs2
    nfs mount: 172.25.30.120: : RPC: Rpcbind failure - RPC: Unable to receive
    nfs mount: retrying: /scratch/pvfs2
    nfs mount: 172.25.30.120: : RPC: Rpcbind failure - RPC: Unable to receive
    nfs mount: 172.25.30.120: : RPC: Rpcbind failure - RPC: Unable to receive
    # mount -o vers=4 -F nfs 172.25.30.120:/scratch/pvfs2 /scratch/pvfs2
    nfs mount: 172.25.30.120:/scratch/pvfs2: No such file or directory
    # rpcinfo -p
    program vers proto port service
    100000 4 tcp 111 rpcbind
    100000 3 tcp 111 rpcbind
    100000 2 tcp 111 rpcbind
    100000 4 udp 111 rpcbind
    100000 3 udp 111 rpcbind
    100000 2 udp 111 rpcbind
    1073741824 1 tcp 36084
    100024 1 udp 42835 status
    100024 1 tcp 36086 status
    100133 1 udp 42835
    100133 1 tcp 36086
    100001 2 udp 42836 rstatd
    100001 3 udp 42836 rstatd
    100001 4 udp 42836 rstatd
    100002 2 tcp 36087 rusersd
    100002 3 tcp 36087 rusersd
    100002 2 udp 42838 rusersd
    100002 3 udp 42838 rusersd
    100011 1 udp 42840 rquotad
    100021 1 udp 4045 nlockmgr
    100021 2 udp 4045 nlockmgr
    100021 3 udp 4045 nlockmgr
    100021 4 udp 4045 nlockmgr
    100021 1 tcp 4045 nlockmgr
    100021 2 tcp 4045 nlockmgr
    100021 3 tcp 4045 nlockmgr
    100021 4 tcp 4045 nlockmgr
    # showmount -e 172.25.30.120 (Server)
    showmount: 172.25.30.120: RPC: Rpcbind failure - RPC: Unable to receive
    Commands OnServer:
    ================
    program vers proto port
    100000 2 tcp 111 portmapper
    100000 2 udp 111 portmapper
    100021 1 tcp 49927 nlockmgr
    100021 3 tcp 49927 nlockmgr
    100021 4 tcp 49927 nlockmgr
    100021 1 udp 32772 nlockmgr
    100021 3 udp 32772 nlockmgr
    100021 4 udp 32772 nlockmgr
    100011 1 udp 796 rquotad
    100011 2 udp 796 rquotad
    100011 1 tcp 799 rquotad
    100011 2 tcp 799 rquotad
    100003 2 udp 2049 nfs
    100003 3 udp 2049 nfs
    100003 4 udp 2049 nfs
    100003 2 tcp 2049 nfs
    100003 3 tcp 2049 nfs
    100003 4 tcp 2049 nfs
    100005 1 udp 809 mountd
    100005 1 tcp 812 mountd
    100005 2 udp 809 mountd
    100005 2 tcp 812 mountd
    100005 3 udp 809 mountd
    100005 3 tcp 812 mountd
    100024 1 udp 854 status
    100024 1 tcp 857 status
    # showmount -e 172.25.30.120
    Export list for 172.25.30.120:
    /scratch/nfs 172.25.30.100,172.25.24.0/4
    /scratch/pvfs2 172.25.30.100,172.25.24.0/4
    Thank you, ~al

    I also tried to run Snoop on the client and wireshark on Server and following is what I see:
    One Server: Upon issuing mount command on client:
    # tshark -i eth1
    Running as user "root" and group "root". This could be dangerous.
    Capturing on eth1
    0.000000 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    0.205570 172.25.30.100 -> 172.25.30.120 Portmap V2 GETPORT Call MOUNT(100005) V:3 UDP
    0.205586 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    0.207863 172.25.30.100 -> 172.25.30.120 Portmap V2 GETPORT Call MOUNT(100005) V:3 UDP
    0.207869 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    2.005314 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    4.011005 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    5.206109 Dell_70:ad:29 -> SunMicro_70:ff:17 ARP Who has 172.25.30.100? Tell 172.25.30.120
    5.206277 SunMicro_70:ff:17 -> Dell_70:ad:29 ARP 172.25.30.100 is at 00:14:4f:70:ff:17
    5.216157 172.25.30.100 -> 172.25.30.120 Portmap V2 GETPORT Call MOUNT(100005) V:3 UDP
    5.216170 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    On Clinet Upon issuing mount command on client:
    # snoop -d bge1
    Using device /dev/bge1 (promiscuous mode)
    ? -> * ETHER Type=9000 (Loopback), size = 60 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    atlas-pvfs2 -> pvfs2-io-0-3 PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (UDP port 111 unreachable)
    atlas-pvfs2 -> pvfs2-io-0-3 PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (UDP port 111 unreachable)
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> * ETHER Type=9000 (Loopback), size = 60 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    pvfs2-io-0-3 -> * ARP C Who is 172.25.30.100, atlas-pvfs2 ?
    atlas-pvfs2 -> pvfs2-io-0-3 ARP R 172.25.30.100, atlas-pvfs2 is 0:14:4f:70:ff:17
    atlas-pvfs2 -> pvfs2-io-0-3 PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (UDP port 111 unreachable)
    Also I see the following on Client:
    # rpcinfo -p pvfs2-io-0-3
    rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: Failed (unspecified error)
    When I try the above rpcinfo command on Client and Server Snoop And wireshark(ethereal) outputs are as follows:
    Client # snoop -d bge1
    Using device /dev/bge1 (promiscuous mode)
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    atlas-pvfs2 -> pvfs2-io-0-3 TCP D=111 S=872 Syn Seq=2065245538 Len=0 Win=49640 Options=<mss 1460,nop,wscale 0,nop,nop,sackOK>
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (TCP port 111 unreachable)
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=2004 (Unknown), size = 48 bytes
    ? -> (multicast) ETHER Type=0003 (LLC/802.3), size = 90 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> * ETHER Type=9000 (Loopback), size = 60 bytes
    pvfs2-io-0-3 -> * ARP C Who is 172.25.30.100, atlas-pvfs2 ?
    atlas-pvfs2 -> pvfs2-io-0-3 ARP R 172.25.30.100, atlas-pvfs2 is 0:14:4f:70:ff:17
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    atlas-pvfs2 -> pvfs2-io-0-3 TCP D=111 S=874 Syn Seq=2068043912 Len=0 Win=49640 Options=<mss 1460,nop,wscale 0,nop,nop,sackOK>
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (TCP port 111 unreachable)
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> * ETHER Type=9000 (Loopback), size = 60 bytes
    Server # tshark -i eth1
    Running as user "root" and group "root". This could be dangerous.
    Capturing on eth1
    0.000000 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    0.313739 Cisco_3d:68:10 -> CDP/VTP/DTP/PAgP/UDLD CDP Device ID: MILEVA Port ID: GigabitEthernet1/0/16
    2.006422 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    3.483733 172.25.30.100 -> 172.25.30.120 TCP 865 > sunrpc [SYN] Seq=0 Win=49640 Len=0 MSS=1460 WS=0
    3.483752 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    4.009741 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    6.014524 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    6.551356 Cisco_3d:68:10 -> Cisco_3d:68:10 LOOP Reply
    8.019386 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    8.484344 Dell_70:ad:29 -> SunMicro_70:ff:17 ARP Who has 172.25.30.100? Tell 172.25.30.120
    8.484569 SunMicro_70:ff:17 -> Dell_70:ad:29 ARP 172.25.30.100 is at 00:14:4f:70:ff:17
    10.024411 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    12.030956 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    12.901333 Cisco_3d:68:10 -> CDP/VTP/DTP/PAgP/UDLD DTP Dynamic Trunking Protocol
    12.901421 Cisco_3d:68:10 -> CDP/VTP/DTP/PAgP/UDLD DTP Dynamic Trunking Protocol
    ^[[A 14.034193 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00  Cost = 0  Port = 0x8010
    15.691119 172.25.30.100 -> 172.25.30.120 TCP 866 > sunrpc [SYN] Seq=0 Win=49640 Len=0 MSS=1460 WS=0
    15.691138 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    16.038944 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    16.550760 Cisco_3d:68:10 -> Cisco_3d:68:10 LOOP Reply
    18.043886 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    20.050243 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    21.487689 172.25.30.100 -> 172.25.30.120 TCP 867 > sunrpc [SYN] Seq=0 Win=49640 Len=0 MSS=1460 WS=0
    21.487700 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    22.053784 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    24.058680 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    26.063406 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    26.558307 Cisco_3d:68:10 -> Cisco_3d:68:10 LOOP Reply
    ~thank you for any help you can provide!!!

  • Virt-install cannot mount nfs directory

    Hi all,
    I'm trying to use ovms but I cannot create any virtual machine.
    I successfully installed OVMS; I disabled iptables to avoid network problems.
    I created a dvd from Oracle Unbreakable EL 5.0 cds on a different machine.
    The dvd image is shared by a linux CentOS box. The ISO image is inside /opt/tmp_os_isos/50 so I did
    service nfs start
    mkdir /mnt/dvd50
    chmod a+rwx /mnt/dvd50
    mount -o ro,loop /opt/tmp_os_isos/50/Enterprise-R5-GA-Server-i386-dvd.iso /mnt/dvd50/
    exportfs *:/mnt/dvd50
    and on the ovms server I did:
    [root@ovms ~]# virt-install
    What is the name of your virtual machine? giallo2
    How much RAM should be allocated (in megabytes)? 512
    What would you like to use as the disk (path)? /virtpcs/dischi/giallo
    How large would you like the disk (/virtpcs/dischi/giallo2) to be (in gigabytes)? 30
    Would you like to enable graphics support? (yes or no) no
    What is the install location? nfs:10.10.10.242:/mnt/dvd50
    And I always end up with the error
    That directory could not be mounted from the server.
    If I try to run
    [root@ovms ~]# mount.nfs 10.10.10.242:/mnt/dvd50 /mnt/50
    it works!
    I also tried to build adifferent dvd iso, or to uso a OEL 4.4 dvd iso (taken from an original working oracle dvd) but I always end up with the same error
    Where am I wrong?
    thanks, andrea

    I realized this problem was somehow related with the ovms installation: the pc I installed ovms on has two network card; when I installed ovms I configured eth0 via DHCP (eth0 is linked to the office network and to internet) and I configured eth1 with a static IP (eth 1 is connected to a "private" network made by 2 more pc).
    I also choosed to manage ovnms via eth1 (the network card witch has a statis ip), and everything regardind ovms has always been done via eth1.
    Now I reinstalled ovms and I choosed to manage it via eth0 (si I put a static ip address on eth0) and everything seems working: I'm just installing OEL5.0 via nfs without any problem (I hope... :-) )
    andrea

Maybe you are looking for

  • My music software has stopped working since I installed ios7,what to do?

    When i downloaded the ios7 some of my music has stopped working and come up with a red square and a circle around it, I've tried the suggestions but none of them have worked so far any advice??

  • My hard drive is nearly full but I cant find whats  taking up all my hard drive space

    I have an intel macbook pro with 500 internal HD. I have 160gb of music in my itues folder with another 7gb on a previous library, I am unable to find the size info of my applications folder but I susspect it to be around 50gb, however I only have 59

  • How to create a new user in Netweaver system for ABAP training?

    Hello, I had been learning ABAP using a trial version but recently purchased and installed a developer subscription of Netweaver 2004 SR3. Can someone please tell me the best way to create a new user for ABAP development and assign the needed transac

  • "Invisible" e-mail in my Inbox

    Here's a weird one that I can't figure out. Several days ago, I was mass deleting about 25 e-mails from my inbox (POP account). After selecting the ones to delete, I hit the "delete" button, & my iPhone froze. After resetting, those messages were no

  • 2 systems with 2 Oracle Listener on Windows

    Hi Gurus, I am installing a 2nd system on a Windows server and want to use a separate Listener (with an own port). sapinst is not able to start the 2nd listener and it is also not possible to start it manually. The problem is that the new listener Or