Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2010 21:12:33 +0200
From:      David DEMELIER <demelier.david@gmail.com>
To:        Victor Ophof <mr4hughz@hotmail.com>
Cc:        Roland Smith <rsmith@xs4all.nl>, freebsd-questions@freebsd.org
Subject:   Re: AHCI driver
Message-ID:  <AANLkTimTYSTVzwFqROPfxAFQbJF6M=ngLT9tcMap3Lvb@mail.gmail.com>
In-Reply-To: <SNT142-ds967B50D24349C63525E128C950@phx.gbl>
References:  <4C6139AB.8020306@nagual.nl> <SNT142-w18E920D1253EE370CA730B8C950@phx.gbl> <20100810131343.GB48376@slackbox.erewhon.net> <SNT142-ds967B50D24349C63525E128C950@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
2010/8/10 Victor Ophof <mr4hughz@hotmail.com>:
>
>
>> -----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



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