Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: rhutchence on September 29, 2005, 04:49:50 AM

Title: Mounting mapped network drives...
Post by: rhutchence on September 29, 2005, 04:49:50 AM
Hi all,

How do I go about mounting a network share using CLI?? I'm in the process of recompiling the network kernel and would like to get some files off the system that I have the drivers on. I am trying to mount a share that is on another SME server.

Thanks,

Rick
(PS Sorry about the noobie questions!!!)
Title: Mounting mapped network drives...
Post by: dmajwool on September 29, 2005, 05:25:05 PM
Its not CLI, but this alternative may help

http://forums.contribs.org/index.php?topic=28856.msg120045#msg120045
Title: Re: Mounting mapped network drives...
Post by: CharlieBrady on September 29, 2005, 06:13:50 PM
Quote from: "rhutchence"

How do I go about mounting a network share using CLI?? I'm in the process of recompiling the network kernel and would like to get some files off the system that I have the drivers on.


The best way to do that in my opinion is to pull them across using scp:

scp -rav root@other.server:/directory/you/want \
  /destination/directory