Skip to content

Volumes mounted as read-only, is this intentional? #393

Answered by msolimans
nathanielks asked this question in Q&A
Discussion options

You must be logged in to vote

by default it is read only. to be make it writeable by default do the following:

  • edit the file and set write: true under mount section

$ vim ~/.lima/default/lima.yaml

  • then restart lima
limactl list #this lists all running vms 
limactl stop default #or name of the machine 
limactl start default #or name of the machine 

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@anschnapp
Comment options

@afbjorklund
Comment options

@anschnapp
Comment options

Answer selected by AkihiroSuda
Comment options

You must be logged in to vote
1 reply
@afbjorklund
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
5 participants
Converted from issue

This discussion was converted from issue #34 on November 06, 2021 04:52.