How exactly did you try it?user00 said:I tried to usechmod +rwon the mount points, but it threw an error 'Function not implemented'.
chmod and chown during the day at work, I kind of eclipsed and fixated on making the mountpoint readable/writable for the regular user via mode change, where I should have done so on the devices instead and perpetuated the device mode change in the devfs.rules I think. Am I on the right track?Not even closeuser00 said:I kind of eclipsed and fixated on making the mountpoint readable/writable for the regular user via mode change, where I should have done so on the devices instead and perpetuated the device mode change in the devfs.rules I think. Am I on the right track?
mount /dev/da12 /some/where chmod 775 /some/where chgrp mygroup /some/whereYou really should have mentioned that sooner.user00 said:It is a folder where I am mounting Linux partitions via ext4fsfuse