natevw / fatfs

Standalone FAT16/FAT32 filesystem implementation in JavaScript
47 stars 13 forks source link

Add method to format a volume via the driver #33

Open natevw opened 3 years ago

natevw commented 3 years ago

See https://github.com/natevw/fatfs/issues/32#issuecomment-735008434 — looks like the Xen Orchestra team needed this and might be handy in other cases as well. Should be fairly simple to do, see their code at https://github.com/vatesfr/xen-orchestra/blob/ad58f6a/packages/xo-server/src/fatfs-buffer.js#L34-L74 as a sensible starting point.