Mount Nfs Helper Program
Hello, I am using Linux plnx_aarch64 4.9.0-xilinx-v2017.1. I tried to mount a remote file system via mount, but received the following error. I type the following command at Ubuntu Linux to mount the NFS. Live Email Verifier Professional 6.0 Serial Key more. Need a /sbin/mount. Helper program). Fs type, bad option, bad superblock on fs2.
Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org? Visit the following links: If you have any problems with the registration process or your account login, please.
If you need to reset your password,. Having a problem logging in? Please visit to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant.
They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. To receive this Complete Guide absolutely free. Code: server# mount -t nfs backups:/discs /mnt/temp/ mount: wrong fs type, bad option, bad superblock on backups:/discs, missing codepage or helper program, or other error (for several filesystems (e.g. Nfs, cifs) you might need a /sbin/mount. Helper program) In some cases useful info is found in syslog - try dmesg tail or soI've searched a lot about this and many people claim that this can be solved by installing nfs-common and portmap. However, these packages are already installed.
I've even reinstalled them just to be sure. I also don't have a 'mount.nfs' command. The strange part is that the 'showmount' command correctly identifies the share. Code: stat64('/sbin/mount.nfs', 0xbff46fa0) = -1 ENOENT (No such file or directory)This confirmed that the mount command is indeed calling the mount.nfs which does not exist. Then I checked and the version of 'nfs-common' that apt-get was installing was not the latest one as announced on the debian web site. So I manually downloaded the nfs-common '.deb' package, solved a dependency for the 'libgssglue1' package, installed it and there it was. Realtek Usb Wireless Lan Driver And Utility Driver.
Mount.nfs Really can't understand why the package downloaded by 'apt-get' did not install the command, but it is solved now and that is all that matters to me. Thank you for trying.