Your userland is out of sync with your kernel. I suggest you tell us
what steps you took to get here. I'm referring to steps like:

        - make world
        - compile your kernel
        - update /etc/fstab and the likes
        - update /dev/MAKEDEV

and other things you could come up with that might be related to
modifying your system files.

See if you can get someone to send you a kernel. Boot from the first CD,
go to Fix-it/CDROM and then copy that kernel for example from a floppy
onto the mounted root partition as kernel.CURRENT and reboot again,
booting the new kernel.CURRENT.


Big question: Why do you run current if you don't read the mail
[EMAIL PROTECTED]?

Nick

On Fri, 21 Jan 2000, joanra wrote:

> # mount -u -o rw /
> mount: block device required
> 
> what is the problem? :(
> 
> thanks
> 
> -----Mensaje original-----
> De: Nick Hibma <[EMAIL PROTECTED]>
> Para: joanra <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Fecha: viernes, 21 de enero de 2000 10:53
> Asunto: RE: error wich devices ad*
> 
> 
> >On Fri, 21 Jan 2000, joanra wrote:
> >
> >> I have done all what you have told me to do, but it still doesn't work.
> Now
> >> i have another problem, i have removed the DEVICES WD* (as you told me)
> and
> >> i can't mount partitions. It mounts WD on / but just as READ-ONLY and i
> >> can't do anything, How could i mount it whith writing permisions to
> continue
> >> trying things??
> >
> >When in single user mode:
> >
> > mount -u -o rw /
> >
> >and then
> >
> > mount -a -t ufs
> >
> >When you then type
> >
> > mount
> >
> >you should see
> > /
> > /var
> > /usr
> >mounted. When you then exit from single user mode it should boot.
> >
> >> PS: the error message at init is the same that appeared me the first time
> >> when i make: mount /dev/as2s1f /usr (for example), the error is:
> >> mount: device block required
> >
> >You are sure you have an up to date kernel? This sounds very much like
> >you have an up to date userland but an old kernel. Block devices have
> >been removed from the kernel some weeks ago.
> >
> >Nick
> >
> >>
> >> please help
> >> -----Mensaje original-----
> >> De: Nick Hibma <[EMAIL PROTECTED]>
> >> Para: joanra <[EMAIL PROTECTED]>
> >> Fecha: jueves, 20 de enero de 2000 23:32
> >> Asunto: Re: error wich devices ad*
> >>
> >>
> >> >
> >> >Boot with kernel.old and remake all your devices:
> >> >
> >> > cp /usr/src/etc/MAKEDEV /dev/MAKEDEV
> >> > cd /dev
> >> > sh MAKEDEV all
> >> >
> >> >and make sure you update /etc/fstab as well. wd -> ad, wcd -> acd. Then
> >> >do a to clean up your device tree:
> >> >
> >> > cd /dev
> >> > rm -f wcd* wd* rwcd* rwd*
> >> >
> >> >Nick
> >> >
> >> >On Thu, 20 Jan 2000, joanra wrote:
> >> >
> >> >> Hi when i run freebsd, display:
> >> >>
> >> >> Mounting root from ufs: /dev/ad2s1a
> >> >> no such device ad
> >> >> setrootbyname failed
> >> >> ffs_mountroot: can't find rootvp
> >> >> root mount failed: 6
> >> >> mounting root from ufs: wd2s1a
> >> >> swapon: /dev/ad2s1b: device not configure
> >> >> Automatic reboot in ptogress
> >> >> can't open /dev/ad2s1a: device not configured
> >> >>
> >> >> my fstab:
> >> >>
> >> >> # Device                Mountpoint
> >> >> /dev/ad2s1b             none
> >> >> /dev/ad2s1a             /
> >> >> /dev/ad2s1f             /usr
> >> >> /dev/ad2s1e             /var
> >> >> /dev/cd0c               /cdrom  cd9660
> >> >> proc                    /proc
> >> >>
> >> >> anyone help me please?
> >> >>
> >> >> P.S: i recompiled a new kernel, and i create the new devices ad*, and
> my
> >> hd
> >> >> is seconday
> >> >>
> >> >> thanks
> >> >>
> >> >>
> >> >>
> >> >> To Unsubscribe: send mail to [EMAIL PROTECTED]
> >> >> with "unsubscribe freebsd-current" in the body of the message
> >> >>
> >> >
> >> >--
> >> >[EMAIL PROTECTED]
> >> >[EMAIL PROTECTED]                                          USB project
> >> >http://www.etla.net/~n_hibma/
> >> >
> >> >
> >>
> >>
> >
> >--
> >[EMAIL PROTECTED]
> >[EMAIL PROTECTED]                                          USB project
> >http://www.etla.net/~n_hibma/
> >
> >
> 
> 

--
[EMAIL PROTECTED]
[EMAIL PROTECTED]                                          USB project
http://www.etla.net/~n_hibma/




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to