From owner-freebsd-questions@FreeBSD.ORG Fri Aug 13 19:12:36 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 365391065673 for ; Fri, 13 Aug 2010 19:12:36 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B49588FC15 for ; Fri, 13 Aug 2010 19:12:35 +0000 (UTC) Received: by bwz20 with SMTP id 20so53663bwz.13 for ; Fri, 13 Aug 2010 12:12:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/V6vTYtVf9kiSAlJSDnYlzJAa7xyaCiV+H92hiAAlMo=; b=rqgDbdxGIXxEvA8mX7eb+Tq1KGnOYcuBrAEQHwry3wOET6Mx10BR8jIFYeyL1GNNL+ 9k2tdwI48N++/nLPV+wiQXDnlegtd/1lLhua3CBGp13WQF4wQPwocmHv22QBia4ysRwZ T/K/pgDogT/Mmpyx9EMTXzwvoKWDThvoNzFPc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JLvYItT86K/hPc3QUll5wj0AeO6x3Z7nmw/KxbuW4hayEz9hquP1p0kgyaqCQ2Wnnb E24JPWECjTWr7LGWIlzHu3yTvBMccxdIIxpljpI+Q/dCOh2xu2371RGenDEYPIFFltxh HACOaxNwFRUwu7rlpHKevcnIElfW0Wf4pLd/c= MIME-Version: 1.0 Received: by 10.204.54.72 with SMTP id p8mr1000495bkg.163.1281726753139; Fri, 13 Aug 2010 12:12:33 -0700 (PDT) Received: by 10.204.83.29 with HTTP; Fri, 13 Aug 2010 12:12:33 -0700 (PDT) In-Reply-To: References: <4C6139AB.8020306@nagual.nl> <20100810131343.GB48376@slackbox.erewhon.net> Date: Fri, 13 Aug 2010 21:12:33 +0200 Message-ID: From: David DEMELIER To: Victor Ophof Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Roland Smith , freebsd-questions@freebsd.org Subject: Re: AHCI driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2010 19:12:36 -0000 2010/8/10 Victor Ophof : > > >> -----Oorspronkelijk bericht----- >> Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- >> questions@freebsd.org] Namens Roland Smith >> Verzonden: dinsdag 10 augustus 2010 15:14 >> Aan: Victor Ophof >> CC: freebsd-questions@freebsd.org; dick@nagual.nl >> Onderwerp: Re: AHCI driver >> >> On Tue, Aug 10, 2010 at 02:37:42PM +0200, Victor Ophof wrote: >> > >> > Its better to enable, >> > >> > but AD4 can get renamed to ada0 >> >> I think you should change "can" to "will". :-) >> >> > but it's easy to fix >> > you just need to edit the /etc/fstab to point to the newly named drive= s >> .. >> >> Do this _before_ rebooting! When I rebooted into single user mode to >> update my >> laptop running 8.0 to 8.1, I couldn't edit my /etc/fstab, because my / w= at >> mounted read-only, and I could not get it to remount as read/write! I ha= d >> to >> boot with the old kernel (/boot/kernel.old/kernel) to be able to mount >> root as >> read/write and fix etc/fstab! > > There is a trick on the web, > Something with mount -u then mount -a .. but the next link sounds better = :) > http://www.wonkity.com/~wblock/docs/html/ahci.html > > >> Roland >> -- >> R.F.Smith =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 http://www.xs4all.= nl/~rsmith/ >> [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated= ] >> pgp: 1A2B 477F 9970 BA3C 2914 =C2=A0B7CE 1277 EFB0 C321 A725 (KeyID: C32= 1A725) > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > In single-user mode, just use mount -o rw / and it works. I personnaly do this before editing something in single-user mode : # mount -o rw / # mount /var # mount /usr # TERM=3Dvt100 vi /etc/fstab and everything is okay ;-) --=20 Demelier David