Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2007 13:40:08 GMT
From:      "Craig Rodrigues" <rodrigc@crodrigues.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/115530: Mounting msdos filesystem fails after csup to RELENG_6
Message-ID:  <200708151340.l7FDe7kM058809@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/115530; it has been noted by GNATS.

From: "Craig Rodrigues" <rodrigc@crodrigues.org>
To: Volker <votdev@gmx.de>
Cc: bug-followup@freebsd.org
Subject: Re: kern/115530: Mounting msdos filesystem fails after csup to RELENG_6
Date: Wed, 15 Aug 2007 09:49:07 -0400

 On Tue, Aug 14, 2007 at 09:50:10PM +0000, Volker wrote:
 > After upgrading to RELENG_6 (buildworld + buildkernel) i'm not able to mount large msdos filesystems (>300GB).
 > The '-o large' attribute as proposed in http://docs.freebsd.org/cgi/getmsg.cgi?fetch=160898+0+/usr/local/www/db/text/2007/cvs-all/20070715.cvs-all
 > does not work.
 
 You did not properly upgrade your system.
 The instructions in /usr/src/Makefile state:
 
 # For individuals wanting to upgrade their sources (even if only a
 # delta of a few days):
 #
 #  1.  `cd /usr/src'       (or to the directory containing your source tree).
 #  2.  `make buildworld'
 #  3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE'     (default is GENERIC).
 #  4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
 #       [steps 3. & 4. can be combined by using the "kernel" target]
 #  5.  `reboot'        (in single user mode: boot -s from the loader prompt).
 #  6.  `mergemaster -p'
 #  7.  `make installworld'
 #  8.  `make delete-old'
 #  9.  `mergemaster'
 # 10.  `reboot'
 # 11.  `make delete-old-libs' (in case no 3rd party program uses them anymore)
 #
 # See src/UPDATING `COMMON ITEMS' for more complete information.
 
 Which of these steps did you omit?
 
 
 --
 Craig Rodrigues
 rodrigc@crodrigues.org



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