Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only supports disks with 512 bytes per sector #4

Open
BartonCline opened this issue Dec 5, 2014 · 0 comments
Open

Only supports disks with 512 bytes per sector #4

BartonCline opened this issue Dec 5, 2014 · 0 comments

Comments

@BartonCline
Copy link

Partitioning.BLOCK = 512
This will become less and less true as 1K and 4K disks become less expensive and more prevelent.
In the implementation that I'm working on, I use parted to query the particulars (like geometry) of the disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant