Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2002 18:36:07 +0200
From:      Alson van der Meulen <freebsd@alm.xs4all.nl>
To:        "Christopher J. Umina" <FJU@Fritzilldo.com>
Cc:        questions@freebsd.org
Subject:   Re: no /bin/login?!?!
Message-ID:  <20020421163607.GC7999@alm.xs4all.nl>
In-Reply-To: <006101c1e951$3217d510$0301a8c0@fritz>
References:  <001201c1e94a$2b550b50$0301a8c0@fritz> <20020421174337.B82499@mars.thuis> <004001c1e94c$20984180$0301a8c0@fritz> <20020421155617.GA7999@alm.xs4all.nl> <005001c1e94d$a2fd56f0$0301a8c0@fritz> <20020421161017.GB7999@alm.xs4all.nl> <006101c1e951$3217d510$0301a8c0@fritz>

next in thread | previous in thread | raw e-mail | index | archive | help
Christopher J. Umina(FJU@Fritzilldo.com)@2002.04.21 12:25:47 +0000:
> I need some help with the fixit disks, I don't know how to mount my
> filesystems, I do what I normally do, but it tells me they're not devices.
> (if you don't hear from me I had to run a few erronds, I'll be back)
I guess the devices for your filesystems don't exist in /dev. I usually
create them manually with mknod (look at other box for major/minor
numbers), but you might be able to convince sysinstall to do it for you
;)

If you own a CD set, you could use the CD with live FS (CD2 IIRC), it's
a bit more complete then the fixit floppy. This won't help if the box
doesn't have a CD drive though.

I suggest you look up the nescessary major/minor numbers for the devices
you need, e.g. ad0s1a:
crw-r-----  2 root  operator  116, 0x00020000 Apr 20 03:22 /dev/ad0s1a
This is a character special, major 116, minor 0x00020000

You can create it with mknod /dev/ad0s1a c 116 0x00020000

After creating these devices, you should be able to mount them.

Alson

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020421163607.GC7999>