<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
I vaguely remember reading about a similar problem.  Won't smbmount (by default) 
only run for uid=root?  Another thing to check is your smb.conf ... You can
explicitely state which users have 'root' privelages on the share with the
<br>
<br>
admin users = user1, user2, user3 <br>
<br>
directive.<br>
<br>
I think I solved this problem and forgot the solution because mine just works...
;(  Sorry.  <br>
<br>
Andrew<br>
<br>
Eric Penne wrote:<br>
<blockquote type="cite"
 cite="mid20021220214638.19893.qmail@web14203.mail.yahoo.com">
  <pre wrap="">I've partly figured out how to mount it as root and give the user
permissions to write.

smbmount //nt_le/ericp$ /directory -o credentials=file,uid=epenne

I added the uid=epenne before but there was a space instead of a comma
and smbmount just ignored the uid flag.

I still am not allowed to mount the drive without having root
privileges.  Can anybody help?

Eric



--- Eric Penne <a class="moz-txt-link-rfc2396E" href="mailto:epenne@yahoo.com"><epenne@yahoo.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm having troubles mounting a device on an NT4 server and allowing
the
user (not root) to modify the filesystem.

I want the user to be able to mount the filesystem when they login.
I have to send a username and password to the NT server.
I want the user to be able to modify and create files on the mount.

I've added:

//nt_le/ericp$ /home/epenne/fileserver/ericp smbfs
defaults,noauto,user,owner 0 0

to the /etc/fstab

when I try to mount it asks for a password which it takes the
username
from my login of epenne when I want it to login as ericp.

where can I pass the credentials file to the mount command?


I've manually mounted this drive from root using the credentials
file.
The permissions on the drive were for root and user ericp couldn't
write anything to the directories on the mounted drive.

What options do I have to pass the username and password to smbmount
through /etc/fstab?

Eric

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
<a class="moz-txt-link-freetext" href="http://mailplus.yahoo.com">http://mailplus.yahoo.com</a>
_______________________________________________
OLUG mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OLUG@olug.org">OLUG@olug.org</a>
<a class="moz-txt-link-freetext" href="http://lists.olug.org/mailman/listinfo/olug">http://lists.olug.org/mailman/listinfo/olug</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
<a class="moz-txt-link-freetext" href="http://mailplus.yahoo.com">http://mailplus.yahoo.com</a>
_______________________________________________
OLUG mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OLUG@olug.org">OLUG@olug.org</a>
<a class="moz-txt-link-freetext" href="http://lists.olug.org/mailman/listinfo/olug">http://lists.olug.org/mailman/listinfo/olug</a>
  </pre>
</blockquote>
<br>
<br>
</body>
</html>