On Wed, 29 Jun 2005, [ISO-8859-1] Kövesdán Gábor wrote:

    # mount -u /

The -u option is actually the "update" option, which tries to restore the mount options of the file system to the defaults defined in /etc/fstab
(which includes "rw" too).

I've tried it, but when I run fsck it wrtites:

** /dev/as0s1a (NO WRITE)

You shouldn't fsck write-enabled file systems. The usual things I run whenever I'm in single user mode are (the order *IS* important):

        # adjkerntz -i
        # swapon -a
        # fsck -p
        # mount -u /
        # mount -va

And if I try to enable MAC multilabeling or SoftUpdates I get:

tunefs: /dev/ad0s1a: Failed to write superblock

Probably because you have already remounted your root file system as read-write.

- Giorgos
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to