I read up on CFE docs but see no mention of it. I've also experimented with CFE itself and used the help command but there is no mention of it.
I'd like to go through my partitions and read the contents with CFE. Is this possible?

Where Part is the AmigaDOS device name. Now this works for my one FFS partition. But it fails for all other partitions. The other ones are SFS but I also have two Ext3 partitions which should be readable by an Ext2 filesystem. But all I get are errors. I even formatted a USB stick as Ext2, first with an RDB, since it already had one. And then with an MBR. CFE failed to read it on both counts.ideM.N,Part:
Assuming that you are NOT using capital letters in the filesystem names like you are in the above quote, could it be possible that CFE has been updated since the above PDF was written and will recognize ext3 as a filesystem (-fs=ext3) ??Hypex wrote: According to Locations and Filesystems in the following PDF this should be possible. FFS, FAT and Ext2 are meant to be supported. FFS and FAT work but Ext2 does not here.
https://amigaone.files.wordpress.com/20 ... 00_cfe.pdf
I can load amigaboot.of from my CF (has 2GB Fat and 2GB Ext2) and from USB-Stick (Lubuntu16.10 has a ext2-boot)Hypex wrote: According to Locations and Filesystems in the following PDF this should be possible. FFS, FAT and Ext2 are meant to be supported. FFS and FAT work but Ext2 does not here.
https://amigaone.files.wordpress.com/20 ... 00_cfe.pdf
That would be good. Yes the capitals were only used above. I don't know about Ex3. Ex2 should read Ext3 also as Ext3 is pretty much Ext2 plus journaling. But CFE itself gives no indication of it. Only Ext2.xenic wrote:Assuming that you are NOT using capital letters in the filesystem names like you are in the above quote, could it be possible that CFE has been updated since the above PDF was written and will recognize ext3 as a filesystem (-fs=ext3) ??
Wouldn't amigaboot.of need to be a directory in the above example?zappa2009 wrote:dir -fs=ext2 cf0:amigaboot.of
Yes , I write down better examples.Hypex wrote:Wouldn't amigaboot.of need to be a directory in the above example?zappa2009 wrote:dir -fs=ext2 cf0:amigaboot.of
Code: Select all
dir -fs=ext2 cf0:
Code: Select all
dir -fs=ext2 cf0:Video
Code: Select all
dir -fs=ext2 cf0:Video/Youtube
And that is exact reason why it needs an update >:-)tonyw wrote:AFAIK the only Amiga file system that CFE can read and understand is FFS. That's why the boot partition containing amigaboot.of must be in an FFS partition.
According to the guide this is the complete list. We have "amigafs" (AmigaOS FFS2), "ext2", "fat", or "iso" (ISO9660). Seems I couldn't get ext2 to work according to the above. But CFE is strange where it can load from. As I have never been able to load a Linux kernel from HDD. Something corrupts it.vox wrote:And that is exact reason why it needs an update >:-)