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

FAT12 support #14

Closed
mikebdp2 opened this issue Apr 3, 2020 · 1 comment
Closed

FAT12 support #14

mikebdp2 opened this issue Apr 3, 2020 · 1 comment

Comments

@mikebdp2
Copy link

mikebdp2 commented Apr 3, 2020

I need to resize a floppy image from 1440KB (1474560 bytes) "High Density" aka standard floppy to 2880KB (2949120 bytes) "Extended Density" floppy, and sadly discovered there are no opensource Linux tools for that! Manual hexedit of 0x13/0x14 bytes from 0x0B40 to 0x1680 and 0x18 byte from 0x12 to 0x24 - also didn't work for me (but I just learned about FAT structure and may be missing something). + #15

Please add FAT12 resizing support - it may be really important in some situations.

@ya-mouse
Copy link
Owner

ya-mouse commented Apr 4, 2020

Unfortunetally, FAT12 is not suppoted by Parted:

https://git.savannah.gnu.org/gitweb/?p=parted.git;a=blob;f=libparted/fs/fat/bootsector.c;h=0c3ae77d391140934efe20903e5f5a4369a17c16;hb=8c50fec522f475c51e2aaa3c972ce4c6690dda92#l215

You may try to raise the feature request in Parted project instead.

@ya-mouse ya-mouse closed this as completed Apr 4, 2020
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

2 participants