Access Windows share from FreeBSD

2004-06-02 Thread Dustin
I'm trying to get access to a shared folder on my XP machine from
FreeBSD 4.8. I can ping, but when I run the following:

mount_smbfs -I samba.mydomain.com //[EMAIL PROTECTED]/public /smb/public

I get the following error:

mount_smbfs: vfsload(smbfs): Operation not permitted

Any help?

~Dustin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Access Windows share from FreeBSD

2004-06-02 Thread Luke Kearney

On Wed, 2 Jun 2004 10:37:53 -0500
"Dustin" <[EMAIL PROTECTED]> spake thus:

> I'm trying to get access to a shared folder on my XP machine from
> FreeBSD 4.8. I can ping, but when I run the following:
> 
> mount_smbfs -I samba.mydomain.com //[EMAIL PROTECTED]/public /smb/public
> 
> I get the following error:
> 
> mount_smbfs: vfsload(smbfs): Operation not permitted
> 
> Any help?
> 
> ~Dustin

 try running the cmd as root

LukeK

-- 
Luke Kearney <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Access Windows share from FreeBSD

2004-06-02 Thread Dustin
Thanks, that worked.  Guess I can login as root, mount, then log in as a
normal user.

Thanks!

Dustin 

-Original Message-
From: Luke Kearney [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 02, 2004 10:41 AM
To: Dustin
Cc: [EMAIL PROTECTED]
Subject: Re: Access Windows share from FreeBSD


On Wed, 2 Jun 2004 10:37:53 -0500
"Dustin" <[EMAIL PROTECTED]> spake thus:

> I'm trying to get access to a shared folder on my XP machine from 
> FreeBSD 4.8. I can ping, but when I run the following:
> 
> mount_smbfs -I samba.mydomain.com //[EMAIL PROTECTED]/public /smb/public
> 
> I get the following error:
> 
> mount_smbfs: vfsload(smbfs): Operation not permitted
> 
> Any help?
> 
> ~Dustin

 try running the cmd as root

LukeK

--
Luke Kearney <[EMAIL PROTECTED]>



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Access Windows share from FreeBSD (Cannot write)

2004-06-02 Thread Dustin
I'm able to read from the smb share but I cannot write to it.
Permissions in XP are set up correctly, do you know why I wouldn't be
able to write to the directory?

~dustin

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dustin
Sent: Wednesday, June 02, 2004 11:51 AM
To: Luke Kearney
Cc: [EMAIL PROTECTED]
Subject: RE: Access Windows share from FreeBSD


Thanks, that worked.  Guess I can login as root, mount, then log in as a
normal user.

Thanks!

Dustin 

-Original Message-
From: Luke Kearney [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 02, 2004 10:41 AM
To: Dustin
Cc: [EMAIL PROTECTED]
Subject: Re: Access Windows share from FreeBSD


On Wed, 2 Jun 2004 10:37:53 -0500
"Dustin" <[EMAIL PROTECTED]> spake thus:

> I'm trying to get access to a shared folder on my XP machine from
> FreeBSD 4.8. I can ping, but when I run the following:
> 
> mount_smbfs -I samba.mydomain.com //[EMAIL PROTECTED]/public /smb/public
> 
> I get the following error:
> 
> mount_smbfs: vfsload(smbfs): Operation not permitted
> 
> Any help?
> 
> ~Dustin

 try running the cmd as root

LukeK

--
Luke Kearney <[EMAIL PROTECTED]>



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Access Windows share from FreeBSD (Cannot write)

2004-06-02 Thread Micheal Patterson


- Original Message - 
From: "Dustin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 02, 2004 12:17 PM
Subject: RE: Access Windows share from FreeBSD (Cannot write)


> I'm able to read from the smb share but I cannot write to it.
> Permissions in XP are set up correctly, do you know why I wouldn't be
> able to write to the directory?
>
> ~dustin
>


If I recall this particular problem correctly, Windows uses 2 sets of
permissions. Permissions on the files/folder itself and then share
permissions to that file/folder. Whichever is more restrictive is honored
when an attempt is made to write to it. Make sure that the proper
permissions are in both places.

--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"