cat /usr/bin/mount_music.sh #!/bin/bash mount -t cifs -o ro,username=utwig,password=sekrit,vers=3\.0 //10.13.37.137/music /mnt/music ls /usr/bin/mount_music.sh -l ...
I then sudo mount -a to mount everything. I had to use the IP because it wouldn't connect using the server name. Anyways, prior to the mount I made the user and group ownership of the recordings3 ...
For the past four months in this column, we've been building a secured Samba server for our local LAN, using Swat. To spare those of you who have been following this series a fourth summary of the ...
SMB (Server Message Block) is a network protocol that is used to share access to files, printers and serial ports between a Linux or Unix computer and a Windows computer. NFS (Network File System) is ...