AROS World Exec

General => Help => Topic started by: derek2210 on February 24, 2023, 03:29:20 AM

Title: Partitions
Post by: derek2210 on February 24, 2023, 03:29:20 AM
Hi

I am trying to understand the AROS partitioning of hard drive.

From looking at the rexult of the Aros Installation program  the partition scheme looks to  be:

PC-MBR
      +PC-EBR Extended
               +RDB AROS Partition Table
                         +SFS DH0
                          +SFS DH1

Is this correct?

I have difficulty with the HDToolbox, when trying to use the Redize/Move option. Can a third AROS partition be added and how does the Resize option work?

Is it beeter to use the PARTITION command from the Shell?

Regards,
Derek
Title: Re: Partitions
Post by: AMIGASYSTEM on February 24, 2023, 03:41:20 AM
HDToolbox is complicated, better to create partitions automatically from InstallAROS.

I attach an old video of mine showing how to add partitions on AROS with HDToolbox

https://youtu.be/1K64o4MtjV4
Title: Re: Partitions
Post by: Amiwell on February 24, 2023, 03:59:16 AM
Hi

PC-MBR
          +RDB AROS Partition Table
          +SFS-BE DH0
          +SFS-BE DH1

All Done

Regards
Title: Re: Partitions
Post by: derek2210 on February 26, 2023, 03:04:34 AM
Hi,

I can not seem to get HDToolbox to add a SFS - BE partition, when I have added a entry, the Resize option will only select all the space even when changing the size of the partition.
Title: Re: Partitions
Post by: AMIGASYSTEM on February 26, 2023, 03:49:24 AM
After you typed in the size, did you hit enter ?
Title: Re: Partitions
Post by: derek2210 on February 26, 2023, 04:19:14 AM
Hi,

Yes you are correct, I did not think I had to press ENTER after inserting the new Partition size.

Pressing ENTER now resizes the partition entry.

Thank you for the help.