Replies: 2 comments 3 replies
-
This yaml should work: images:
- location: "https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-amd64.img"
arch: "x86_64"
- location: "https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-arm64.img"
arch: "aarch64"
mounts:
- location: "~"
- location: "/tmp/lima"
writable: true
- location: "/Volumes" |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes true. When I tried to mount /dev in my M1 MAC it is simply not allowing me.
Thank you,
Dhiraj Patra
Senior Software Engineer
Direct: +91.78932.73022
Email: ***@***.******@***.***>
[cid:4fa7a487-5da9-4d08-9c65-8e68a5453c32]
ftcsolar.com
LinkedIN<https://www.linkedin.com/company/ftcsolar/?viewAsMember=true>
The content of this email is confidential and intended for the recipient specified in message only. It is strictly forbidden to share any part of this message with any third party, without a written consent of the sender. If you received this message by mistake, please reply to this message and follow with its deletion, so that we can ensure such a mistake does not occur in the future.
…________________________________
From: Jan Dubois ***@***.***>
Sent: 08 March 2022 09:16
To: lima-vm/lima ***@***.***>
Cc: Dhiraj Patra ***@***.***>; Comment ***@***.***>
Subject: Re: [lima-vm/lima] Pass in USB drive with linux filesystem? (Discussion #618)
You will not be able to "mount" devices into the VM. Lima uses sshfs to mount the directories, but that will only work for regular files.
—
Reply to this email directly, view it on GitHub<#618 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVXHOU6KGFCNBNVD7AHPI6DU63ESBANCNFSM5NGXYFIQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I pass in a usb drive into the guest OS with lima? I have a microsd formatted for linux and would like to mount it in my lima started vm.
Beta Was this translation helpful? Give feedback.
All reactions