Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2007 11:32:22 +0100
From:      Jeremie Le Hen <jeremie@le-hen.org>
To:        Craig Rodrigues <rodrigc@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit [HEAD] src/sys/conf files src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c
Message-ID:  <20070213103222.GK64768@obiwan.tataz.chchile.org>
In-Reply-To: <200701300311.l0U3BkMB007835@repoman.freebsd.org>
References:  <200701300311.l0U3BkMB007835@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 30, 2007 at 03:11:45AM +0000, Craig Rodrigues wrote:
> rodrigc     2007-01-30 03:11:45 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/conf             files 
>     sys/fs/msdosfs       msdosfs_vfsops.c msdosfs_vnops.c 
>   Log:
>   Add a "-o large" mount option for msdosfs.  Convert compile-time checks for
>   #ifdef MSDOSFS_LARGE to run-time checks to see if "-o large" was specified.
>   
>   Test case provided by Oliver Fromme:
>     truncate -s 200G test.img
>     mdconfig -a -t vnode -f test.img -u 9
>     newfs_msdos -s 419430400 -n 1 /dev/md9 zip250
>     mount -t msdosfs /dev/md9 /mnt    # should fail
>     mount -t msdosfs -o large /dev/md9 /mnt   # should succeed
>   
>   PR:             105964
>   Requested by:   Oliver Fromme <olli lurza secnetix de>
>   Tested by:      trhodes
>   MFC after:      2 weeks

Great !  Thank you for this feature.

-- 
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >



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