顯示具有 CIFS 標籤的文章。 顯示所有文章
顯示具有 CIFS 標籤的文章。 顯示所有文章

2018年1月31日

CentOS 7 開機掛載 網路硬碟

CentOS 7 掛載 沒有認證的網路硬碟



# vi /etc/fstab


//123.123.123.123/share1 /mnt/s1 cifs root,uid=0,rw,suid,username="",password="" 0 0
//123.123.123.123/share2 /mnt/s2 cifs root,uid=0,rw,suid,username="",password="" 0 0