Subject: Re: acpi functional porting
To: Chavdar Ivanov <ci4ic4@gmail.com>
From: Brian de Alwis <bsd@cs.ubc.ca>
List: current-users
Date: 02/20/2007 17:19:20
On 2007.02.20 22:10:50 +0000, Chavdar Ivanov wrote:
> On 20/02/07, Brian de Alwis <bsd@cs.ubc.ca> wrote:
> >Use of `umount -f' should prevent the need for fscks.
>
> The root f/s cannot be forcibly unmounted (and that's all I've got on
> the laptop).
 
Oops, sorry, I had a brain hiccup -- rather, forcibly mount root
(and any other fs's) as read-only:

    # mount -f -o ro /
    # mount
    /dev/wd0a on / type ffs (read-only, local)
    kernfs on /kern type kernfs (local)
    procfs on /proc type procfs (local)
    procfs on /usr/pkg/emul/linux/proc type procfs (local)

Brian.

-- 
  Brian de Alwis | Software Practices Lab | UBC | http://www.cs.ubc.ca/~bsd/
      "Amusement to an observing mind is study." - Benjamin Disraeli