William Poetra Yoga
William Poetra Yoga
@ventoy Thank you for the information about `MBR` partition style. However, I am using `GPT`, and booting in UEFI mode (CSM disabled). By setting the VTOYEFI partition type to `Windows...
Ah, I see. So it should have been hidden. 1. I don't remember whether it was a fresh install. I will check and report back. 1. I plugged the USB...
I have made a fresh install using Ventoy 1.0.74, and both Ventoy adn VTOYEFI partitions are shown. The command used was `sudo ./Ventoy2Disk.sh -i -g /dev/sdb -I`, this means it's...
What you said about the partition attribute is true, the hidden attribute is set 
I have tried installing Ventoy on 2 other USB disks now, both have the same behavior: - On Windows 10, only the Ventoy partition is auto-mounted. The VTOYEFI partition is...
I have tested on Ubuntu 20.04 and 22.04, on both versions, both partitions are auto-mounted. So this looks like a Linux-specific issue.
This is a very nice feature to have. It is not impossible to implement -- data validation libraries have been doing this for quite some time. However, I have been...
IMHO, this looks a bit out of scope for the nebula server itself. It's more of a management layer feature, which might make more sense in a "nebula-manager" app.
I also got this error. Environment: Linux Mint 19.3 (Ubuntu 18.04) ``` $ curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh | DOCHAT_DEBUG=true DOCHAT_SKIP_PULL=true bash ____ ____ _ _ | _ \ ___ / ___|...
用三个 \` 显示多行代码啊: \`\`\` hello world \`\`\` 效果: ``` hello world ```