ProxmoxTR
Linux e windows dizinin CIFS uzerinden Mount edilmesi - Baskı Önizleme

+- ProxmoxTR (http://www.proxmoxtr.com)
+-- Forum: Proxmox Dökümantasyon (http://www.proxmoxtr.com/forumdisplay.php?fid=4)
+--- Forum: Nasıl Yapılır? (http://www.proxmoxtr.com/forumdisplay.php?fid=7)
+--- Konu Başlığı: Linux e windows dizinin CIFS uzerinden Mount edilmesi (/showthread.php?tid=6)



Linux e windows dizinin CIFS uzerinden Mount edilmesi - nciftci - 22-12-2015

Linux e windows dizinin CIFS uzerinden Mount edilmesi

Bu ornekte,

CIFS sunucu: 192.168.1.220
Kullanici: user
Sifre: 123xyz

yukaridaki bilgilere gore mount islemi yapilmistir. 

CIFS  uzerinde bulunan 192.168.1.220/backup  alanini /mnt klasorune mount edilecektir.

Siz kendi sunucu ip adresinizi, kullanici ve sifrenizi girmelisiniz.


Kod:
# apt-get update
# apt-get install cifs-utils
# mount -t cifs -o username=user,password=123xyz,rw,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 //192.168.1.220/backup /mnt