SV: Re: How do I access external USB fat32 160 GB drive?

2006-08-19 Thread Bobby Knight


John Nielsen <[EMAIL PROTECTED]> skrev:  On Friday 18 August 2006 13:40, Bobby 
Knight wrote:
> When I try to mount the drive with mount_msdos it tells me the filsystem
> is to big. The drive consists av a single fat32 partition.
>
> Windows can access it so it must be possible in FreeBSD too. I read about
> recompiling the kernel with option MSDOSFS_LARGE. But that option seems to
> be gone i GENERIC now.

Hence the need to compile your own kernel. Refer to /usr/src/sys/conf/NOTES 
for details on _why_ you may or may not want to use this. Refer to the 
handbook for information on how to compile your own kernel (it's easy).

JN
  
I don't know how to interpret that warning. I won't have more than 1 million 
files on the fat32 fs. But I will wan't to write to it. Is it not possible to 
write to it?
   
  Thank you for your help
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SV: Re: How do I access external USB fat32 160 GB drive?

2006-08-19 Thread Alexey Mikhailov

Bobby Knight wrote:
I don't know how to interpret that warning. I won't have more than 1 
million files on the fat32 fs. But I will wan't to write to it. Is it 
not possible to write to it?


What's the problem? Just recompile your kernel and use your USB drive. 
It's possible to write to it.
This warning just notifies you that it could be stability issues if 
there will be many files.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"