Browse Source

replaced sshfs_* with autofs

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 10 years ago
parent
commit
0407579b02
4 changed files with 3 additions and 2 deletions
  1. +2
    -0
      files/autofs.conf
  2. +0
    -1
      files/bin/sshfs_builder
  3. +0
    -1
      files/bin/sshfs_inmep
  4. +1
    -0
      system/etc/auto.master.d/amery.autofs

+ 2
- 0
files/autofs.conf

@ -0,0 +1,2 @@
inmep -fstype=fuse,rw,noatime,allow_other,follow_symlinks :sshfs\#amery@inmep.cl\:
builder -fstype=fuse,rw,noatime,allow_other,follow_symlinks :sshfs\#amery@geeks.cl\:

+ 0
- 1
files/bin/sshfs_builder

@ -1 +0,0 @@
../../lib/sshfs_wrapper.sh

+ 0
- 1
files/bin/sshfs_inmep

@ -1 +0,0 @@
../../lib/sshfs_wrapper.sh

+ 1
- 0
system/etc/auto.master.d/amery.autofs

@ -0,0 +1 @@
/media/amery/autofs /home/amery/autofs.conf uid=1000,gid=1000,--timeout=30,--ghost

Loading…
Cancel
Save