Linux 自动挂载脚本
echo "mount -t nfs {服务端ip}:/{共享目录} {挂载目录}" >> /etc/rc.local
例如
echo "mount -t nfs 10.122.27.108:/Gainet_NFS/919398d2-83f6-4b20 /Gainet_NFS" >> /etc/rc.local
发布时间:2019-05-22 浏览次数:2827
Linux 自动挂载脚本
echo "mount -t nfs {服务端ip}:/{共享目录} {挂载目录}" >> /etc/rc.local
例如
echo "mount -t nfs 10.122.27.108:/Gainet_NFS/919398d2-83f6-4b20 /Gainet_NFS" >> /etc/rc.local