Date: Mon, 21 May 2007 08:12:52 -0700 From: Garrett Cooper <youshi10@u.washington.edu> To: Duane Hill <d.hill@yournetplus.com> Cc: questions@freebsd.org Subject: Re: disk too big to mount Message-ID: <4651B6F4.5030007@u.washington.edu> In-Reply-To: <20070521113942.A38110@duane.dbq.yournetplus.com> References: <4d9d444a0705201804yccf5975l206a75e889dd1a41@mail.gmail.com> <20070521113942.A38110@duane.dbq.yournetplus.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Duane Hill wrote: > Disreguard my previous response. I didn't see your next response to Ray. > Sorry. > > On Sun, 20 May 2007, Yanko Sanchez wrote: > >> Hello, >> >> I have a 400GB seagate IDE hdd with backed up data that I need to load >> onto >> a machine running freebsd 6.2 >> >> The drive is formated for fat32 and when I run the command: >> >> mount -t msdos /dev/ad2s2 /mnt/audio/ >> >> I get the following error: >> >> "mountmsdosfs(): disk too big, sorry" >> >> Is there a solution to this? >> Thanks. Why on earth would you want to create a 400GB MSDOSFS formatted disk? MSDOSFS was quick but offered no protection against power outages or incomplete writes, and was horrible in terms of disk fragmentation.. If you really want MSDOSFS for whatever reason, just break up the disk into smaller chunks partition-wise (IIRC 100GB chunks are fine). -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4651B6F4.5030007>