Hello all,
I am trying to decrypt my drive at boot using loader.conf I am all ok except I want to keep my keyfile on my usb stick, The usb stick is also used for work so I would prefer to keep the filesystem as MSDOSFS.
Just like in the geli man page I have this:
That way does not work, I also try this:
That does not work either, Does anyone know how I can get loader.conf to recognize it is a msdosfs file system, I have considered just partitioning the drive with a very small ufs partition but out of intellectual curiosity I would love to figure how to do this!
Great forum, I am a long time reader! Thanks for all help in advance
.
John
I am trying to decrypt my drive at boot using loader.conf I am all ok except I want to keep my keyfile on my usb stick, The usb stick is also used for work so I would prefer to keep the filesystem as MSDOSFS.
Just like in the geli man page I have this:
Code:
geom_eli_load="YES"
geli_da0_keyfile0_load="YES"
geli_da0_keyfile0_type="da0:bootkey"
geli_da0_keyfile0_name="/bootkey"
That way does not work, I also try this:
Code:
geli_da0_keyfile0_type="msdosfs:da0:bootkey"
That does not work either, Does anyone know how I can get loader.conf to recognize it is a msdosfs file system, I have considered just partitioning the drive with a very small ufs partition but out of intellectual curiosity I would love to figure how to do this!
Great forum, I am a long time reader! Thanks for all help in advance

John