Student Reviews
( 5 Of 5 )
1 review
Video of Learn AutoFS in linux (Arabic) Ep61–تعلم نظام الملفات التلقائي في اللينكس ـ الحلقة ٦١ in RHCE Level 1 course by Shako Mako Tech شكو ماكو channel, video No. 63 free certified online
في هذا الفيديو سوف نتعرف على نظام الملفات التلقائي في اللينكس، حيث سوف نرى كيف نقوم بتعريف الخدمه واستخدامها.
##################
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 --timeout60
#####################
### /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/&