Changes between Initial Version and Version 2 of Ticket #4289


Ignore:
Timestamp:
09/09/21 05:12:55 (3 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4289

    • Property Component changed from mc-core to mc-vfs
    • Property Milestone changed from 4.8.28 to Future Releases
  • Ticket #4289 – Description

    initial v2  
    44 
    551. `/etc/fstab` mount looks like this: 
    6 `` 
     6{{{ 
    77user@host:/mnt/remote/stuff  /mnt/stuff  fuse.sshfs  
    88 noauto,_netdev,user,transform_symlinks,identityfile=/path/to/key,default_permissions,uid=user,gid=user,allow_other,cache=no   0   0 
    9 `` 
     9}}} 
    1010 
    11112. `docker run -it --rm -v /mnt/stuff:/mnt:ro debian:11`