mitre / fusera

A FUSE interface to the NCBI Sequence Read Archive (SRA)
Apache License 2.0
29 stars 12 forks source link

"fusera mount" will fail if SSH terminal / session is closed ? #155

Closed fulxie closed 5 years ago

fulxie commented 5 years ago

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 &

fulxie commented 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 &