Poll: IBOTM - November
#105 (DiskInfo showing OFS instead of FAT) [0/5]0 %
#100 (Errors while moving files to Storage or WBStartup) [0/5]0 %
#91 (Wrong parsing of boot parameters in Prefs/Boot) [0/5]0 %
#74 (Contrib LHA has issues when used from ZuneARC) [1/5]20 %
#70 (pc105_i and pc105_d keymap is corrupt) [0/5]0 %
#64 (Wanderer: properly run tools with CLI tooltype) [2/5]40 %
#49 (Unreadable names with DiskImageGUI and ISO9660 images) [0/5]0 %
#47 (Wanderer: single icon without the associated file cannot be deleted) [1/5]20 %
#43 (Rename issues with fat-handler) [0/5]0 %
#42 (Regression: Volume Information Window) [1/5]20 %
That is a very nice idea and generous gesture deadwood.
I have but one question for now: What do you consider being a bug ?
By that I mean with regards to behavioural differences, e.g. what is the base system that certain behaviour should be compared against ? The generic Amiga Workbench 3.x ? (and what does 3.x means these days ?).
How about ported software, does that count as well ? and should the behaviour of ports be compared against the general behaviour as was intended for the original host target (or generalized when multiple targets apply) ?
Hoping that having this cleared up makes things easier for you.
I guess the most obvious case is: you do something and get a crash. With regards to functionality, yes I'd say that 3.1 is the reference for system and m68k version of software in case of ported software. At the end of the day, I'll review bug reported here and if there is any question whether something is a bug or not, we'll discuss and decide here, so @everyone go ahead and submit your picks and we'll see where we'll end up.
This seems like a fun way to get user interaction & feedback. It's also a good way to fix those irritating bugs!
Some of these only require small fixes so they aren't really top priority. But they certainly are very irritating when they don't work right.
I have two irritating bug reports so far. They have been bothering me for a few years but I didn't bother to try to fix them. I'll fill out the official bug report as well but I'd like to describe them to see if they qualify as "bugs". 🙂
The first is when we attach a floppy or Zip drive, or whatever drive then insert a PC formatted disk whether it's FAT12 or FAT16. When I use Disk Info in Wanderer it reports the filesystem as "OFS". It's not OFS because that's only for Amiga! It should report the true filesystem as FAT12 or FAT16 not OFS for everything. Even just FAT for both would be fine. Also there is an ugly " lazy m" icon next to the OFS text that is really irritating. It serves no special purpose & should be removed.
The second irritating bug, or is that the third? Anyhow, again when using DiskInfo for a mounted PC formatted disk it reports the full disk size as disk capacity. That's incorrect. It should calculate filesystem overhead then subtract that from total size to get the capacity. It gets the correct used space so it must be using the correct method to read the File Allocation Table. But fat-handler isn't using the formula to calculate filesystem overhead. Interesting that afs-handler gets the correct capacity for ADF .
That's it for now.
deadwood
In the image you posted for the blank ADF the capacity is 1758 blocks which is total blocks - 2. That's correct because total sectors are 1760 (512 bytes per sector) = 901,120 bytes (880k). But the block size for ADF is reported as 488 bytes because system data is stored in each block. There are two used blocks for an ADF that is formatted leaving 1758 blocks of capacity
For a PC formatted High Density Disk there are 2880 sectors (512 bytes each) because 80*2*18 is 2880. Just like total size for ADF is 901,120 the total size for PC disk is 1,474,560 (1440kb). But just like the 2 used blocks for ADF there are 33 sectors used for the filesystem data which leaves 2847 data sectors (1,457,664 bytes). So the true disk capacity is only 1423.5kb not 1440kb. AROS reports used space for PC disks correctly but the disk capacity is not 1,474,560.
In the screenshot notice the difference. Free space is correct. Because Disk Capacity is 1423.5kb not 1440kb used space is 440kb (1423.5-983=440.5) not 457kb (1440-983=457). And F.Sys = FAT not OFS.
Edited by miker1264 on 23-10-2023 12:17,
1 month ago
miker1264 attached the following image:
deadwood
Bug item no. 7 for Wanderer not able to delete a single item should have been resolved in ABIv1 some time ago.
For the FAT Disk Used Space error I reported earlier I realize now the mistake. I'm looking at DiskInfo on Icaros Desktop for Magellan. You are probably using DiskInfo for Wanderer which seems correct as far as the calculations. Magellan's DiskInfo has a Used Space error.
Edited by miker1264 on 23-10-2023 13:16,
1 month agoIndeed #105 covers only the fact that wrong file system name is presented and the tiny diskette icon beside it.
The topic of whether capacity and used space should include file system data in its calculation is another matter and should be another report, however I don't know if this is really a bug. The question is whether there is consistency across all file systems on how they report this and only fat-handler is wrong or some file systems add system data to capacity and some not. This would have to be investigated before deciding that fat-handler does this thing wrong.
I understand that Windows does it differently, but Windows is not a reference I'd use - rather other OS 3.1, OS 4.0 and MorphOS filesystem would be a reference in my opinion.
AMIGASYSTEMDistro MaintainerPosted
1 month agoAll the bugs mentioned in the link are important, I would give as 'irritable' those concerning the operating system, where we often collide on a daily basis, order of importance I think there are:
1) Wanderer: properly run tools with CLI tooltype
2) Errors while moving files to Storage or WBStartup
3) Wanderer: single icon without the associated file cannot be deleted
4) Rename issues with fat-handler
5) Regression: Volume Information Window
Amiwell79Distro MaintainerPosted
1 month agoNo one mentioned Odyssey I'm not saying a massive update but maybe some tweaking, or noticed that I can no longer use my yahoo email services it was still accessible but now it doesn't
Odyssey not working isn't a bug. That's a complete re-write. It's a lot more involved than a simple fix for a single issue.
Amiwell79Distro MaintainerPosted
1 month agothere is also to consider the TCP stack, I can take advantage of a cloud service, but the file transfer is very slow, it should be reviewed
Ok, the voting is now closed the we have a winner!
#64 (Wanderer: properly run tools with CLI tooltype)
I'll start looking into details of this problem and then work on solution.