Well, a manual mount -o remount,rw / in shell sets the root filesystem to rw, but /usr is something else.
#mount -o remount,rw /usr
Can\'t find /usr in /etc/fstab
This is a pain because I can\'t do things like set secuity in smb.conf or other files in the /usr mountpoint. Any ideas where /usr is getting mounted ro if not fstab? In fact, edits to /etc/fstab are not being picked up on reboot.
What am I overlooking?