Return to BSD News archive
Path: sserve!euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!swidir.switch.ch!scsing.switch.ch!news.belwue.de!fu-berlin.de!news.mathworks.com!uunet!in1.uu.net!gwu.edu!seas.legent.com!not-for-mail From: dobrien@seas.legent.com (David O'Brien) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Single User Mode How? Date: 9 Aug 1995 21:03:38 GMT Organization: George Washington University Lines: 16 Message-ID: <40b7ra$n7b@cronkite.seas.gwu.edu> References: <4068h6$fg6$1@sydney.DIALix.oz.au> <406ifr$8nh@gryphon.phoenix.net> NNTP-Posting-Host: 128.164.9.3 X-Newsreader: TIN [UNIX 1.3 950621BETA PL0] Paul Flores (pflores@phoenix.net) wrote: : John Creasey (johnc@sydney.DIALix.oz.au) wrote: : : Ok I have stuffed up my FreeBSD 2.0 PC really badly. : : I need to either boot it from a floppy or get into single : : user mode. : : After you get the prompt, you'll have to mount your / partition as rw : (comes up as r only) After booting single user, mount the root file system read/write by: mount -u /dev/wd0a / For an IDE drive. I believe it is either /dev/sd0a or /dev/hd0a if your root partition is on a SCSI drive. -- David (dobrien@seas.gwu.edu)