Partition Manager
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... 29
Steve Pampling (1551) 8170 posts |
|
Steffen Huber (91) 1953 posts |
For FileCore details, it is always a good idea to look at Gerald Holdsworth’s documentation of various Disc Image Formats http://www.geraldholdsworth.co.uk/documents/DiscImage.pdf as well as his DiscImageReader Delphi sources: https://github.com/geraldholdsworth/DiscImageManager You just need to strip out the superfluous Amstrad and Commodore stuff :-) |
Rick Murray (539) 13840 posts |
Shouldn’t this be a UI thing rather than a fiddling with the disc format thing? |
Chris Mahoney (1684) 2165 posts |
If you want to be able to set different settings on a per-directory basis then it makes sense to put it in the directory’s metadata… so long as it’s documented. If it’s not documented then it’s effectively corrupting the metadata. |
Steve Pampling (1551) 8170 posts |
Like I said “not good” |
Chris Johns (8262) 242 posts |
It took a long time to get my head around the E+ format when did the (badly named) ‘adfs-tools’ stuff in python that does a (very limited) amount of stuff with filecore discs. |
Jon Abbott (1421) 2651 posts |
I started looking at ADFS4 last night, unfortunately the author failed to document the SWI’s (ATA_Op?) on the Wiki. I’m sorry, but I should not have to wade through recent source code additions to the OS and write the documentation for the author. As a rule, ROOL should not accept anything into the OS source unless its been correctly documented on the Wiki. It’s bad enough having to figure out SCSIFS and FileCore. At least there’s some documentation on them – even if it isn’t accurate or make any sense!
Yes, I’m not looking forward to implementing “Format”. I have some knowledge of some of the background tasks from ADFFS and working with floppies, but I’ve never touched HD’s. From reading what documentation I can find on FileCore over the past week, its pretty poor. Basic information such as how to translate an Internal Disc Address (eg RootDir) to an LBA is simply missing in all of the official documentation I’ve looked at so far. |
Martin Avison (27) 1494 posts |
I agree that updating the Wiki should be part of any change. But in this case, ADFS4 seems documented in Git sources, in: Which may be sufficient for your purposes. |
Jon Abbott (1421) 2651 posts |
v0.24 is now up, which adds IDE based ADFS support. I’ve tested on all major OS versions from 3.11 up to 5.23 on an A4000, RiscPC and Kinetic. One issue I need to resolve is how to handle FileCore drives within MBR/GPT partitions, that don’t actually fill the partition. My A4000 for example has a 2GB MBR partition, but RO is only using the first 512MB. Strictly speaking, my A4000 is a “full disk FileCore drive” that only uses the first 512MB, but just happens to have a valid MBR on it that HForm didn’t erase when it was initialised. My current train of thought is to show the FileCore area as being embedded within the partition. This method could also be used to handle full FileCore drives that have an embedded FAT partition, which has already been highlighted above. I’ll create some mock-ups for peer review before I implement anything.
Thanks Martin. Ironically, I did look for a documentation folder in Git, but somehow managed to miss it. Please try 0.24 on the Titanium. From looking at the doc, it seems to mirror ADFS so should hopefully now work. |
John WILLIAMS (8368) 493 posts |
13 Jan 18:44:59 000 000001E6: Error from Partition Manager: SWI name not known in “volume_info_FileCore( Do I have something missing? |
Chris Gransden (337) 1207 posts |
Looks like it needs ADFS to be available which doesn’t exist in ROM on e.g. RPi. It ran OK when I loaded !ADFFS which has a fake adfs module. |
Jon Abbott (1421) 2651 posts |
Oops, I didn’t check it on the Pi without ADFS. I’ll quickly fix it and upload a revised version. |
Jon Abbott (1421) 2651 posts |
v0.25 is now up which fixes this error. |
David Pitt (3386) 1248 posts |
From the Titanium. Apart from that PartMan partitioned pen, SCSI::2, the only comment is that the size of ADFS::6 is actually 128GB, or 120GB, would need to demolish the machine to see what it really is. It does have a large LFAU set to speed up ROM builds, 32768, which may or may not have anything to do with anything. Looking a bit harder I see that all three ADFS SSDs show the same size in the left, grey, icons. |
Andrew McCarthy (3688) 605 posts |
v0.25 similar to previous result reported. When I don’t unplug the attached SSD drive (EXT4/FAT), then this version reports Parameters not recognised in “add_drives_SCSIFS” at line 88" |
Anton Reiser (471) 63 posts |
Nice to see ADFS support. Please consider 4Kn drives and take 4096 byte sector size into account. |
Raik (463) 2061 posts |
Have try “all I have” ;-) ADFS::4 Is my RootFS for Ti Linux and Fat for both If I plug the partman device to Ti USB, v0.25 crashes with the line 88 error but is usable with partman compiled for Ti. ARMX6: With the partman device… SDFS: Sorry I can not take look inside but I’m sure, one SDFS devise is without a card (0 detect nothing), the other (1) hold the boot section, the rest is Filecore HardDisc0 round about 1GB tells Free.. |
John WILLIAMS (8368) 493 posts |
Thank you (and Chris). |
John WILLIAMS (8368) 493 posts |
It would really save a lot of effort if this forum listed stuff latest-first! Who do I need to hassle? |
Steve Pampling (1551) 8170 posts |
It would also help if the posts per page setting “stuck”, however the limitations of the forum software are probably such that getting what most people might want is unlikely without moving to a new set of forum software. |
John WILLIAMS (8368) 493 posts |
I understand that we’re using an existing platform which is “stuck in time” unfortunately! But … We can aspire! |
Jon Abbott (1421) 2651 posts |
v0.26 has rewritten IDE drive sizing code, having now read the IDE spec, it might now get a different result. v0.25 used code from HForm, which didn’t make a lot of sense if I’m honest.
As far as I can tell, IDE only supports 512 sectors. Having read a copy of the spec I could not find a way to determine the LBA size. That said, I need to sign up to T13 to get the current spec and will see if that provides more info. SDFS is similar, in that it appears to have a fixed LBA of 512 bytes and no official way to find out the actual size – at least not documented, that I can find. SDFS_ReadCardInfo only returns the drive size in bytes and not the LBA size.
That error is a failed DiscOp, so somewhere the LBA is wrong. I’ll only be able to diagnose that once I write the debug code. |
John WILLIAMS (8368) 493 posts |
May I just say how grateful we all are that you are tackling this issue! I have personally no interest in your other work, but appreciate that you are addressing an issue of more general import! Bravo ! |
Rick Murray (539) 13840 posts |
John, bookmark https://www.riscosopen.org/forum/posts The Recent Posts page is listed newest first. Plus it’s a useful overview of everything. BTW, did anybody else notice David’s SCSI::2 drive? Third (unallocated) partition – 984003.95TB! |
Doug Webb (190) 1180 posts |
Hi Jon, Thanks for 0.26. On my Iyonix running 5.29 it gives a slightly odd disc reading for the second disc it seems the same as this.
So ADFS::5 gives Filecore in the left hand window: ADFS::5 and in the right: Iyonix2 in the text it says: E+ Boot, Big Map, Filecore – Capacity 128.18 Free 11.11 GB Map shows it as 128GB, Total Used 117GB If I run HForm it gives Config Cylinders 16383 , 16 Heads, 63 Sectors/Tracks Last formatted: Hope this helps as Part Manager is something that is going to be really useful going forward. |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... 29