Re: [Freedos-devel] XFTOOLS - exFAT access a la LTOOLS

2015-12-06 Thread Georg Potthast
I did some further testing. E2PART does report ext3 partitions as ext2. But e2ls and e2cp work fine with ext3 partitions anyway. I had no luck with ext4 though. AFAIK ext3 partitions can be accessed from programs that only support ext2 since the main difference between these file systems is

Re: [Freedos-devel] XFTOOLS - exFAT access a la LTOOLS

2015-12-06 Thread JAYDEN CHARBONNEAU
In regards to volumes,whenever I try installing FreeDOS on my SSD (On my laptop),I always get this when it boots into the drive: ?AL?..12 It repeats when is pressed.I recently installed FreeDOS on it,removing linux.I think GRUB may still be in the SDD's MBR,because the GRUB screen flashes for a

Re: [Freedos-devel] XFTOOLS - exFAT access a la LTOOLS

2015-12-06 Thread Georg Potthast
Jayden, I do not know how your question relates to ext file systems. However, I gave up on Grub plus DOS after I locked myself out from my PC. I made a mistake in the Grub configuration and I could not boot the PC at all any more. By the way, Barry Kauler(PuppyLinux) reported the same problem

Re: [Freedos-devel] XFTOOLS - exFAT access a la LTOOLS

2015-12-06 Thread Georg Potthast
I think mmeeks/ext2tools is a good find, it should be easier to debug this than to write something from scratch. Once done, you could port newer versions of ext2tools to DOS based on this. This would bring ext3/ext4 support to DOS. > Hi, > > Not much else to report here. I assume this means

Re: [Freedos-devel] XFTOOLS - exFAT access a la LTOOLS

2015-12-06 Thread Georg Potthast
I did compile mmeeks/ext2tools and they seem to work doing a quick test. Instructions for compiling: - download a zip archive from github and unpack into ext2tools (rename ext2tools-master) - use djgpp (set the required environment variables etc.) patch the mmeeks/ext2tools sources a bit: - add

Re: [Freedos-devel] FDINST

2015-12-06 Thread Jerome E. Shidel Jr.
> On Dec 5, 2015, at 6:36 AM, Mateusz Viste wrote: > > On 04/12/2015 18:58, Mateusz Viste wrote: >> I am in the process of fixing all the ibiblio packages that contain LFN. > > Done. I spent the day on repackaging the whole base of ibiblio packages > so every single one is

Re: [Freedos-devel] XFTOOLS - exFAT access a la LTOOLS

2015-12-06 Thread Eric Auer
Hi Georg, > I gave up on Grub plus DOS after I locked myself out from my PC. The usual way to fix this is to boot e.g. Linux from CD to edit the GRUB config and/or to reinstall the GRUB binary. There also is a limited interactive feature in GRUB, but it usually is not convenient at all to

Re: [Freedos-devel] FDINST

2015-12-06 Thread Jerome E. Shidel Jr.
> On Dec 5, 2015, at 6:36 AM, Mateusz Viste wrote: > > On 04/12/2015 18:58, Mateusz Viste wrote: >> I am in the process of fixing all the ibiblio packages that contain LFN. > > Done. I spent the day on repackaging the whole base of ibiblio packages > so every single one is

Re: [Freedos-devel] FDINST

2015-12-06 Thread Mateusz Viste
Could you confirm please that these tests were performed using the latest version of both the all_cd.iso and fdinst? The 'out of memory' error you report on fbc.zip makes me think you used an old all_cd.iso file. This was an error I spotted, too, and it was due to the fact that the sole file

Re: [Freedos-devel] FDINST

2015-12-06 Thread Rugxulo
Hi, On Dec 6, 2015 11:48 PM, "Mateusz Viste" wrote: > The difference is that I run my test > suite under DOSemu, while you run it under VirtualBox. Dunno if > virtualbox is stable enough for that... (on my PC, vbox is quite > unstable when running FreeDOS - for example trying

Re: [Freedos-devel] FDINST

2015-12-06 Thread Jerome Shidel
> On Dec 7, 2015, at 12:47 AM, Mateusz Viste wrote: > > Could you confirm please that these tests were performed using the > latest version of both the all_cd.iso and fdinst? This was running against previous version of all_cd.iso. Not, latest. As I said, I have limited