pmem / pmemfile

Userspace implementation of file APIs using persistent memory.
Other
34 stars 21 forks source link

No way to overwrite existing pmemfile pool #441

Open sarahjelinek opened 6 years ago

sarahjelinek commented 6 years ago

With other file systems such as ext4 you can overwrite(re-initialize) the fs by simply calling mkfs.ext4 ... on the partition. It assumes you want to reinitialize. This can't be done with mkfs.pmemfile. We should have an option, even if it is a'-f' to allow users to do this.