3 # mount(8) accepts relative paths in fstab,
4 # so in your private ~/.fstab, you only need to point to your mount sources and targets as paths relative to your $HOME dir.
12 if [ ".$arg" = .
--fstab ]
19 if [ $try_homefstab = yes -a -e ~
/.fstab
]
21 /bin
/mount
--fstab ~
/.fstab
"$@"
28 echo "trying system fstab" >&2