mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* How to make VFAT work right in 2.4.0-prerelease
@ 2001-01-06 18:47 Ivan Baldo
  2001-01-06 19:53 ` How to make VFAT work right in 2.4.0-prereleaseu Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Baldo @ 2001-01-06 18:47 UTC (permalink / raw)
  To: flf, ben, edolstra, linux-kernel, Linux Uruguay, SET

[-- Attachment #1: Type: text/plain, Size: 1661 bytes --]

	Hello.
HOWTO:
	- edit file fs/fat/inode.c, look in the function named
"fat_notify_change" (at about line 901), where it says:"
	/* FAT cannot truncate to a longer file */
	if (attr->ia_valid & ATTR_SIZE) {
		if (attr->ia_size > inode->i_size)
			return -EPERM;
	}
	", just delete all of it (or comment it out). This change wich has been
made in the -prerelease versión, makes Netscape Messenger not to work
with email stored on a VFAT partition, ok, I guess that maybe is
Netscape's fault though, but just removing that code makes Messenger at
least work somewhat.
	- apply attached patch made by Eelco Dolstra
<edolstra@students.cs.uu.nl>, I am testing and using this patch since
13.nov.2000 (a lot of time) and with various versions of the Linux
2.4.0-testXX series kernels and it works flawlessly! Without it you get
allocation errors when using the "truncate()" C function to grow files
(and Messenger seems to use it).
	- recompile the kernel and be happy!

	I don't know why this patch isn't applied yet on the official kernel
and why the kernel people made that change to the inode.c file, maybe
they could explain us (please!).

	Thanks a lot to everyone and special thanks to Eelco!
	Goodbye.

P.s.: yes, I am writing this email with Netscape Messenger with emails
stored on a VFAT partition and using the 2.4.0-prerelease kernel with
those changes: no problems so far.
-- 
Ivan Baldo:
lubaldo@adinet.com.uy - http://go.to/ibaldo - ICQ 10215364
Phone: (598) (2) 613 3223.
Caldas 1781, 11400 Malvin, Montevideo, Uruguay, South America.

(If you have problems with the previous addresses, try this ones:
ibaldo@usa.net, http://members.xoom.com/baldo.1).

[-- Attachment #2: parche-vfat-2.4.dif.gz --]
[-- Type: application/x-gzip, Size: 2012 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-01-07 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-06 18:47 How to make VFAT work right in 2.4.0-prerelease Ivan Baldo
2001-01-06 19:53 ` How to make VFAT work right in 2.4.0-prereleaseu Alan Cox
2001-01-07  2:07   ` Eelco Dolstra
2001-01-07 14:22     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®