Mount parameters, hmm, user would need to know how kernel wants it's parameters or something like advanced config and switches... Well, I think about it...
And yes, it would be good to have "all" of the network mounting in one app. I'll take a look at it, but sadly I don't have time to implement anything right now.
Mount parameters are a must-have. I don't want the NFS share I'm using to build packages (and as such need to exec configure and scripts like that) to be mounted with noexec. Please at least add toggles for things like that (noexec, nodev, ...).
Well that would be easy to do, but not as easy as in desktop distro, because you need to talk without the usual help ( there is no mount.nfs ) and kernel is picky without it... and no proper error messages...
There is "soft,noexec,nolock" by me and the rest are kernel defaults...
You can check what is there with:
"cat /proc/mounts"
Don't have time for it right now... But when tablet arrives I need to do new ui anyway, so maybe then...
Comments
korppi
Mon, 2014/07/07 - 12:55
Permalink
Mount parameters, hmm, user would need to know how kernel wants it's parameters or something like advanced config and switches... Well, I think about it...
And yes, it would be good to have "all" of the network mounting in one app. I'll take a look at it, but sadly I don't have time to implement anything right now.
V10lator
Fri, 2015/09/25 - 14:57
Permalink
Mount parameters are a must-have. I don't want the NFS share I'm using to build packages (and as such need to exec configure and scripts like that) to be mounted with noexec. Please at least add toggles for things like that (noexec, nodev, ...).
korppi
Fri, 2015/09/25 - 18:00
Permalink
Well that would be easy to do, but not as easy as in desktop distro, because you need to talk without the usual help ( there is no mount.nfs ) and kernel is picky without it... and no proper error messages...
There is "soft,noexec,nolock" by me and the rest are kernel defaults...
You can check what is there with:
"cat /proc/mounts"
Don't have time for it right now... But when tablet arrives I need to do new ui anyway, so maybe then...
Pages