Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 1998 13:32:27 +0100
From:      =?iso-8859-1?Q?Patrik_=C5str=F6m?= <patrik.astrom@tv3.se>
To:        "'questions@freebsd.org'" <questions@FreeBSD.ORG>
Subject:   Cannot mount "/" after cvsup to 2.2.6-BETA !
Message-ID:  <43A432602D33D111BA8F00805FA6FE132CC713@STK_FILE>

next in thread | raw e-mail | index | archive | help
Hi everyone !

This morning I did a CVSUP to recompiled my kernel and after installed
it and rebooted I got the error message.

/dev/sd0a on /: Specified device does not match mounted device,
filesystem mount failed.

Do I need to do something different with this new version of FBSD or
have I forgot something ?.

Here are my kernel file and fstab.

machine		"i386"
cpu		"I586_CPU"
ident		WEBBER
maxusers	10
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP
THIS!]
options		SCSI_DELAY=15		#Be pessimistic about Joe SCSI
device
options		BOUNCE_BUFFERS		#include support for DMA bounce
buffers
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor
options		PERFMON
config		kernel	root on sd0
controller	isa0
controller	eisa0
controller	pci0
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector
fdintr
disk		fd0	at fdc0 drive 0
controller	ncr0
controller	scbus0
device		sd0
device		st0
device		cd0	#Only need one of these, the code dynamically
grows
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options		SC_HISTORY_SIZE=400	# number of history buffer lines
device		npx0	at isa? port "IO_NPX" flags 0x1 irq 13 vector
npxintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		lpt0	at isa? port? tty irq 7 vector lptintr
device		psm0	at isa? port "IO_KBD" conflicts tty irq 12
vector psmintr
device vx0
device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
pseudo-device	bpfilter	4
pseudo-device	snp		4
pseudo-device	ccd		4
pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	vn	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
options         SYSVSHM
options		IPFIREWALL
options		IPFIREWALL_VERBOSE
options		IPDIVERT

---- fstab -------

# Device		Mountpoint	FStype	Options	Dump	Pass#
/dev/sd0s1b		none		swap	sw		0
0
/dev/sd0a		/		ufs	rw		1
1
/dev/sd0s1e		/usr		ufs	rw		2
2
/dev/ccd0c		/huge		ufs	rw		2
2
proc			/proc		procfs	rw		0
0


Have I forgot something ?

Hope someone can help me !

Best regards 
Patrik Astrom, Stockholm Sweden

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?43A432602D33D111BA8F00805FA6FE132CC713>