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

2019年7月9日

Linux 掛載 網路硬碟

今天用 ProxmoxVE 備份檔案時,用到的指令及路徑。
# mount.cifs //remote.ip/path /mnt/local/path -o vers=1.0



PVE 備份檔案的路徑。
/var/lib/vz/dump

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