kusnier/vagrant-persistent-storage

Pass additional options to mkfs

rahulpowar opened this issue · 0 comments

I would like to be able to pass additional options when a filesystem is being created. Specifically, I would like to set the bytes per inode on an ext4 filesystem for my use case. Right now I have to unmount it and recreate the filesystem using mkfs.ext4 -i 8192 /dev/sdb1. I would like to do this as part of the persistent_storage configuration.