Hi All,
I was wondering - is there any way to get
a Linux script to run from the windows client ?
To explain - I am building a CD server and
will use something like :-
mount -t iso9660 -o loop,ro /mnt/cdrom/imagename.iso /mnt/vcds/imagename
In smb.conf
[cdroms]
comment = "CD Image Created %T"
path = /mnt/vcds
public = yes
writable = no
only guest = yes
browseable = yes
But I want to be able to mount and unmount them
at will - *not* autmagically with autofs or
automount.
So, I need to be able to make a script that will do the mounts but be able to choose which one when required and also unmount when required both from the win client
Thanks in advance for any help
Graham