LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to add Options to Double-Stacked Autofs? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-add-options-to-double-stacked-autofs-4175625452/)

anon3001 03-12-2018 08:47 PM

How to add Options to Double-Stacked Autofs?
 
Hello,

This might be a dumb question, but I'm trying to upgrade a NAS mount from NFS4 to NFS4.1. I usually just add "minorversion=1" to the options, but in this case I have a stacked autofs mount, with the first one being local and the second coming from netapp:

mountA --bind \
/ localhost:/export/appl/mountA/ \
/dir1/dir2/mountB server1-netapp:/mountB


so, basically /appl/mountA/dir1/dir2 is local, but mountB from the /dir2 subdirectory is coming from netapp. I think I might be able to split them into 2 separate entries within the mounting table, but I'm just curious how/where I would specify the "minorversion=1" entry in a setup like this.

Hopefully this makes sense. Thanks!!!

anon3001 03-14-2018 09:16 PM

such empty


All times are GMT -5. The time now is 03:40 PM.