Dear Friends, I have a running Samba Server on OpenSuse 10.3. On the client side i am accessing these samba share by using: nautilus --> File --> Connect to server. After filling the information in the dialog boxes i am able to access the shared files and folder. The share name is visible in the one side of the pane. What when i am trying to attach a file to my e-mails reside on samba server then the share location is not accessible. Will any body tell me that where is mount point of the share. This is urgent, Vijay Thakur Chandigarh --------------------------------- Get the freedom to save as many mails as you wish. Click here to know how.
Vijay Thakur wrote:> Dear Friends, > > I have a running Samba Server on OpenSuse 10.3. On the client side i am accessing these samba share by using: nautilus --> File --> Connect to server. After filling the information in the dialog boxes i am able to access the shared files and folder. The share name is visible in the one side of the pane. What when i am trying to attach a file to my e-mails reside on samba server then the share location is not accessible. Will any body tell me that where is mount point of the share. > > This is urgent, > > > Vijay Thakur > Chandigarh > > --------------------------------- > Get the freedom to save as many mails as you wish. Click here to know how. >Hi Vijay, First mount your samba share on your system and than try to access it while sending mail. # mount -t cifs //servername/share /mnt provide username and password if required. Hope this helps, Kaustubh.
Vijay Thakur wrote:> > Kaustubh, > > what will be command syntax if i want to mount a smb share permanently > in /etc/fstab with RW mode to a > user = abc and password=12345678 on the domain=documents >Check this : http://kbase.redhat.com/faq/FAQ_71_3420.shtm> I have tried t mount it in may ways but all in vain. > Please help,, I am stuck. > > > */Kaustubh Chaudhari <c_kitu@yahoo.co.in > <mailto:c_kitu@yahoo.co.in>>/* wrote: > > Vijay Thakur wrote: > > Dear Friends, > > > > I have a running Samba Server on OpenSuse 10.3. On the client > side i am accessing these samba share by using: nautilus --> File > --> Connect to server. After filling the information in the dialog > boxes i am able to access the shared files and folder. The share > name is visible in the one side of the pane. What when i am trying > to attach a file to my e-mails reside on samba server then the > share location is not accessible. Will any body tell me that where > is mount point of the share. > > > > This is urgent, > > > > > > Vijay Thakur > > Chandigarh > > > > --------------------------------- > > Get the freedom to save as many mails as you wish. Click here to > know how. > > > Hi Vijay, > > First mount your samba share on your system and than try to access it > while sending mail. > > # mount -t cifs //servername/share /mnt > > provide username and password if required. > > Hope this helps, > > Kaustubh. >