I've had rsnapshot working under Slackware 13.0 for a few months. In my /etc/rsnapshot_<interval> scripts I first have it run is mount -o remount,rw then the very last thing it does is a mount -o remount,ro. The reason behind this is to protect my backups from accidental deletion by making them read-only whenever they are not actively being created.
When I upgraded to 13.1 this -o remount functionality seems to have either disappeared or broken:
# mount -t nfs
192.168.1.5:/slackware on /slackware type nfs (rw,addr=192.168.1.5)
# mount -o remount,ro /slackware
mount.nfs: an incorrect mount option was specified
Does anybody have a proposed solution to remedy this?