Re: Mounting a samba share on boot?

2012-12-12 Thread Jerry
On Wed, 12 Dec 2012 04:27:31 -0800 (PST) Bill Tillman articulated: > On Tue, 11 Dec 2012 14:08:38 -0800 (PST), Bill Tillman wrote: > > Typically, Samba is used so that Windows or other SMB type > > OS'es can access the server. That said, I would simplify all > > this with the way I have mine setup

Re: Mounting a samba share on boot?

2012-12-12 Thread Bill Tillman
From: Polytropon To: Bill Tillman Cc: "freebsd-questions@freebsd.org" Sent: Wednesday, December 12, 2012 12:40 AM Subject: Re: Mounting a samba share on boot? On Tue, 11 Dec 2012 14:08:38 -0800 (PST), Bill Tillman wrote: > Typically, Samba is

Re: Mounting a samba share on boot?

2012-12-11 Thread Polytropon
On Tue, 11 Dec 2012 14:08:38 -0800 (PST), Bill Tillman wrote: > Typically, Samba is used so that Windows or other SMB type > OS'es can access the server. That said, I would simplify all > this with the way I have mine setup. You will of course need > the shares configured in your smb.conf, then sim

Re: Mounting a samba share on boot?

2012-12-11 Thread Bill Tillman
From: Polytropon To: Hanafi Syahroini Cc: freebsd-questions@freebsd.org Sent: Tuesday, December 11, 2012 11:57 AM Subject: Re: Mounting a samba share on boot? On Tue, 11 Dec 2012 23:25:56 +0700, Hanafi Syahroini wrote: > [nothing] First of all, it&#x

Re: Mounting a samba share on boot?

2012-12-11 Thread Polytropon
On Tue, 11 Dec 2012 23:25:56 +0700, Hanafi Syahroini wrote: > [nothing] First of all, it's not uncommon to place the question into the message body (which you did not), and using a descriptive subject (which you did). :-) So I assume your question is _how_ to mount a SMB share at boot. This can

Re: Mounting a samba share on boot?

2012-12-11 Thread Tim Daneliuk
On 12/11/2012 10:25 AM, Hanafi Syahroini wrote: This can be done with appropriate entries in /etc/fstab. However, I'd recommend against doing so because, if the SMB server is unreachable when the FreeBSD system boots, the FreeBSD box will hang looking for the SMB connection. A better way is to

Mounting a samba share on boot?

2012-12-11 Thread Hanafi Syahroini
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Mounting a samba share on boot?

2012-03-11 Thread Polytropon
On Sun, 11 Mar 2012 20:20:15 +0400, Льоша Лоїк wrote: { nothing } Even though you wrote nothing, I assume that the subject "Mounting a samba share on boot?" contains your question. Answer: You can put the required line in /etc/fstab, and provide access details (workgroup, user, pa

Mounting a samba share on boot?

2012-03-11 Thread Льоша Лоїк
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: [lorenl@alzatex.com: Re: Mounting a samba share on boot?]

2005-02-03 Thread Loren M. Lang
On Tue, Feb 01, 2005 at 05:09:54PM +, Mark Ovens wrote: > Ruben de Groot wrote: > >On Mon, Jan 31, 2005 at 05:47:53AM -0800, Loren M. Lang typed: > >>On Mon, Jan 31, 2005 at 12:38:53PM +, Mark Ovens wrote: > >>> Loren M. Lang wrote: > >>> >replacing MYWORKGROUP, SERVER, USER, secret as necc

Re: [lorenl@alzatex.com: Re: Mounting a samba share on boot?]

2005-02-01 Thread Mark Ovens
Ruben de Groot wrote: On Mon, Jan 31, 2005 at 05:47:53AM -0800, Loren M. Lang typed: On Mon, Jan 31, 2005 at 12:38:53PM +, Mark Ovens wrote: > Loren M. Lang wrote: > >replacing MYWORKGROUP, SERVER, USER, secret as neccessary. Make sure > >nsmb.conf is only readable by root. Add the following

Re: [lorenl@alzatex.com: Re: Mounting a samba share on boot?]

2005-02-01 Thread Ruben de Groot
On Mon, Jan 31, 2005 at 05:47:53AM -0800, Loren M. Lang typed: > On Mon, Jan 31, 2005 at 12:38:53PM +, Mark Ovens wrote: > > Loren M. Lang wrote: > > >replacing MYWORKGROUP, SERVER, USER, secret as neccessary. Make sure > > >nsmb.conf is only readable by root. Add the following line to fstab:

Re: [lorenl@alzatex.com: Re: Mounting a samba share on boot?]

2005-01-31 Thread Mark Ovens
Loren M. Lang wrote: On Mon, Jan 31, 2005 at 12:38:53PM +, Mark Ovens wrote: Loren M. Lang wrote: >replacing MYWORKGROUP, SERVER, USER, secret as neccessary. Make sure >nsmb.conf is only readable by root. Add the following line to fstab: > >//[EMAIL PROTECTED]/share /mnt/share smbfs

Re: [lorenl@alzatex.com: Re: Mounting a samba share on boot?]

2005-01-31 Thread Loren M. Lang
On Mon, Jan 31, 2005 at 12:38:53PM +, Mark Ovens wrote: > Loren M. Lang wrote: > >replacing MYWORKGROUP, SERVER, USER, secret as neccessary. Make sure > >nsmb.conf is only readable by root. Add the following line to fstab: > > > >//[EMAIL PROTECTED]/share /mnt/share smbfs rw

Re: Mounting a samba share on boot?

2005-01-31 Thread Ruben de Groot
On Mon, Jan 31, 2005 at 12:42:29AM -0800, Mac Mason typed: > Can anybody point me at some documenation for mounting a samba share at boot > time? I'm used to the linux-style trick of adding it to fstab and pointing it > at a credentials file, but am pretty sure that won't work in FreeBSD. See nsmb

Re: [lorenl@alzatex.com: Re: Mounting a samba share on boot?]

2005-01-31 Thread Mark Ovens
Loren M. Lang wrote: replacing MYWORKGROUP, SERVER, USER, secret as neccessary. Make sure nsmb.conf is only readable by root. Add the following line to fstab: //[EMAIL PROTECTED]/share /mnt/share smbfs rw 0 0 PMJI, but do you know if it's possible to handle a share na

[lorenl@alzatex.com: Re: Mounting a samba share on boot?]

2005-01-31 Thread Loren M. Lang
Sorry, forgot to hit group reply. - Forwarded message from "Loren M. Lang" <[EMAIL PROTECTED]> - Date: Mon, 31 Jan 2005 02:32:14 -0800 From: "Loren M. Lang" <[EMAIL PROTECTED]> To: Mac Mason <[EMAIL PROTECTED]> Subject: Re: Mounting a samba share o

Mounting a samba share on boot?

2005-01-31 Thread Mac Mason
Can anybody point me at some documenation for mounting a samba share at boot time? I'm used to the linux-style trick of adding it to fstab and pointing it at a credentials file, but am pretty sure that won't work in FreeBSD. I'm running 5.3-RELEASE. Thanks! --Mac -- Julian "Mac" Mason