Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2002 12:53:23 -0400
From:      "Christopher J. Umina" <FJU@Fritzilldo.com>
To:        "Alson van der Meulen" <freebsd@alm.xs4all.nl>
Cc:        <questions@freebsd.org>
Subject:   Re: no /bin/login?!?!
Message-ID:  <006701c1e955$0dc46030$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> <20020421163607.GC7999@alm.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Okay everybody who helped me, thanks..  I got all my data back, but the one
question I have is, is there any way I can do an ls or something that goes
through a filesysem and tells me only executable files?  Or binaries?  I
just copied the whole /usr/home dir to my /tmp drive. (which was empty)
Other than that I'm all set and wondering what version of BSD to install and
how people recommend I install it.
----- Original Message -----
From: "Alson van der Meulen" <freebsd@alm.xs4all.nl>
To: "Christopher J. Umina" <FJU@Fritzilldo.com>
Cc: <questions@freebsd.org>
Sent: Sunday, April 21, 2002 12:36 PM
Subject: Re: no /bin/login?!?!


> 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?006701c1e955$0dc46030$0301a8c0>