summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/device/1523246
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/device/1523246')
-rw-r--r--results/classifier/deepseek-2-tmp/output/device/152324616
1 files changed, 0 insertions, 16 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/device/1523246 b/results/classifier/deepseek-2-tmp/output/device/1523246
deleted file mode 100644
index 0918f4fdf..000000000
--- a/results/classifier/deepseek-2-tmp/output/device/1523246
+++ /dev/null
@@ -1,16 +0,0 @@
-
-Virtio-blk does not support TRIM
-
-When model=virtio is used, TRIM is not supported.
-
-# mount -o discard /dev/vda4 /mnt
-# mount | tail -1
-/dev/vda4 on /mnt type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
-# fstrim /mnt/
-fstrim: /mnt/: the discard operation is not supported
-
-Booting without model=virtio allows using TRIM (in Windows as well).
-
-Full QEMU line:
-
-qemu-system-x86_64 -enable-kvm -cpu host -bios /usr/share/ovmf/ovmf_x64.bin -smp 2 -m 7G -vga qxl -usbdevice tablet -net nic,model=virtio -net user -drive discard=unmap,detect-zeroes=unmap,cache=none,file=vms/win10.hd.img.vmdk,format=vmdk,if=virtio
\ No newline at end of file