Re: VFAT mount (bug or feature?

Jeff Chua (jchua@fedex.com)
Sun, 17 Nov 2002 10:21:34 +0800 (SGT)


On Sun, 17 Nov 2002, Jeff Chua wrote:

> But, 2.4.20-rc2 seems ok.
>
> 'mount -o umask=022' now works under 2.4.20-rc2.

"remount" doesn't work.

mount -o umask=022 -t vfat /dev/hda1 /dos
mount -o umask=000 -o remount -t vfat /dev/hda1 /dos

The above didn't work.

umount /dos
mount -o umask=022 -t vfat /dev/hda1 /dos
umount /dos
mount -o umask=000 -t vfat /dev/hda1 /dos

Jeff

-
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/