Re: 2.6.0-test5-mm3 VFAT File system problem

From: Benjamin Weber
Date: Sat Sep 20 2003 - 13:07:05 EST


I can confirm this behavior.

I checked my fstab entry. Was saying:

/dev/hda5 /mnt/windows/D vfat rw,user,umask=0
0 0

After changing it to
/dev/hda5 /mnt/windows/D vfat
rw,user,uid=1001,gid=100 0 0

I got it working again half of the time. Its strange. Sometimes I get
the message that only root can unmount it, even when I mounted it as
user.

Something is a little whacky there.

--
Benjamin


> Upon moving from -mm2 to -mm3, my vfat filesystems did not
> automatically bount at bootup as per the fstab and could not be
> accessed by applications in Gnome ie. my mount point showed no
> subdirectories or files.
>
> I could manually mount (not by mount /mnt/win_c but by the full mount
> -t vfat /dev/hda1 /mnt/win_c) and I could explore using ls in
> terminals but programs in Gnome could not open the filesystem.
>
> Upon rebooting into -mm2 everything was fine again.

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