From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Drokin Subject: Re: A couple of questions Date: Thu, 16 May 2002 09:20:34 +0400 Message-ID: <20020516092034.B6880@namesys.com> References: Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Content-Disposition: inline In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Steve Pratt Cc: reiserfs-list@namesys.com Hello! On Wed, May 15, 2002 at 04:22:22PM -0500, Steve Pratt wrote: > A couple of questions about the ReiserFS utilities. First, does ReiserFS > support labels or not? FAQ says no and refers to lack of space in the 3.5 > superblock. Neither 3.5 nor 3.6 superblock appear to have a label field, > but mkfs has an option for it. Labels are supported in reiserfs v3.6 format. (2.4 supopr was merged into 2.4.19-pre3, if I remember correctly). > Second, what is the option to keep fsck from prompting for 'Yes' when > running. I need to exec this without additional input. Seems like quiet > should do it, but it doesn't. Hans has a decision that this should not be done for now because reiserfsprogs are in active bugfixing stage. You can circumvient this by echo Yes | reiserfsck ... if you need. Bye, Oleg