Closed fulxie closed 5 years ago
use root (sudo -i) to mount and be able to keep the mounting. eg: sudo /usr/local/bin/fusera mount -t ~/example/prj_phs710EA_test.ngc -a ~/example/SRR_Acc_List_Example.txt ~/example/example_mount > ~/example/output.log 2>&1 &
the data mounted by "fusera mount" will be automatically missing if SSH terminal/session is closed. It is not convenient to download or process data from SRA. Otherwise, you have to keep SSH terminal/session alive. Do I use wrong parameters for "fusera mount". Command used as in README.txt: fusera mount -t ~/example/prj_phs710EA_test.ngc -a ~/example/SRR_Acc_List_Example.txt ~/example/example_mount > ~/example/output.log 2>&1 &