From owner-freebsd-questions@FreeBSD.ORG Sat Mar 1 11:37:58 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49327F45 for ; Sat, 1 Mar 2014 11:37:58 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2080414C6 for ; Sat, 1 Mar 2014 11:37:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=5mAgXySozd3EB4CCAT4S5r/w+meKr4d8OYQgRcBQbDc=; b=GVkp+T3XK70oEVEsGbtyXgD7mFqeepRbvsil8OQyyV1QPgqmgTyCASbeLUgJPQmdo5+wfBja34seSVQ7jGy+DY/9oC+6hqdRHHthwWvw795t3gQPaZhKD/NwLIjOGGCB1gGR04DoTHbIVkYOYLU6w2TxWnojslAdXlp/n1Z4MNU=; Received: from [39.197.53.239] (port=44258 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WJiEu-003ez7-6c; Sat, 01 Mar 2014 04:37:57 -0700 Date: Sat, 1 Mar 2014 19:37:50 +0800 From: Erich Dollansky To: ajtiM Subject: Re: a big mistake-deleted etc Message-ID: <20140301193750.6f313c98@X220.alogt.com> In-Reply-To: <93587E47-FB33-47B5-B662-CD2337C59F0F@gmail.com> References: <50AC4930-2F20-4CDD-918F-765BBD3A82C5@gmail.com> <20140301041416.015b5929.freebsd@edvax.de> <83AFB9BA-0AA8-4E4A-B2EF-08A3F2061D81@gmail.com> <20140301191251.1b49555a@X220.alogt.com> <93587E47-FB33-47B5-B662-CD2337C59F0F@gmail.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: Polytropon , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 11:37:58 -0000 On Sat, 1 Mar 2014 06:24:00 -0500 ajHi, tiM wrote: > On Mar 1, 2014, at 6:12 AM, Erich Dollansky > wrote: > > > Hi, > > > > On Sat, 1 Mar 2014 06:06:17 -0500 > > ajtiM wrote: > > > >> The problem is because I cannot boot in single mode. I use > >> mountroot>ufs:/dev/my disk and it mounted read only > >> > >> If I boot Live CD and run: > >> mount -t ufs -o rw /dev/my disk it cannot find it. > >> > >> If I use > >> > >> mountroot>ufs:/dev/my disk o rw > >> than I got error 22. > >> > > can you give the commands and the real device name as you use it? > > > > Erich > > mount -t ufs -o rw /dev/ada0p5 (LiveCD) > > ufs:/dev/ada0p5 (mount root and is read only) > ufs:/dev/ada0p5 o rw than I got error 22 > ok, this cannot work. You must create a memory disk, create a file system in there and mount it then there. It is not possible to mount a file system r/w on a LiveCD as the CD is not writable. Erich