wszqkzqk

Results 89 comments of wszqkzqk

还有就是能不能支持分区,就这样每次都要大量写入太伤U盘了

> > 还有就是能不能支持分区,就这样每次都要大量写入太伤U盘了 > > 不明白你说的分区是什么意思?Ventoy持久化的方案就是简单,搞个文件作为存储后端也好理解。 首次使用时你需要拷贝一个大文件到U盘,比如4GB,这次需要一次性写入4GB数据。后面在使用的时候,只有在系统内保存数据时才会产生写入动作,覆盖对应的这4GB空间中的某一段空间。 另外你也完全可以不用Ventoy这套方案,可以直接在U盘上划分出一个单独的分区,作为持久化分区就可以了。 这个单独的分区需要使用保留空间,相关说明请参考: https://www.ventoy.net/cn/doc_disk_layout.html#reserve_space 创建一个10GB的保留文件要写入10GB,但是分10GB的区是不用写入的,比较快

> > 可以用btrfs吗,以及可以使用透明压缩吗 > > 现在不支持,但将来可以支持,因为很简单。Ventoy只是把这个文件作为一个设备提供给主系统,里面的文件系统是啥Ventoy并不关心,只要对应的系统支持btrfs文件系统作为持久化分区的文件系统就可以,不支持的话那就不行。 那挺好,也就是我可以自己格式化,您的软件拓展性真的很不错👍

> > 还有就是能不能支持分区,就这样每次都要大量写入太伤U盘了 > > 不明白你说的分区是什么意思?Ventoy持久化的方案就是简单,搞个文件作为存储后端也好理解。 首次使用时你需要拷贝一个大文件到U盘,比如4GB,这次需要一次性写入4GB数据。后面在使用的时候,只有在系统内保存数据时才会产生写入动作,覆盖对应的这4GB空间中的某一段空间。 另外你也完全可以不用Ventoy这套方案,可以直接在U盘上划分出一个单独的分区,作为持久化分区就可以了。 这个单独的分区需要使用保留空间,相关说明请参考: https://www.ventoy.net/cn/doc_disk_layout.html#reserve_space 这个持久分区怎么写json呢

It seems that there is much more things need to be done though... ``` powershell src_c/camera_windows.c: In function 'update_function': src_c/camera_windows.c:541:31: error: invalid use of incomplete typedef 'IMFVideoProcessorControl' 541 | hr...

> Looks like this mingw64 mirror has support for `IMFVideoProcessorControl`: > > https://github.com/mirror/mingw-w64 But I’m using the current version now…

> > But I’m using the current version now… > > Where are you getting it from? I'm assuming the issue you are having from the errors you posted which...

> Searched around for permissions issues. > > This command sorta-fixes it : > $ sudo chmod a+x /lib/security/howdy/recorders > > It appears that you still have to press "enter"...