Re: Changed a filesystem's name -- now system hangs on reboot (help)

2003-07-10 Thread Chuck Swiger
[EMAIL PROTECTED] wrote:
[ ... ]
I've looked through the handbook and tried (unsuccessfully) to reboot into
single-user mode or otherwise get to a place where I can either comment out
the line in fstab or skip the check -- no luck.
Any ideas much appreciated.
This is when you boot single-user mode off of the install CD, or the FIXIT CD 
(#2) if you have that around.  Then mount your hard drive's root partition on 
/mnt (or make something in /tmp), and fix the problem.

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


Re: Changed a filesystem's name -- now system hangs on reboot (help)

2003-07-10 Thread Joshua Oreman
On Thu, Jul 10, 2003 at 03:09:35AM -0400 or thereabouts, Chuck Swiger wrote:
 [EMAIL PROTECTED] wrote:
 [ ... ]
 I've looked through the handbook and tried (unsuccessfully) to reboot into
 single-user mode or otherwise get to a place where I can either comment out
 the line in fstab or skip the check -- no luck.
 
 Any ideas much appreciated.
 
 This is when you boot single-user mode off of the install CD, or the FIXIT 
 CD (#2) if you have that around.  Then mount your hard drive's root 
 partition on /mnt (or make something in /tmp), and fix the problem.

Completely unnecessary.

Here's what you do:
Booting [/kernel] in 9 seconds ... press Space
OK boot -s
...
Enter shell or RETURN for /bin/sh: press Enter
# mount -uw /
# mount /usr
# my_favorite_editor /etc/fstab
# umount /usr
# exit

-- Josh

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


Re: Changed a filesystem's name -- now system hangs on reboot (help)

2003-07-10 Thread Chuck Swiger
Joshua Oreman wrote:
On Thu, Jul 10, 2003 at 03:09:35AM -0400 or thereabouts, Chuck Swiger wrote:
[ ... ]
This is when you boot single-user mode off of the install CD, or the FIXIT 
CD (#2) if you have that around.  Then mount your hard drive's root 
partition on /mnt (or make something in /tmp), and fix the problem.
Completely unnecessary.
While I am a fan of use the existing tools to fix the problem without physical 
intervention if at all possible-- remote management does that to you-- I think 
what the OP was asking was what should I do if I've screwed up the config on 
the hard drive enough that it won't boot properly, and I want to start from a 
known-working environment to fix things.

Booting single-user off a CD may be completely unnecessary in this particular 
case; nevertheless, it's a valid solution to the problem.

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


Re: Changed a filesystem's name -- now system hangs on reboot (help)

2003-07-10 Thread Mark Woodson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 10 July 2003 10:01 am, Joshua Oreman wrote:
 On Thu, Jul 10, 2003 at 03:09:35AM -0400 or thereabouts, Chuck Swiger wrote:
  [EMAIL PROTECTED] wrote:
  [ ... ]
 
  I've looked through the handbook and tried (unsuccessfully) to reboot
   into single-user mode or otherwise get to a place where I can either
   comment out the line in fstab or skip the check -- no luck.
  
  Any ideas much appreciated.
 
  This is when you boot single-user mode off of the install CD, or the
  FIXIT CD (#2) if you have that around.  Then mount your hard drive's root
  partition on /mnt (or make something in /tmp), and fix the problem.

 Completely unnecessary.

 Here's what you do:
 Booting [/kernel] in 9 seconds ... press Space
 OK boot -s
 ...
 Enter shell or RETURN for /bin/sh: press Enter
 # mount -uw /
 # mount /usr
 # my_favorite_editor /etc/fstab
 # umount /usr
 # exit

If you're favorite editor is vi, then you'll need to mount /var or it will 
complain.

- -Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/DazvF/yyV91po54RAtyNAJ9EUCiLab8MxJt7nBvIluOu6LjtLACdHBVL
FdE+Qi9U23GKTyn37CoMS/o=
=BS0x
-END PGP SIGNATURE-

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