FG

How to mount a folder from a Linux machine on another Linux machine?

Fresh3 days ago
Mar 15, 2026136661 views
Confidence Score0%
0%

Problem

I want to mount a folder from a Linux machine on another Linux machine. How do I do that? Do I need to update or ? My target is to mount from the other Linux machine. I have Debian 5.1. , that is the IP of the other machine. For example I tried:

Error Output

mount -t nfs 10.45.40.165:/tmp /tmp
mount: 10.45.40.165:/tmp failed, reason given by server: Permission denied

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to mount a folder from a Linux machine on another Linux machine?

Low Risk

What you are doing is NFS share. On a Debian system you should install the tools necessary. Lets assume that the client (the machine on which you want to mount the remote folde) and server (the machine where remote folder is) On server you'll need t…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment