d0k3 / GodMode9

GodMode9 Explorer - A full access file browser for the Nintendo 3DS console :godmode:
GNU General Public License v3.0
2.15k stars 194 forks source link

[FEATURE REQUEST] Blank Dummy Files #649

Closed ghost closed 3 years ago

ghost commented 3 years ago

An option should be added to make a blank dummy file. It shouldn't replace the current way of making dummy files, because it would be too slow, but should be added as an extra option.

ihaveamac commented 3 years ago

What would this do differently to the current method?

d0k3 commented 3 years ago

Assuming @dwain12435 wants files that are prefilled with zeroes instead of - like now - random garbage data. Pretty impractical in GM9, cause filling these files on a 3DS takes a lot time, while just creating them takes almost nothing.

Is this what you meant, @dwain12435 ? What would be a use case for this?

ghost commented 3 years ago

I know that it would take a long time, that's why I said it should be an additional option that doesn't replace the current method. It would be useful for creating FAT images that aren't corrupted.

On Monday, November 16, 2020, d0k3 notifications@github.com wrote:

Assuming @dwain12435 https://github.com/dwain12435 wants files that are prefilled with zeroes instead of - like now - random garbage data. Pretty impractical in GM9, cause filling these files on a 3DS takes a lot time, while just creating them takes almost nothing.

Is this what you meant, @dwain12435 https://github.com/dwain12435 ? What would be a use case for this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/d0k3/GodMode9/issues/649#issuecomment-728182729, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ24BZTZ3HVQVF4I4VI2RNLSQFJL5ANCNFSM4TWXG5DA .

Wolfvak commented 3 years ago

FAT images that are full of zeroes are still corrupted. I'm pretty sure there's no format in the world where zero-data is considered useful (other than maybe plaintext), so this is not a valid argument.

ghost commented 3 years ago

I meant the ability to make a large blank file to add a FAT header to so that you can have a functional FAT image. If you add a FAT header to a large file that isn't blank, then you will have a corrupted FAT image.

On Tuesday, November 17, 2020, Wolfvak notifications@github.com wrote:

FAT images that are full of zeroes are still corrupted. I'm pretty sure there's no format in the world where zero-data is considered useful (other than maybe plaintext), so this is not a valid argument.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/d0k3/GodMode9/issues/649#issuecomment-729174880, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ24BZTYNYM4VCXIBGNIWITSQLKQFANCNFSM4TWXG5DA .