Mounting directories via sshfs
Author Message
Posted : Thu, 14 August 2008 01:53:18
Subject : Mounting directories via sshfs
I have been trying to mount na couple of home foldders i have had fo accoujnt on two shell servers for a while now> I finally figured it out using trial and error and a bit of dumb luck. here is the link to the resource i used to help me finush this quest. http://articles.techrepublic.com.com/5100-10878_11-6084871.html As mentioned in the authors how to yo nned toi install sshfs using your desired distribution(s ) package management system. here is a example of a script i wrote t semi automate the process of mounting the afomentioned remote filesystems. [code=xml] shfs**@tty.freeshell.org:/arpa/tz/t/topgun17 /Data/gunnie /n sshfs **@bshellz.net:/home/flashblind /Data/fb[/code] the syntax for the sshfs command is as follows sshfs remoteuser@host /remote fs /local mount point Please feel free to grab me on irc.freenode.net [url]irc://irc.freenode.net[/url] Channel #fedora or #linux nickname: scarface88 thanks, linux-Hawk [url]
Shashank Sharma
Posted : Thu, 21 August 2008 17:20:17
Subject : Mounting directories via sshfs
Thanks for this tutorial Hawk. Cheers!