Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data disk is not auto-mounted #14

Closed
lucidtronix opened this issue May 7, 2019 · 1 comment
Closed

Data disk is not auto-mounted #14

lucidtronix opened this issue May 7, 2019 · 1 comment
Labels
p2 Priority 2

Comments

@lucidtronix
Copy link
Collaborator

The disk should be attached by the ml4cvd-image.sh file: https://console.cloud.google.com/storage/browser/ml4cvd/projects/jamesp/server-config/?project=broad-ml4cvd
but it's not working currently.
Also the ml4cvd-image.sh and other files in the server-config directory should be added to the new repo.

@lucidtronix
Copy link
Collaborator Author

That script has ro but the /etc/fstab does not:
UUID=3c62f761-3d8a-42ef-a029-1bfc6fd9be3f /mnt/disks/data ext4 norecovery,discard,defaults,nofail 0 2
vs:
echo "UUID=3c62f761-3d8a-42ef-a029-1bfc6fd9be3f /mnt/disks/data ext4 ro,norecovery,discard,defaults,nofail" | sudo tee -a /etc/fstab

@lucidtronix lucidtronix added the p2 Priority 2 label May 7, 2019
@kyuksel kyuksel closed this as completed May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 Priority 2
Projects
None yet
Development

No branches or pull requests

2 participants