10 Eylül 2018 Pazartesi

fstab sshfs

/etc/fuse.conf : dosyası içini öncelikli olarak aşağıda ki gibi yazmanız lazım

________________________________________________________________
# Set the maximum number of FUSE mounts allowed to non-root users.                                                                                                                                               
# The default is 1000.                                                                                                                                                                                           
#                                                                                                                                                                                                                 
mount_max = 1000

# Allow non-root users to specify the 'allow_other' or 'allow_root'                                                                                                                                               
# mount options.                                                                                                                                                                                                 
#                                                                                                                                                                                                                 
user_allow_other
----------------------------------------------------------------------------------------------------


$ id

uid=1000(kerim) gid=1000(kerim) gruplar=1000(kerim),56(bumblebee),90(network),98(power),973(docker),975(libvirt),985(users),988(storage),998(wheel)

--------------------------------------------------------------------------------------------------

/etc/fstab : Dosyasının içi:
__________________________________________________________________



username@fqdn_or_ip_address:/     /net/mount_point        fuse.sshfs                                                         users,allow_other,noauto,uid=1000,gid=1000,_netdev       0  0

---------------------------------------------------------------------------------------------------

$ mount  /net/mount_point





Hiç yorum yok:

Yorum Gönder