All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Stehlik <pstehlik@sophics.cz>
To: Michael Schmitz <schmitz@biophys.uni-duesseldorf.de>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	Stephen R Marenka <stephen@marenka.net>,
	debian-68k@lists.debian.org, linux-m68k@lists.linux-m68k.org
Subject: Re: debian kernel m68k patches for 2.6.29
Date: Thu, 16 Apr 2009 08:07:55 +0200	[thread overview]
Message-ID: <1239862075.12777.14.camel@petr> (raw)
In-Reply-To: <alpine.DEB.1.00.0904160107540.4339@zirkon.biophys.uni-duesseldorf.de>

Michael Schmitz píše v Čt 16. 04. 2009 v 01:38 +0200:
> > What if I created a disk image with 15, 31, 63, 127, 255 and 511 MB
> > partitions and sent it to you? Would you please list what partition
> > sizes are mountable with _and_ without the Atari FAT patch that we are
> > discussing here? That could finally clear it up (for me at least).
> 
> I'm happy to do that. Can you please specify what parameters (logical sector 
> size, number of sectors per cluster) the partitions were generated with?

Atari GEMDOS and Atari partition programs always use 2 sectors per
cluster. Since FAT16 can hold max 32k entries you can compute the rest
of information from this (example: 63 MB partition needs 2 kB clusters
to fit into 32k cluster limit so the logical sector size for 32-63 MB
partition needs to be 1 kB).

> Yup - did AHDI use particular values for logical sector size and sectors per 
> cluster that we'd need to make sure will still work? 

See above - 2 logical sectors in a cluster. That is actually the only
difference from MS-DOS where they stick with fixed logical sector size
and are adding more sectors to a cluster, IIRC.

Petr


--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-04-16  6:07 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090326123822.GD8081@marenka.net>
     [not found] ` <10f740e80903260610k29f73c4ci76594f46881e17a5@mail.gmail.com>
2009-03-29 13:07   ` debian kernel m68k patches for 2.6.29 Geert Uytterhoeven
     [not found]   ` <10f740e80903290607y743bada9w829754722e9f7d9f@mail.gmail.com>
2009-04-06 23:48     ` Michael Schmitz
2009-04-07  7:14       ` Geert Uytterhoeven
2009-04-07 23:23         ` Michael Schmitz
2009-04-14  7:50     ` Michael Schmitz
2009-04-14  8:13       ` Petr Stehlik
2009-04-14  8:26         ` Michael Schmitz
2009-04-14  8:39           ` Petr Stehlik
     [not found]           ` <1239698381.2049.25.camel@petr>
2009-04-15  1:25             ` Michael Schmitz
2009-04-15  5:56               ` Petr Stehlik
2009-04-15 23:38                 ` Michael Schmitz
2009-04-16  6:07                   ` Petr Stehlik [this message]
2009-04-16  7:45                     ` Michael Schmitz
2009-04-16  8:01                       ` Petr Stehlik
2009-04-17  1:22                         ` Michael Schmitz
2009-04-19  1:20                           ` [PATCH] m68k: Atari GEMDOS FAT option fix: use correct logical sector size Michael Schmitz
     [not found]                           ` <alpine.DEB.1.00.0904190308310.8939@zirkon.biophys.uni-duesseldorf.de>
2009-04-22 19:11                             ` Geert Uytterhoeven
2009-04-26  5:59                             ` [PATCH] m68k: Atari ST-RAM: reserve some ST-RAM for late allocations Michael Schmitz
     [not found]                             ` <alpine.DEB.1.00.0904260751590.30061@zirkon.biophys.uni-duesseldorf.de>
2009-04-26  7:24                               ` [PATCH] m68k: Atari SCSI - ST-DMA locking and error handling fixes Michael Schmitz
     [not found]                               ` <alpine.DEB.1.00.0904260909510.32441@zirkon.biophys.uni-duesseldorf.de>
2009-04-28  5:41                                 ` [PATCH] m68k: Atari - leave out spurious request_irq for Falcon IDE Michael Schmitz
2009-04-28  7:27                                   ` Geert Uytterhoeven
2009-04-30  5:21                                     ` Michael Schmitz
2010-12-05  9:54                                 ` [PATCH] m68k: Atari SCSI - ST-DMA locking and error handling fixes Geert Uytterhoeven
2009-04-19  1:24                         ` [PATCH] m68k: Atari SCC verbosity fix Michael Schmitz
     [not found]                         ` <alpine.DEB.1.00.0904190321350.8939@zirkon.biophys.uni-duesseldorf.de>
2009-04-22 19:12                           ` Geert Uytterhoeven
2009-04-21 17:20     ` debian kernel m68k patches for 2.6.29 Stephen R Marenka
     [not found]     ` <20090421172039.GA26858@marenka.net>
2009-04-22  7:20       ` Geert Uytterhoeven
2009-04-22 12:57         ` Stephen R Marenka
2009-04-22 13:41           ` Geert Uytterhoeven
2009-04-22 15:09             ` Stephen R Marenka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1239862075.12777.14.camel@petr \
    --to=pstehlik@sophics.cz \
    --cc=debian-68k@lists.debian.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=schmitz@biophys.uni-duesseldorf.de \
    --cc=stephen@marenka.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.