Hello
Given that one could change options for filesystem such as sync to async
without remounting using mount -u -o options /what /where
is this possible to disable softdep on the fly (without unmounting)?

Second question:
Does mounting fs with softdep *and* sync options is secure?


For example now I have:
mount | grep usr
/dev/sd1e on /usr type ffs (local, nodev, synchronous, softdep)
and could have this
mount | grep usr                                
/dev/sd1e on /usr type ffs (local, softdep)

Reply via email to