[Lkw] kernel build and creating the shared folder

Sofía Amallo sofia.amallo at mi.unc.edu.ar
Thu Sep 14 14:05:14 EDT 2023


On Thu, 14 Sep 2023 at 14:38 Sofía Amallo <sofia.amallo at mi.unc.edu.ar>
wrote:

> Thanks!
> If anyone is trying to set up the shared folder, just follow the last
> steps on the jrsl-lkw-1-build.md file:
>
> edit the /etc/fstab file using your favorite
> editor (I'm using vim here)
>
> vim /etc/fstab
>
> And add this line to the end of it:
>
> shared /mnt/shared 9p trans=virtio,version=9p2000.L
>
> And then mount this file system
>
> systemctl daemon-reload
> mount /mnt/shared
>
> This file system will not also be available when you reboot.  Test the
> file system by e.g. storing all the kernel messages there:
>
> dmesg > /mnt/shared/dmesg
>
> and then check that you can read this text file on the host system.
>
> You can then use /mnt/shared by copying files to and from it in the host
> and the guest.
>
>
>
> On Thu, 14 Sep 2023 at 14:25 Christoph Hellwig <hch at lst.de> wrote:
>
>> I got question on how to set up the shared folder.  The instructions
>> are at the end of this file which is the second lesson, use at your
>> own risk if you want the shared folder now.
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jrsl.org/pipermail/lkw_jrsl.org/attachments/20230914/d3bab00f/attachment.html>


More information about the LKW mailing list