Re: udev and friends not able to mount Atari GEMDOS partition

2020-11-02 Thread Geert Uytterhoeven
Hi Michael, On Mon, Oct 26, 2020 at 10:19 PM Michael Schmitz wrote: > On 27/10/20 6:13 AM, Emmanuel Kasper wrote: > > A FAT 12 MS DOS floppy is also correctly mounted via mount without > > specifying the fat type. > > > > IMHO the patch is not needed anymore, or is covering a use case I don't see

Re: udev and friends not able to mount Atari GEMDOS partition

2020-10-27 Thread Eero Tamminen
Hi, On 10/27/20 5:59 PM, Emmanuel Kasper wrote: Ha, I did not know that the FAT16 support was coming from the hard disk driver ! I used AHDI 5.0 in my test. According to the Table in 4.9.1, in http://info-coach.fr/atari/documents/_mydoc/Atari_HD_File_Sytem_Reference_Guide_v1.1b.pdf all other h

Re: udev and friends not able to mount Atari GEMDOS partition

2020-10-27 Thread Emmanuel Kasper
Hi Eero Le 27/10/2020 à 14:54, Eero Tamminen a écrit : > Hi, > > On 10/27/20 12:19 PM, Emmanuel Kasper wrote: >> Partitions smaller than 32M, are indeed formatted as FAT16 by GEMDOS. > > Formatted by GEMDOS? > > Hard disk support in Atari TOS requires separate > hard disk drivers.  Those have ut

Re: udev and friends not able to mount Atari GEMDOS partition

2020-10-27 Thread Eero Tamminen
Hi, On 10/27/20 12:19 PM, Emmanuel Kasper wrote: Partitions smaller than 32M, are indeed formatted as FAT16 by GEMDOS. Formatted by GEMDOS? Hard disk support in Atari TOS requires separate hard disk drivers. Those have utilities for hard disk formatting, TOS supports only formatting of flopp

Re: udev and friends not able to mount Atari GEMDOS partition

2020-10-27 Thread Emmanuel Kasper
Le 26/10/2020 à 22:19, Michael Schmitz a écrit : > Hi Emmanuel, > > On 27/10/20 6:13 AM, Emmanuel Kasper wrote: >> Le 26/10/2020 à 11:44, Geert Uytterhoeven a écrit : >>> Hi Emmanuel, >>> >>> CC Michael >>> >>> On Mon, Oct 26, 2020 at 11:28 AM Emmanuel Kasper >>> wrote: > Note that we still h

Re: udev and friends not able to mount Atari GEMDOS partition

2020-10-26 Thread Michael Schmitz
Hi Emmanuel, On 27/10/20 6:13 AM, Emmanuel Kasper wrote: Le 26/10/2020 à 11:44, Geert Uytterhoeven a écrit : Hi Emmanuel, CC Michael On Mon, Oct 26, 2020 at 11:28 AM Emmanuel Kasper wrote: Note that we still have a few out-of-tree kernel patches for Atari FAT support as well, cfr. the top 3

Re: udev and friends not able to mount Atari GEMDOS partition

2020-10-26 Thread Emmanuel Kasper
Le 26/10/2020 à 11:44, Geert Uytterhoeven a écrit : > Hi Emmanuel, > > CC Michael > > On Mon, Oct 26, 2020 at 11:28 AM Emmanuel Kasper wrote: >>> Note that we still have a few out-of-tree kernel patches for Atari FAT >>> support as well, cfr. the top 3 commits of >>> https://git.kernel.org/pub/s

Re: udev and friends not able to mount Atari GEMDOS partition

2020-10-26 Thread Emmanuel Kasper
> Note that we still have a few out-of-tree kernel patches for Atari FAT > support as well, cfr. the top 3 commits of > https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git/log/?h=m68k-queue > > Needs some love from a knowledgeable person to send this upstream... > > Gr{oetje,eeti

Re: udev and friends not able to mount Atari GEMDOS partition

2020-10-26 Thread Geert Uytterhoeven
Hi Emmanuel, CC Michael On Mon, Oct 26, 2020 at 11:28 AM Emmanuel Kasper wrote: > > Note that we still have a few out-of-tree kernel patches for Atari FAT > > support as well, cfr. the top 3 commits of > > https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git/log/?h=m68k-queue > >

Re: udev and friends not able to mount Atari GEMDOS partition

2020-09-14 Thread Emmanuel Kasper
Le 14/09/2020 à 01:46, Michael Schmitz a écrit : > Hi Emmanuel, > > On 9/09/20 7:25 PM, Emmanuel Kasper wrote: >> >>> That almost sounds like libblkid isn't recognizing the FS. Can you try >>> running blkid on the device? If it can't detect the FS type, that might >>> be a place where there is an

Re: udev and friends not able to mount Atari GEMDOS partition

2020-09-13 Thread Michael Schmitz
Hi Emmanuel, On 9/09/20 7:25 PM, Emmanuel Kasper wrote: That almost sounds like libblkid isn't recognizing the FS. Can you try running blkid on the device? If it can't detect the FS type, that might be a place where there is an issue. The libblkid code is not based on the drivers in the kernel

Re: udev and friends not able to mount Atari GEMDOS partition

2020-09-09 Thread Emmanuel Kasper
Le 09/09/2020 à 09:53, John Paul Adrian Glaubitz a écrit : > Hi Emmanuel! > > On 9/9/20 9:25 AM, Emmanuel Kasper wrote: >> Now I had a quicklook at libblkid, and it should be able at first view >> to cope with sector size up to 4096 bytes, so I am a bit puzzled here. >> https://github.com/karelza

Re: udev and friends not able to mount Atari GEMDOS partition

2020-09-09 Thread Geert Uytterhoeven
Hi Emmanuel, On Wed, Sep 9, 2020 at 9:42 AM Emmanuel Kasper wrote: > Le 08/09/2020 à 23:25, Brad Boyer a écrit : > > On Tue, Sep 08, 2020 at 05:07:50PM +0200, Dirk Heinrichs wrote: > >> Am 08.09.20 um 11:02 schrieb Emmanuel Kasper: > >> > >>> Considering it is possible to mount such a partition a

Re: udev and friends not able to mount Atari GEMDOS partition

2020-09-09 Thread John Paul Adrian Glaubitz
Hi Emmanuel! On 9/9/20 9:25 AM, Emmanuel Kasper wrote: > Now I had a quicklook at libblkid, and it should be able at first view > to cope with sector size up to 4096 bytes, so I am a bit puzzled here. > https://github.com/karelzak/util-linux/blob/master/libblkid/src/superblocks/vfat.c#L218 It mi

Re: udev and friends not able to mount Atari GEMDOS partition

2020-09-09 Thread Emmanuel Kasper
Le 08/09/2020 à 23:25, Brad Boyer a écrit : > On Tue, Sep 08, 2020 at 05:07:50PM +0200, Dirk Heinrichs wrote: >> Am 08.09.20 um 11:02 schrieb Emmanuel Kasper: >> >>> Considering it is possible to mount such a partition as root with sudo >>> mount /dev/mmcblk0p1 /mnt what would need be in udev to re

Re: udev and friends not able to mount Atari GEMDOS partition

2020-09-08 Thread Brad Boyer
On Tue, Sep 08, 2020 at 05:07:50PM +0200, Dirk Heinrichs wrote: > Am 08.09.20 um 11:02 schrieb Emmanuel Kasper: > > > Considering it is possible to mount such a partition as root with sudo > > mount /dev/mmcblk0p1 /mnt what would need be in udev to recognize the > > filesystem ? > > udev is abou

Re: udev and friends not able to mount Atari GEMDOS partition

2020-09-08 Thread Dirk Heinrichs
Am 08.09.20 um 11:02 schrieb Emmanuel Kasper: > Considering it is possible to mount such a partition as root with sudo > mount /dev/mmcblk0p1 /mnt what would need be in udev to recognize the > filesystem ? udev is about devices, not filesystems. Just use above mount command to mount it (given th

udev and friends not able to mount Atari GEMDOS partition

2020-09-08 Thread Emmanuel Kasper
Dear Debian m68k-list I've tinkering a lot with Atari computers lately but I was mostly active on the FreeMint side of things [0]. Now I am considering the Linux side of things since I got a TT with 32MB of RAM in March. Going back to $subject: I have a sd card partitioned with an AHDI partition