#Ilobilix - a linux compatible kernel
1 messages ยท Page 4 of 1
rw,ro ๐ญ๐ญ๐ญ
๐ญ
some of them are generated from flags passed to mount and others are from the optional data passed to the filesystem driver
that's why it says rw,ro
it's mounted as rw but my ext2 driver is read-only for now and returns "ro" as optional mount data string
ah
imo the linux mount() is more dynamic
but the BSD mount is cleaner
they pass a void pointer as arguments (e.g. a fs specific struct)
but this means your mount binary has to know all possible FSes
after some messing with dracut now the initrd can load needed modules