给大家看看 pixel7pro 上运行的 debian12vm

129 天前
 lih24338

前几天我的 pixel7pro 收到了三月份更新,linux 虚拟机功能下放了,不需要解锁和 root 就能用,官方是 debian12 系统,存储最多给 16gb ,内存默认 4g 不可调,CPU8 和全给,暂时没有 gpu 加速,暂无图形界面,是完整的虚拟机,virt-what 输出的虚拟化方式为 lkvm ,下面给大家看看吧。

信息概览

root@localhost
                               --------------
        _,met$$$$$gg.          OS: Debian GNU/Linux 12 (bookworm) aarch64
     ,g$$$$$$$$$$$$$$$P.       Bios (UEFI): 2024.01-g67e23f7c077b-ab12577904 (24.)
   ,g$$P""       """Y$$.".     Bootmgr: virtio 0:2
  ,$$P'              `$$$.     Board: dummy-virt
',$$P       ,ggs.     `$$b:    Chassis: Desktop
`d$$'     ,$P"'   .    $$$     Kernel: Linux 6.1.0-31-cloud-arm64
 $$P      d$'     ,    $$P     Init System: systemd 252.33-1~deb12u1
 $$:      $$.   -    ,d$$'     Uptime: 33 mins
 $$;      Y$b._   _,d$P'       Loadavg: 0.11, 0.19, 0.12
 Y$$.    `.`"Y$$$$P"'          Processes: 147
 `$$b      "-.__               Packages: 581 (dpkg)
  `Y$$b                        Shell: bash 5.2.15
   `Y$$.                       LM: login (TTY)
     `$$b.                     Terminal: /dev/pts/2
       `Y$$b.                  Terminal Size: 82 columns x 30 rows (640px x 480px)
         `"Y$b._               CPU: dummy-virt (8)
             `""""             CPU Usage: 0%
                               Memory: 391.34 MiB / 3.84 GiB (10%)
                               Swap: Disabled
                               Disk (/): 3.97 GiB / 9.68 GiB (41%) - ext4
                               Public IP: 103.*.*.* (Tokyo, JP)
                               Local IP (enp0s6): 192.168.0.2/24 fe80::ac25:8bff:>                               DNS: 192.168.0.1
                               Date & Time: 2025-03-14 07:37:45
                               Locale: C.UTF-8
                               Users 1: droid - login time 2025-03-14 07:04:07
                               Users 2: root - login time 2025-03-14 07:04:08
                               Weather: -1°C - Clear (not found)
                               Network IO (enp0s6): 2.29 KiB/s (IN) - 5.02 KiB/s )
                               Disk IO (0x1af4 ): 4.00 KiB/s (R) - 0 B/s (W)
                               Physical Disk (0x1af4): 10.05 GiB [HDD, Fixed]
                               Version: fastfetch 2.38.0 (aarch64)

性能测试

----------------------CPU 测试--通过 sysbench 测试-------------------------
 -> CPU 测试中 (Fast Mode, 1-Pass @ 5sec)
 1 线程测试(单核)得分:          2423 Scores
 8 线程测试(多核)得分:          7943 Scores
---------------------内存测试--感谢 lemonbench 开源-----------------------
 -> 内存测试 Test (Fast Mode, 1-Pass @ 5sec)
 单线程读测试:          15816.69 MB/s
 单线程写测试:          12488.23 MB/s
------------------磁盘 dd 读写测试--感谢 lemonbench 开源--------------------
 -> 磁盘 IO 测试中 (4K Block/1M Block, Direct Mode)
 测试操作               写速度                                  读速度
 100MB-4K Block         22.4 MB/s (5458 IOPS, 4.69s)            28.4 MB/s (6935 IOPS, 3.69s)
 1GB-1M Block           377 MB/s (360 IOPS, 2.78s)              1.2 GB/s (1139 IOPS, 0.88s)
---------------------磁盘 fio 读写测试--感谢 yabs 开源----------------------
fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/vda1):
---------------------------------
Block Size | 4k            (IOPS) | 64k           (IOPS)
  ------   | ---            ----  | ----           ----
Read       | 109.51 MB/s  (27.3k) | 414.94 MB/s   (6.4k)
Write      | 109.44 MB/s  (27.3k) | 427.28 MB/s   (6.6k)
Total      | 218.95 MB/s  (54.7k) | 842.22 MB/s  (13.1k)
           |                      |
Block Size | 512k          (IOPS) | 1m            (IOPS)
  ------   | ---            ----  | ----           ----
Read       | 934.54 MB/s   (1.8k) | 258.80 MB/s    (252)
Write      | 1.01 GB/s     (1.9k) | 288.75 MB/s    (281)
Total      | 1.94 GB/s     (3.8k) | 547.55 MB/s    (533)
------------------------------------------------------------------------
 总共花费      : 3 分 17 秒
 时间          : Fri Mar 14 07:59:10 UTC 2025

功能测试

运行 podman 或 docker

droid@localhost:~$ podman run docker.io/hello-world:latest
Trying to pull docker.io/library/hello-world:latest...
Getting image source signaturesLM: login (TTY)
Copying blob c9c5fd25a1bd done
Copying config f1f77a0f96 done
Writing manifest to image destination
Storing signatures

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (arm64v8)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

遇到的问题

网络完全隔离,只有内网 v4 地址,主机有 v6 也不会继续分配给虚拟机,端口转发非常不完善,我测试了 ssh ,alist ,zerotier ,和 cockpit ,就只有 zerotier 有转发请求通知,其中 ssh 尝试换端口成 9022 也不行,别的都没有,网络不走你的用户 vpn ,存储只能最多给 16g ,我的手机是 128g 存储。 总的体验是不如获取 root 之后,解锁 pkvm ,手动敲命令跑虚拟机的。

1897 次点击
所在节点    Linux
8 条回复
Tink
129 天前
我 7a 上面,问题还挺多,经常就卡死了
momocraft
129 天前
我的 pixel9 也有了,不知道能不能用手机硬件拍照监视啥的
lih24338
129 天前
还不行,目前是不共享存储,没有 gpu ,没有声音,没有设备共享的。
lih24338
129 天前
@Tink 如果报错,可能滑掉任务后台再重新打开就行,目前是这样的是不够稳定。
macaodoll
129 天前
下班回去我就试试,同款手机
macaodoll
129 天前
@lih24338 没有 gpu,那价值还不是很大
rqYzyAced2NbD8fw
128 天前
是虚拟机,至少比 chroot 好吧。docker 就有戏了。至于摄像头、储存、声音,可以写 helper app 包装 android api 提供给虚拟机。如果能普及到旧型号的话,咸鱼二手性价比薄纱树莓派
lih24338
128 天前
没那么容易普及,因为需要手机开放了虚拟化,内核支持 kvm 才可以。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://ex.noerr.eu.org/t/1122334

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX