massiverest.blogg.se

Macfusion automount
Macfusion automount







( my smbfs mounts are working perfectly ) with any of the other mounts i have in autofs, the mountpoint starts off being owned by root, then ownership is changed to be the user accessing the mount after the mount happens. That mount command returns a successful/usable sshfs mount when NOT used in combination with autofs ( because my user is the owner of the mount point ).

macfusion automount

Mar 11 11:54:20 automountd: MOUNT REPLY : status=0, AUTOFS_DONE Mar 11 11:54:20 automountd: mount of /mnt/users/ssh/scanner dev=2f000073 rdev=0 OK Mar 11 11:54:20 automountd: fork_exec: returns exit status 0 Mar 11 11:54:20 automountd: fork_exec: /sbin/mount_sshfs -o nobrowse -o nosuid,nodev -o sshfs_debug,idmap=user,follow_symlinks,max_read=65536,rw,nodev,cache=no,Identit yFile=/Users/cmp12/.ssh/id_dsa -o automounted -o nosuid /mnt/users/ssh/scanner Mount on /mnt/users/ssh/scanner (osxfusefs, nodev, nosuid, synchronous, nobrowse, mounted by cmp12) When i try to access the mount location the sshfs mount is getting done correctly and shows up in the mount tab, but i cannot access the folder because its now owned by root. Its owned by me when not included in autofs:ĭr-xr-xr-x 2 cmp12 DHE\BIAC-Users 68 Mar 10 13:04 /mnt/users/ssh/scanner

macfusion automount macfusion automount

Tesla:~ cmp12$ ls -ld /mnt/users/ssh/scannerĭr-xr-xr-x 2 root wheel 1 Mar 11 11:48 /mnt/users/ssh/scanner mnt/users/ssh/scanner -fstype=sshfs,sshfs_debug,idmap=user,follow_symlinks,max_read=65536,rw,nodev,ca che=no,IdentityFile=/Users/cmp12/.ssh/id_dsa pretty sure the problem is because root becomes the owner of my mount point when i add it to autofs: Attempting to do sshfs mounts through autofs and have hit a snag.









Macfusion automount