You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
Sorry I have placed this in "issue" spot but I couldnt find a "suggestions" place to put it.
I have found that if I place the following script, calling it mount.paragon-ufsd, in a directory called ./util at the root of your code I am able to use the automount feature from the ./install.sh script that is shipped with the free commercial code from paragon.
!/bin/bash
command=$@
mount -t ufsd $command
exit
I am no software guru at all but this little solution has worked flawlessly for me for a while. Would love to get feedback from one and all.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sorry I have placed this in "issue" spot but I couldnt find a "suggestions" place to put it.
I have found that if I place the following script, calling it mount.paragon-ufsd, in a directory called ./util at the root of your code I am able to use the automount feature from the ./install.sh script that is shipped with the free commercial code from paragon.
!/bin/bash
command=$@
mount -t ufsd $command
exit
I am no software guru at all but this little solution has worked flawlessly for me for a while. Would love to get feedback from one and all.
The text was updated successfully, but these errors were encountered: