Find the answer to your Linux question:
Results 1 to 2 of 2
I got my buggy windows into a reboot loop (given him checkdisk on restart, but he reboots at middle of checkdisk, starting the whole progress again) so i burned a ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    34

    command not found: rpc.rquotad

    I got my buggy windows into a reboot loop (given him checkdisk on restart, but he reboots at middle of checkdisk, starting the whole progress again) so i burned a Debian LiveCD and i'm trying to set up NFS (to get all data into my working linux), but i get Permission Denied when i call mount.

    Then, i saw i don't have the daemons up, and i started them all but 1: rpc.quotad.
    When i call rpc.quotad in bash as root, he gives me the bash: rpc.rquotad: command not found message.

    Any help?

  2. #2
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    Not sure what you are doing there ... you should use the scripts provided by distro ... not running Debian myself, from memory:
    0. edit /etc/exports;
    1. /etc/init.d/portmap start;
    2. /etc/init.d/nfs-kernel-server start.
    Done.

Posting Permissions

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