Добавить
Уведомления

Learn AutoFS in linux (Arabic) Ep61–تعلم نظام الملفات التلقائي في اللينكس ـ الحلقة ٦١

في هذا الفيديو سوف نتعرف على نظام الملفات التلقائي في اللينكس، حيث سوف نرى كيف نقوم بتعريف الخدمه واستخدامها. ################## In this video we will talk about the linux AutoFS of the Auto Mounter in Linux, and see how to configure it, along with simple demos. ################## # useradd -m -d /export/home/test2 -m -u 1005 -U test2 Direct Method: ################################# ### /etc/auto.master.d/shares.autofs ### ################################# /shares /etc/shares.auto --timeout=60 ##################### ### /etc/shares.auto #### ##################### nfs-share1 -rw,sync 172.16.9.13:/NFS/share1 nfs-share2 -rw,sync 172.16.9.13:/NFS/share2 home -rw,sync 172.16.9.13:/NFS/hom Indirect Method: ##################### ### /etc/shares.auto #### ##################### # nfs-share1 -rw,sync 172.16.9.13:/NFS/share1 # nfs-share2 -rw,sync 172.16.9.13:/NFS/share2 # home -rw,sync 172.16.9.13:/NFS/home * -rw,sync 172.16.9.13:/NFS/&

12+
17 просмотров
год назад
12+
17 просмотров
год назад

في هذا الفيديو سوف نتعرف على نظام الملفات التلقائي في اللينكس، حيث سوف نرى كيف نقوم بتعريف الخدمه واستخدامها. ################## In this video we will talk about the linux AutoFS of the Auto Mounter in Linux, and see how to configure it, along with simple demos. ################## # useradd -m -d /export/home/test2 -m -u 1005 -U test2 Direct Method: ################################# ### /etc/auto.master.d/shares.autofs ### ################################# /shares /etc/shares.auto --timeout=60 ##################### ### /etc/shares.auto #### ##################### nfs-share1 -rw,sync 172.16.9.13:/NFS/share1 nfs-share2 -rw,sync 172.16.9.13:/NFS/share2 home -rw,sync 172.16.9.13:/NFS/hom Indirect Method: ##################### ### /etc/shares.auto #### ##################### # nfs-share1 -rw,sync 172.16.9.13:/NFS/share1 # nfs-share2 -rw,sync 172.16.9.13:/NFS/share2 # home -rw,sync 172.16.9.13:/NFS/home * -rw,sync 172.16.9.13:/NFS/&

, чтобы оставлять комментарии