You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a file system with a file at a specific point, so I was using fcat -@ 0 to find the base address of the clusters then some simple maths (data_addr - base_addr)/cluster_size to find the cluster that points to the data.
I noticed that it worked in 1.05 and not in v1.1.0 it looks like change 530b663 to support larger disks broke it.
I want to create a file system with a file at a specific point, so I was using
fcat -@ 0
to find the base address of the clusters then some simple maths(data_addr - base_addr)/cluster_size
to find the cluster that points to the data.I noticed that it worked in 1.05 and not in v1.1.0 it looks like change 530b663 to support larger disks broke it.
1.0.5:
1.1.0:
The text was updated successfully, but these errors were encountered: