Score:0

multipass mount options

gt flag

When mounting a local directory inside a multipass instance...

flydutch@led:~$ multipass mount /media/TEST multipass-test:/opt/TEST

...it is mounted with nodev flag:

ubuntu@multipass-test:~$ mount
...
:/media/TEST on /opt/TEST fuse.sshfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)

Is it possible to specify the dev flag option?

Remount the directory inside the instance doesn't work:

ubuntu@multipass-test:~$ sudo mount -o remount,dev /opt/TEST
/bin/sh: 1: sshfs: not found
Score:1
mx flag

fuse.sshfs driver do not support dev option. it's not possible to enable this option.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.