[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mount -o large option



On Tue, Jul 31, 2007 at 02:23:44AM -0500, perlcat_(_at_)_alltel_(_dot_)_net wrote:
> 
> I csup'ed the latest source as of 11:00 PM 07/30/07 CDT, using src-all, did a make buildworld and recompiled my kernel, and I still cannot get my ~300GB partition to mount. When I do:

What branch did you csup from?  RELENG_6 or CURRENT? 


> I get 
> mount_msdosfs: -o large: option not supported

What happens if you follow these steps which are outlined in 
a testcase in PR 105964:

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

-- 
Craig Rodrigues        
rodrigc_(_at_)_crodrigues_(_dot_)_org
_______________________________________________
freebsd-fs_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-unsubscribe_(_at_)_freebsd_(_dot_)_org"


Visit your host, monkey.org