Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Apr 2006 01:11:41 +0000
From:      valentin_nils@be-known-online.com
To:        Erik Trulsson <ertr1013@student.uu.se>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Passing options to Newfs in the FreeBSD installer
Message-ID:  <20060403011141.bmb14sx3ybhkosg8@www.be-known-online.com>
In-Reply-To: <20060402170546.GA70608@owl.midgard.homeip.net>
References:  <20060402162448.bgqmuf5k3t7osgsg@www.be-known-online.com> <20060402170546.GA70608@owl.midgard.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Erik,

I just wanted to say thank you for pointing me into the right direction.

Turns out, I had a somewhat skewed understanding what "newfs" is for. I
understand now that those options noexec and nosuid are to be passed to the
mount command and the quota options must be enabled in the kernel first.


Thank you also especially for the online man page link. That defintely 
helped a
lot as my installation always fell (understandably ;-)

Best regards

Nils Valentin
http://www.be-known-online.com


Quoting Erik Trulsson <ertr1013@student.uu.se>:

> On Sun, Apr 02, 2006 at 04:24:48PM +0000, 
> valentin_nils@be-known-online.com wrote:
>> Hello FreeBSD Fans ;-),
>>
>> I have a probably simple question,which kept me busy for several 
>> days by now.
>> I have a few years experience with Linux and would like to extend my 
>> knowledge
>> now to the BSD*s.
>>
>> Hopefully my question is not too stupid so that somebody can point 
>> me into the
>> correct direction. Anyway here we go...
>>
>> During the FreeBSD installation I would like to pass parameters to 
>> the programm
>> which creates the filesystem *newfs if I understand that correctly.
>>
>> I would like to pass the following options: nosuid, noexec, userquota &
>> groupquota to some partitions.
>>
>> Whatever I do - even when I want to pass only a single option - I 
>> get as a error
>> message "Invalid argument"
>>
>> 1) Are the above options "nosuid, noexec, userquota, groupquota" 
>> valid options
>> to be passed to the installer programme newfs or do I have some 
>> misspells here
>> ?
>
> Those are not options that can be passed to newfs or used when creating the
> filesystem.  They are options for mount(8) and can be put in /etc/fstab to
> be used when you are mounting the filesystem. (See the mount(8) and fstab(5)
> manpages.)
>
>
>>
>> 2) How would I separate several options in the installers input screen after
>> pressing "G", by komma (,) by semicolon (;) or just by space ( ) ?
>
> Assuming that you are still talking about options to newfs, you write the
> options exactly as you would do on the command line.
> (See the newfs(8) manpage for available options.)
>
> (If you do not have a FreeBSD system available with manpages installed, they
> can also be found at http://www.freebsd.org/cgi/man.cgi )
>
>>
>> I did search the mailing lists up and down and consulted my book 
>> from Michael
>> Lucas and googled, but somehow I didnt find the answer.
>>
>> I would appreciate any replies.
>>
>> Best regards
>>
>> Nils Valentin
>> http://www.be-known-online.com
>
> --
> <Insert your favourite quote here.>
> Erik Trulsson
> ertr1013@student.uu.se
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060403011141.bmb14sx3ybhkosg8>