Groups | Search | Server Info | Login | Register


Groups > comp.os.os2.programmer.misc > #153

Re: Does JFS work on OS/2 version 4.0 and earlier?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news2.arglkargh.de!news-transit.tcx.org.uk!feeder.news-service.com!cyclone02.ams2.highwinds-media.com!news.highwinds-media.com!npeersf01.ams.highwinds-media.com!newsfe14.ams2.POSTED!00000000!not-for-mail
From Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM>
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9
MIME-Version 1.0
Newsgroups comp.os.os2.beta, comp.os.os2.utilities, comp.os.os2.programmer.misc, comp.os.os2.misc
Subject Re: Does JFS work on OS/2 version 4.0 and earlier?
References <im82ni$bnk$1@reader1.panix.com> <4d87a1f9$0$7652$9b4e6d93@newsspool1.arcor-online.net> <IU.D20110322.T174404.P49706.Q0@J.de.Boyne.Pollard.localhost> <YEdw17zDmnZd-pn2-G8vddrNdR10h@0605ds7-suoe.2.fullrate.dk> <IU.D20110324.T225002.P6605.Q0@J.de.Boyne.Pollard.localhost> <YEdw17zDmnZd-pn2-KE3Ez2Ksmedd@0605ds7-suoe.2.fullrate.dk> <IU.D20110331.T223046.P22392.Q0@J.de.Boyne.Pollard.localhost> <slrnipa2qd.uqm.nospam-abuse@powdermilk.math.berkeley.edu> <IU.D20110401.T011141.P31426.Q0@J.de.Boyne.Pollard.localhost> <4D95CB7D.2060206@chollian.net> <IU.D20110401.T183722.P49800.Q0@J.de.Boyne.Pollard.localhost> <YEdw17zDmnZd-pn2-Rc2UVCMFU0i9@0605ds7-suoe.2.fullrate.dk> <IU.D20110402.T141716.P52711.Q0@J.de.Boyne.Pollard.localhost>
In-Reply-To <IU.D20110402.T141716.P52711.Q0@J.de.Boyne.Pollard.localhost>
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
Message-ID <IU.D20110403.T212905.P55887.Q0@J.de.Boyne.Pollard.localhost> (permalink)
Lines 19
NNTP-Posting-Host 86.20.254.174
X-Complaints-To http://netreport.virginmedia.com
X-Trace newsfe14.ams2 1301868382 86.20.254.174 (Sun, 03 Apr 2011 22:06:22 UTC)
NNTP-Posting-Date Sun, 03 Apr 2011 22:06:22 UTC
Organization virginmedia.com
Date Sun, 03 Apr 2011 22:29:19 +0100
Xref x330-a1.tempe.blueboxinc.net comp.os.os2.beta:98 comp.os.os2.utilities:57 comp.os.os2.programmer.misc:153 comp.os.os2.misc:223

Cross-posted to 4 groups.

Show key headers only | View raw


> (I suggest that those with JFS source code access check what SFFSI 
> structure is passed to an "L" function.)
>

Thanks to Dave Yeo, I've been able to check this out.  The "L" functions 
take the same sffsi structure, except that it has two 64-bit fields 
tacked on to the end: sfi_sizel and sfi_positionl.  Obviously, by their 
names, these replace the 32-bit sfi_size and sfi_position fields earlier 
in the structure.  Quite how the kernel tells which set of fields, the 
32-bit ones or the 64-bit ones, an IFS driver is maintaining is 
unclear.  I see no sign of JFS setting a flag to tell the kernel which 
fields it is maintaining, and it maintains the 64-bit fields, and *only* 
the 64-bit fields, even in the non-"L" entrypoints.  (The non-"L" 
entrypoints simply call the "L" ones.  Perhaps this is a JFS bug.  Have 
there been reports of the 2003 JFS.IFS not working on OS/2 prior to 
version 4.5?  The 4.0 and earlier kernels will be expecting the 32-bit 
fields to be maintained.  They probably won't even be allocating the 
extra space for the 64-bit ones.)

Back to comp.os.os2.programmer.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-01 02:11 +0100
  Re: formatting to FAT32 KO Myung-Hun <komh@chollian.net> - 2011-04-01 21:56 +0900
    Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-01 19:37 +0100
      Re: formatting to FAT32 "Allan" <allan2@warpspeed.dyndns.dk> - 2011-04-02 10:21 +0200
        Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-02 15:16 +0100
          Re: formatting to FAT32 Ilya Zakharevich <nospam-abuse@ilyaz.org> - 2011-04-02 21:49 +0000
            Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-03 02:17 +0100
              Re: formatting to FAT32 Ilya Zakharevich <nospam-abuse@ilyaz.org> - 2011-04-03 09:17 +0000
                Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-03 19:51 +0100
          Re: formatting to FAT32 "Allan" <allan2@warpspeed.dyndns.dk> - 2011-04-03 00:12 +0200
            Re: Is JFS really open source? Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-03 01:50 +0100
              Re: Is JFS really open source? Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-03 19:32 +0100
                Re: Is JFS really open source? Dave Yeo <dave.r.yeo@gmail.com> - 2011-04-03 14:04 -0700
                Re: Is JFS really open source? Steve Wendt <spamsux@forgetit.org> - 2011-04-03 15:51 -0700
                Re: Is JFS really open source? "Allan" <allan2@warpspeed.dyndns.dk> - 2011-04-04 01:24 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-04 11:22 +0200
                Re: Is JFS really open source? Anonymous <nobody@remailer.paranoici.org> - 2011-04-04 16:44 +0200
                Re: Is JFS really open source? Dave Yeo <dave.r.yeo@gmail.com> - 2011-04-04 09:03 -0700
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-05 17:15 +0200
                Re: Is JFS really open source? Dave Yeo <dave.r.yeo@gmail.com> - 2011-04-05 16:29 -0700
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-11 04:16 +0200
                Re: Is JFS really open source? Dave Yeo <dave.r.yeo@gmail.com> - 2011-04-10 19:28 -0700
                Re: Is JFS really open source? what.ever@neverm.ind (A.D. Fundum) - 2011-04-11 05:06 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-11 07:07 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-11 07:25 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-25 12:20 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-11 02:34 +0200
              Re: Is JFS really open source? "Alex Taylor" <mail.me@reply.to.address> - 2011-04-04 09:51 -0500
                Re: Is JFS really open source? Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-05 19:51 +0100
                Re: Is JFS really open source? Dave Yeo <dave.r.yeo@gmail.com> - 2011-04-05 16:34 -0700
                Re: Is JFS really open source? "Andy" <nospam-abwillis1-nopspam@nospam-gmail.com> - 2011-04-06 01:05 +0000
                Re: Is JFS really open source? "Alex Taylor" <mail.me@reply.to.address> - 2011-04-08 04:24 -0500
                Re: Is JFS really open source? Paul Ratcliffe <abuse@orac12.clara34.co56.uk78> - 2011-04-08 11:49 +0000
                Re: Is JFS really open source? "Alex Taylor" <mail.me@reply.to.address> - 2011-04-10 01:26 -0500
                Re: Is JFS really open source? Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-08 21:03 +0100
                Re: Is JFS really open source? "Alex Taylor" <mail.me@reply.to.address> - 2011-04-10 01:25 -0500
                Re: Is JFS really open source? Dave Yeo <dave.r.yeo@gmail.com> - 2011-04-10 00:42 -0700
                Re: Is JFS really open source? "Allan" <allan2@warpspeed.dyndns.dk> - 2011-04-10 21:31 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-10 23:37 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-10 11:37 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-10 22:42 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-11 00:21 +0200
                Re: Is JFS really open source? "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-11 01:15 +0200
          Re: Does JFS work on OS/2 version 4.0 and earlier? Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-03 22:29 +0100
            Re: Does JFS work on OS/2 version 4.0 and earlier? "Allan" <allan2@warpspeed.dyndns.dk> - 2011-04-04 01:31 +0200
              Re: Does JFS work on OS/2 version 4.0 and earlier? Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-04 11:31 +0100
          Re: formatting to FAT32 Lars Erdmann <lars.erdmann@arcor.de> - 2011-04-04 20:57 +0200
            Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-05 15:09 +0100
              Re: formatting to FAT32 Lars Erdmann <lars.erdmann@arcor.de> - 2011-04-06 08:07 +0200
      Re: formatting to FAT32 KO Myung-Hun <komh@chollian.net> - 2011-04-02 22:13 +0900
        Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-02 18:59 +0100
          Re: formatting to FAT32 KO Myung-Hun <komh@chollian.net> - 2011-04-03 14:51 +0900
            Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-03 22:00 +0100
              Re: formatting to FAT32 KO Myung-Hun <komh@chollian.net> - 2011-04-04 22:19 +0900
                Re: formatting to FAT32 "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-04 16:51 +0200
                Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-06 18:20 +0100
                Re: formatting to FAT32 KO Myung-Hun <komh@chollian.net> - 2011-04-14 22:38 +0900
            Re: formatting to FAT32 "Andy" <nospam-abwillis1-nopspam@nospam-gmail.com> - 2011-04-05 15:42 +0000
              Re: formatting to FAT32 "Allan" <allan2@warpspeed.dyndns.dk> - 2011-04-05 20:08 +0200
                Re: formatting to FAT32 "Andy" <nospam-abwillis1-nopspam@nospam-gmail.com> - 2011-04-05 22:49 +0000
                Re: formatting to FAT32 "Allan" <allan2@warpspeed.dyndns.dk> - 2011-04-06 01:23 +0200
                Re: formatting to FAT32 "Andy" <nospam-abwillis1-nopspam@nospam-gmail.com> - 2011-04-06 01:10 +0000
                Re: formatting to FAT32 KO Myung-Hun <komh@chollian.net> - 2011-04-06 21:49 +0900
                Re: formatting to FAT32 "Andy" <nospam-abwillis1-nopspam@nospam-gmail.com> - 2011-04-06 14:34 +0000
                Re: FAT32: SLOOOOOW Ilya Zakharevich <nospam-abuse@ilyaz.org> - 2011-04-08 21:11 +0000
        Re: formatting to FAT32 Ilya Zakharevich <nospam-abuse@ilyaz.org> - 2011-04-02 22:00 +0000
          Re: formatting to FAT32 Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-04-03 02:32 +0100
      ZIP.IFS, LZH "A.D. Fundum" <what.ever@neverm.ind> - 2011-04-05 16:42 +0200

csiph-web