Changes

Linux CIFS Utils and Samba

419 bytes added, 16:20, 27 February 2014
/* Mounting Windows shares on your Linux system */
The following lines were added (+) and removed (-):
You have to create an empty directory for the mount point.  This should be done in /mnt for all mount points you create.=== command line mount ===Quick basic examples of command line mounts mount -t cifs -o username=USERNAME,password=PASSWD //192.168.1.88/shares /mnt/share mount -t cifs //192.168.1.102/share_name /media/my_share -o username=theuser,password=thepass,iocharset=utf8,file_mode=0777,dir_mode=0777
Bureaucrat, administrator
16,192
edits