Hello I have the following problem: I mapped my share on linux (with samba) with a letter Z: . how can I change title when accessing this share from My computer in WinXP. This title is : share_name on "Samba 3.0.4-SUSE (address ip)" (Z:) Smb.conf server string = Server announce as = linux announce version = 5.1 Samba was installed from rpm. Is there anything I can do to change this title? I would like this title to appear like: share_name on "linux (ip_addres)" (Z: ) Thanks.
Add this line to your smb.conf: server string = <put_some_text_here> Steve :) -- Paul wrote:> Hello > > > > I have the following problem: I mapped my share on linux (with samba) > with a letter Z: . how can I change title when accessing this share > from My computer in WinXP. > > This title is : share_name on "Samba 3.0.4-SUSE (address ip)" (Z:) > > > > Smb.conf > > server string = Server > > announce as = linux > > announce version = 5.1 > > > > Samba was installed from rpm. Is there anything I can do to change > this title? > > I would like this title to appear like: share_name on "linux > (ip_addres)" (Z: ) > > > > Thanks.