Re: mount dos-partition bug

2001-02-01 Thread Rogier Wolff
Andries Brouwer wrote: > Andreas Huppert wrote: > > > > I have been trying to mount the dos-partition /dev/hdb1 on /dos/d for > > > three years and it fails: > > Yes. It has 805998 data sectors, which require 50374 clusters, > but the fat16 has room only to describe 39168 clusters. > The kernel

Re: mount dos-partition bug

2001-01-31 Thread Andries Brouwer
Andreas Huppert wrote: > > I have been trying to mount the dos-partition /dev/hdb1 on /dos/d for > > three years and it fails: Yes. It has 805998 data sectors, which require 50374 clusters, but the fat16 has room only to describe 39168 clusters. The kernel mount code considers this an error. Yo