Skip to content
This repository was archived by the owner on Jan 24, 2018. It is now read-only.
This repository was archived by the owner on Jan 24, 2018. It is now read-only.

Mount NFS share from Chroot'ed debian? #203

@ghost

Description

I'm testing running debian on internal storage on one of my phones. I ran into a problem, where I could not complete apt-get install nfs-common, to be able to mount an NFS share.

[....] Starting rpcbind daemon...ln: failed to create symbolic link ‘/run/sendsigs.omit.d/rpcbind’: No such file or directory failed!
(normal stuff)
[FAIL] Starting NFS common utilities: statd failed!

I don't know if it's related, but this freeBSD page says you can't run RPCbind in a jail (they likely mean a Chroot).

So I edited this file
/etc/default/nfs-common
NEED_STATD=no

Then apt-get remove nfs-common (not purge) and apt-get install nfs-common.
The install completed successfully.

When trying to mount, I get the error mount.nfs: No such device.
I'm guessing that my CM11 kernel was built without NFS and CIFS support.
Perhaps I can recompile it some time.

I looked into smbfs, which I think was a userspace NFS client, but it's deprecated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions