SMB开启回收站 Linux

此方法不适用,跳到下面的黑体字!!! 配置文件中添加 先在储存池中新建了zfs zfs create zp1/.deleted 再在smb的conf中加入: vfs objects = recycle recycle:keeptree = yes recycle:versions = yes recycle:repository = /mnt/zp1/.de...
学长 发布于 

尝试开启H11SSL-i的ADM CBS Linux

Unlocking Supermicro H11SSL-i Bios Menus- could need some help - BIOS/UEFI Modding / BIOS Modding Guides and Problems - Win-Raid Forum 看到有人能尝试解锁H11SSL-i的超频 虽然预期不大,但是。。。如果可以那就最好不过了 ...
学长 发布于 

real vnc 的 虚拟模式,PVE上直接装gui Linux

普通模式得又显示器插着。。。 How do I use VNC Server in Virtual Mode on Linux in conjunction with the system Xorg server? – RealVNC Help Center 先安装X11虚拟模式支持 sudo apt install xserver-xorg-video-d...
学长 发布于 

ZFS修复,移除,镜像 Linux

zpool status -v zpool scrub ZFS zpool export ZFS 但是因为docker退出不了 systemctl stop docker.service 就好了。。。 囧 docker 后续启动会应为默认的zfs是原来的池导致无法识别到容器 目前的玄学决绝办法是 docker info 先看下是否对应的zfs变成了别的poo...
学长 发布于 

Debian Bookworm Root on ZFS Linux

复制自 Debian Bookworm Root on ZFS — OpenZFS documentation Debian Bookworm Root on ZFS Table of Contents Overview Caution System Requirements Support Contributing Encryption Step ...
学长 发布于 

hyper v中安装debian(在zfs中) 软件

安装 Debian 10 到 ZFS Mirror 阵列 | LOGGER How to install ZFS in Debian 12 "Bookworm" - nixCraft 先使用live镜像Debian -- Live 安装映像 开启终端 先给分区 ls /dev/sd? 看看读到了哪个盘。。。 fdisk /dev/sda ...
学长 发布于 

尝试docker直接读取zfs分区 软件

https://www.reddit.com/r/zfs/comments/lcdxs5/zfs_in_wsl2_raw_disk_access/ wsl2中的debian安装truenas因为dialog要访问serial或者tty,我一时无法解决 所以就寄希望于windows中的docker取代truenas的服务。 truenas webui也有doc...
学长 发布于 

WSL中安装debian再看看能不能升级truenas 软件

wsl --set-default-version 2 wsl --install -d Debian 安装只能默认到C盘中能导出然后再导入到D盘 InstallingDebianOn/Microsoft/Windows/SubsystemForLinux - Debian Wiki cat /etc/issue uname -a 版本是12,内核是5.15...
学长 发布于 

给hyper v中的Llinux GPU分区 Linux

staralt/dxgkrnl-dkms: GPU-P (dxgkrnl) on Hyper-V Linux VM with Latest Kernel 目前看来加速什么的别想了。。。大概能cuda运行。。。truenas 24是不行的。。。估计只能老版本的23.10.2 @ 6.6.44-production+truenas 我在PVE下成功了。。。安装的...
学长 发布于 

hyper v 开启嵌套虚拟化 软件

Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true 设置虚拟输出设备 Set-VMVideo -VMName <VMName> -HorizontalResolution 1920 -VerticalResolution 1080 -Resolu...
学长 发布于