Actions
Bug #14972
open[arv-mount] mount-tmp flag does not start in read/write mode
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
The --mount-tmp flag states that arv-mount will "Create a new collection, mount it in read/write mode at mountpoint/PATH, and delete it when unmounting", but it seems to be in read-only mode instead.
- Set-up environment, ARVADOS_API_TOKEN, etc.
- Set-up a virtualenv
- $ (cd arvados/services/fuse/ && python setup.py install)
- $ mkdir test-dir
- $ arv-mount --mount-tmp=tmp test-dir
- $ cd test-dir/tmp
- $ touch test.txt
touch: cannot touch 'test.txt': Read-only file system
And ls -a
from test-dir: dr-xr-xr-x 1 eric eric 0 Mar 14 11:29 tmp
Actions