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]


How do I access external USB fat32 160 GB drive?

2006-08-18 Thread Bobby Knight
Hello
   
  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.
   
  Thanks
   
   
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-08-18 Thread Jonathan Horne
 Hello

   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.

   Thanks



you have to change the MSDOSFS to MSDOSFS_LARGE. i did it on one of my
systems, and it works fine (however, ive heard hearsay that its not
enabled by default due to stability issues when it has too may files in
the filesystem).

hth,
jonathan

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


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

2006-08-18 Thread John Nielsen
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]