Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-02-2007, 04:30 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2006
Location: Rotten Arkansas
Distribution: Ubuntu 8.04, OpenSuse 10.3, OpenSuse 10.2
Posts: 13
Rep:
|
mount samba share as guest user
Very simple samba shares set up for anonymous access only.
Trying to mount the shares under opensuse 10.2; keep getting "permission denied" error.
Here is the appropriate entry in fstab:
//server/share /home/user/dir cifs rw,username=guest,password=,uid=1000,gid=100 0 0
I can post the samba.conf file off the server if that would be helpful. Thanks much.
|
|
|
|
06-04-2007, 07:08 AM
|
#2
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Try: //server/share /home/user/dir cifs rw,username=guest,password=,users,umask=008 0 0
|
|
|
|
06-05-2007, 10:50 AM
|
#3
|
|
LQ Newbie
Registered: Mar 2006
Location: Rotten Arkansas
Distribution: Ubuntu 8.04, OpenSuse 10.3, OpenSuse 10.2
Posts: 13
Original Poster
Rep:
|
Thanks. That's making progress. No longer having permissions troubles.
When trying to mount using fstab, the computer can't see the server. I can browse to it just fine. Any further suggestions?
|
|
|
|
06-05-2007, 01:55 PM
|
#4
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Are you using the IP address of the Windows system in the fstab line entry?? You might want to delay mounting the remote server until after the network is up and running.
Some do this by placing a mount command in the /etc/rc.d/rc.local file (Red Hat based system), example below;
mount -t cifs //Server/share /mnt/point -o credentials=/path/to/cifs.txt -rw
The cifs.txt file is just the username and password used for the remote system, example;
username=fred
password=letmein
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:56 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|