Hi, everyone:
In troubleshooting issues with shares I was trying to mount through fstab, I discovered the following section:
Code:
#STARTSCRUB --------------anything in this block will be scrubbed
# I found several references to storage on another Mythbackend here...
#ENDSCRUB
There were references to storage on another Myth back end listed (six of them), which I think correlated to the following errors when I tried to mount:
Code:
$ sudo mount -a
mount.nfs: Connection refused
mount.nfs: Connection refused
mount.nfs: Connection refused
mount.nfs: Connection refused
mount.nfs: Connection refused
mount.nfs: Connection refused
Well I'm glad the connection was refused, because this newly installed frontend was supposed to only connect to a different backend, and I don't want one MythTV system poking around other MythTV systems on my network unless I specifically set them up that way.
So, my question is:
What is #STARTSCRUB and #ENDSCRUB, and what is the system trying to do to paths referenced there?
I can't find any documentation anywhere, other than a few sample fstabs submitted in this forum for other issues, and in each example there is nothing between the two lines. That's the same thing I find in both of my master backend / frontend systems. Only the newly built front end system had entries there, and they were NOT from the backend this unit was supposed to be connecting to!
I suspect this is specific to LinHES, or maybe it's an Arch thing. None of my Ubuntu systems have such a section in their fstab files.
Thanks.
Dan