It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
I'm trying to mount a Time4VPS storage VPS and a container VPS with NFS.
But when I run the mount command I get an error like "mount.nfs: No such device" and I don't know why.
And strangely, from another Ubuntu which is not Time4VPS I can mount fine.
Help me.
My environment is below.
I referred to this page for the installation procedure of NFSServer.
https://community.time4vps.com/discussion/15/mount-storage-server-with-nfs/p1
The contents of "/etc/exports" are this.
/home [ContainerVPS Global IP](rw,sync,no_root_squash,no_subtree_check)
/home [ContainerVPS Local IP](rw,sync,no_root_squash,no_subtree_check)
/home [Server IP not time4vps](rw,sync,no_root_squash,no_subtree_check)
NFS client setup instructions:
sudo apt install -y nfs-common
sudo mkdir -p /mnt/nfs_share
sudo mount -t nfs [ContainerVPS Global IP]:/home /mnt/nfs_share
> mount.nfs: No such device
sudo mount -t nfs [ContainerVPS Local IP]:/home /mnt/nfs_share
> mount.nfs: No such device
NFS client setup instructions:
sudo apt install -y nfs-common
sudo mkdir -p /mnt/nfs_share
sudo mount -t nfs [ContainerVPS Global IP]:/home /mnt/nfs_share
# It mounts correctly and I can read and write files from root user.
Comments
Hello,
NFS modules are not supported in our Container VPS. So I believe that it is the reason for your current issue.