Date: Sat, 17 Jul 1999 16:06:38 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: "Leif Neland" <leifn@neland.dk> Cc: "FreeBSD Hackers" <hackers@FreeBSD.ORG> Subject: Re: softupdates on root partition, no floppy Message-ID: <199907172306.QAA81618@apollo.backplane.com> References: <007301bed09c$e50777a0$0e00a8c0@neland.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
:I have a machine with two scsi disks, one with /, one with /usr, and no :floppy. :I have turned on softupdates on /usr while usr was unmounted, but I can't :turn on softupdates on /, because it is always mounted. : :Normally the answer would be to boot on a floppy, but the machine doesn't :have a floppydrive. : :Is there any way to force softupdate on on a mounted system, or do I have to :either move the / to another machine, or move a floppydrive to this machine? : :Leif If you boot single-user, root will be mounted read-only and you should be able to 'tunefs -n enable /dev/rda0a' and reboot. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907172306.QAA81618>