xenic wrote:colinw wrote:
MakeLink SOFT link=envarc:appdir dir=temp:appdir
I think that will only work if you are booting from an FFS partition. If you are booting from an SFS partition,
copying files to a directory link on a locked SFS partition will result in a "Volume System is write-protected"
requester and the copy will not succeed.
Hmmm, well you are quite correct, SFS does break it, so that would be another bug to add to the list for SFS.
It would seem SFS is just checking to see if the volume is write protected and just saying "go away".
As reading the target path for a softlink doesn't involve any writing, and the target is also on a completely different
volume that is not write protected, so, it seems like an obscure SFS bug with ACTION_READ_SOFT_LINK,
but I can't really blame anybody for missing this one. At least FFS works correctly in this regard.
Looks like the first option I mentioned, (moving the entire ENVARC to its own volume), is your best alternative
if you want to keep using SFS as your boot volume. There should be other alternatives available soon.