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'll try to explain this the best I can. I have a Fedora Core 3 server sharing out my home drive. "/home/kevin/media" the smb file on the server is simple and works from my XP machine fine. I have the ...