From owner-freebsd-questions@FreeBSD.ORG Tue Apr 16 10:02:46 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02DC1E4B for ; Tue, 16 Apr 2013 10:02:46 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) by mx1.freebsd.org (Postfix) with ESMTP id B9B4DF78 for ; Tue, 16 Apr 2013 10:02:45 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id ia10so222364vcb.26 for ; Tue, 16 Apr 2013 03:02:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=O90w36XX/I71z/2uZ5v7SF68sEhagW/4pA5zheJZiNY=; b=dCTkXGEvt38/1j6mwC0Sh3oNHJer1W0FZeawPVEDOS7HATknBY61woCVWaJ7t91BGm buuBuyeIqXHr1ItI2yUy/EreFfZDaDKIVq2r7p+6USo5ba+ImHTlgFPWT+MOrOfxrRZs bfalcC8hOkR8NNHcxKL94weNUwS8adBc6DL+npC7Z3WvTfPHr4NZpE4DFJa51f1Qxfu4 zf6juLGS6VAp4kZ0JU6sZQcPv10zPEeh2bRbxtRruydbP5QImTo9d+mvBW76P/3P1dnW KsUfvyHfi5wt6xFWMF1h/BfXFP98a7nYnjCRaAklVdrRPKi1bbJiVMi7lV/pXgNaAUA2 kQhA== MIME-Version: 1.0 X-Received: by 10.52.27.52 with SMTP id q20mr892483vdg.16.1366106558887; Tue, 16 Apr 2013 03:02:38 -0700 (PDT) Received: by 10.58.132.203 with HTTP; Tue, 16 Apr 2013 03:02:38 -0700 (PDT) In-Reply-To: <516D1CCC.6020404@marlinbrighton.com> References: <516D071B.4030708@marlinbrighton.com> <516D1CCC.6020404@marlinbrighton.com> Date: Tue, 16 Apr 2013 03:02:38 -0700 Message-ID: Subject: Re: FreeBSD fstab Entry for Windows Share From: Mehmet Erol Sanliturk To: Dave Anderson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 10:02:46 -0000 On Tue, Apr 16, 2013 at 2:41 AM, Dave Anderson wrote: > When you put the entry in fstab and then try to mount it with fstab > providing the details, what happens? i.e. without doing a reboot, test > fstab by doing the mounts from the command line with the details in fstab > > regards > Dave > http://www.marlinbrighton.com > > > On 16/04/2013 10:34, Mehmet Erol Sanliturk wrote: > >> Dear Dave , By using information from Polytropon's message , I could be >> able to define /etc/fstab entry correctly . With respect to your question : >> When an entry is erroneous in /etc/fstab file , booting is entering into >> single user mode . After correction of erroneous entry , a fast boot is >> restarting . The above cycle is continuing up to a completely correct >> /etc/fstab file is supplied . Thank you very much . Mehmet Erol Sanliturk >> > > Dear Dave , My intention was to eliminate separate mount statement . For this , a "noauto" is not used . This is allowing login as a regular user into server , there is no any necessity to mount and umount statements . Therefore , I did not try "noauto" and then "mount" . Thank you very much . Mehmet Erol Sanliturk