lkml.org 
[lkml]   [2003]   [Nov]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.0-test9 VFAT problem
> No, but here it is, on both sda and sda1:
>
> [root@coyote root]# dosfsck /dev/sda
> dosfsck 2.8, 28 Feb 2001, FAT32, LFN
> Logical sector size is zero.

We've already determined that /dev/sda is the partition table and should
thus fail.

> [root@coyote root]# dosfsck /dev/sda1
> dosfsck 2.8, 28 Feb 2001, FAT32, LFN
> /dev/sda1: 2 files, 2/3997 clusters

Hmm so it passes.
Could you try passing -v (for verbose) to the fsck...
Also perhaps just do
cat /dev/sda1 > /tmp/file
dosfsck -v /tmp/file
mount -o loop /tmp/file /mnt/somewhere
and see if that fails, if so the bug is pure vfat
then try bzipping the /tmp/file and posting it somewhere and pass the link
and I'll take a look...

> That first one doesn't look kosher to me!
> Q: Is FAT32 the same as VFAT?

FAT32 is one possibility of VFAT - VFAT is any FAT(12,16,32) with long
filenames.

Cheers,
MaZe.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.052 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site