2004-10-31 21:41:16

by Yaroslav Halchenko

[permalink] [raw]
Subject: ipod vfat

Dear Kernel Developers,

Is it possible to incorporate the next patch which I had to introduce to
have the vfat fs of my ipod to get mounted under Linux.

Originally its vfat was mounting ok, but then at some point which I
didn't clearly mentioned, it stopped... probably it happened after I
attached ipod to some windows box, because now windows still can easily
mount it whenever vanilla linux kernel refuses...

Or should I just adjust my ipod's fs definition?

Thank you in advance

--
Yaroslav Halchenko
Graduate Student CS Dept. UNM, ABQ
Linux User 175555
lynx -source http://www.onerussian.com/gpg-yoh.asc | gpg --import
GPG fingerprint 3BB6 E124 0643 A615 6F00 6854 8D11 4563 75C0 24C8


Attachments:
(No filename) (720.00 B)
patch-ipodfs.patch (508.00 B)
Download all attachments

2004-10-31 23:24:12

by Yaroslav Halchenko

[permalink] [raw]
Subject: Re: ipod vfat

I'm sorry guys - it seems that the necessary steps were taken in the
last kernel version:

/*
* The low byte of FAT's first entry must have same value with
* media-field. But in real world, too many devices is
* writing wrong value. So, removed that validity check.
*
* if (FAT_FIRST_ENT(sb, media) != first)
*/

So I will give it a spin :-)

Sorry once again

--
Yarik

On Sun, Oct 31, 2004 at 04:35:23PM -0500, Yaroslav Halchenko wrote:
> Dear Kernel Developers,

> Is it possible to incorporate the next patch which I had to introduce to
> have the vfat fs of my ipod to get mounted under Linux.

> Originally its vfat was mounting ok, but then at some point which I
> didn't clearly mentioned, it stopped... probably it happened after I
> attached ipod to some windows box, because now windows still can easily
> mount it whenever vanilla linux kernel refuses...

> Or should I just adjust my ipod's fs definition?

> Thank you in advance
--
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers
Office (973) 353-5440 x263 Fax (973) 353-1171
Ph.D. Student CS Dept. NJIT
Key http://www.onerussian.com/gpg-yoh.asc
GPG fingerprint 3BB6 E124 0643 A615 6F00 6854 8D11 4563 75C0 24C8