Page 2 of 2
Re: TF536, device driver for the IDE controller ?
Posted: 19 Mar 2021 04:44
by WoC
Thanks, i was able to use hdtoolbox with that ide.device and partition the "drive", added the info in the mountlist and used mount...
But fail to format, out of memory :P
I'm probably missing something obvious that I just don't see...
Re: TF536, device driver for the IDE controller ?
Posted: 19 Mar 2021 08:46
by pipper
FFS requires a lot of memory for validating large partitions. Either decrease partition size, increase block size or use PFS.
Re: TF536, device driver for the IDE controller ?
Posted: 19 Mar 2021 12:16
by WoC
pipper wrote: 19 Mar 2021 08:46
FFS requires a lot of memory for validating large partitions. Either decrease partition size, increase block size or use PFS.
Thanks :)
Will try that :)
Re: TF536, device driver for the IDE controller ?
Posted: 19 Mar 2021 15:57
by amimjf
4k block sizes with PFS works nice and fast with 3.1.4 and a TF536.. it's my personal setup.
Re: TF536, device driver for the IDE controller ?
Posted: 20 Mar 2021 03:57
by WoC
amimjf wrote: 19 Mar 2021 15:57
4k block sizes with PFS works nice and fast with 3.1.4 and a TF536.. it's my personal setup.
Thanks, really appreciated :)