[tahoe-lafs-trac-stream] [tahoe-lafs] #1357: 'tahoe mount' command

tahoe-lafs trac at tahoe-lafs.org
Thu Feb 3 20:31:48 PST 2011


#1357: 'tahoe mount' command
-----------------------------------+----------------------------------------
     Reporter:  davidsarah         |       Owner:                  
         Type:  defect             |      Status:  new             
     Priority:  major              |   Milestone:  1.9.0           
    Component:  code-frontend-cli  |     Version:  1.8.2           
   Resolution:                     |    Keywords:  sftp tahoe-mount
Launchpad Bug:                     |  
-----------------------------------+----------------------------------------

Comment (by davidsarah):

 Replying to [ticket:1357 davidsarah]:
 > Then the above mount command would be implemented by invoking
 {{{sshfs}}} with the {{{-o password_stdin}}} option, and passing the URI
 on stdin.

 Note that this doesn't preclude supporting other ways to mount a Tahoe
 filesystem using the same {{{tahoe mount}}} syntax, if we implement other
 FUSE interfaces in future. There could be a {{{tahoe.cfg}}} setting to
 specify the command that is executed. For example:

 {{{
 [mount]
 # What command will 'tahoe mount' use to mount the filesystem?
 # This command must take a password on stdin (e.g. use the '-o
 password_stdin'
 # option for sshfs). The variables $MOUNTPOINT and $SFTPPORT can be used
 to
 # specify the mount point, and the SFTP port number if needed.
 command = sshfs uri at 127.0.0.1 $MOUNTPOINT -p $SFTPPORT -o
 password_stdin,reconnect,big_writes
 }}}

-- 
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1357#comment:1>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list