Resolving Shared File Issues in VirtualBox with Embedded Linux Systems

Resolving Shared File Issues in VirtualBox with Embedded Linux Systems

Thanks to Professors Qin Wen, Liu Feng, Ding Hao, and Liang Meng from Tianjin Medical University for their guidance and sharing. For security reasons, VirtualBox disables the creation of symbolic links in shared folders. This can lead to errors in the operation of certain software, such as FSL, FREESURFER, and the latest version of DPARSFA. … Read more

Solving Containerd Insufficient Space Issues on OpenWRT

Continuing from the last time: [[Solving Docker Insufficient Space Issues on OpenWRT]] After resolving the insufficient space issue when pulling Docker images, I encountered a new problem. When I was creating my third container, Containerd indicated that there was insufficient space. Containerd is essentially the container management tool. We have addressed the storage issue for … Read more

How to Delete Symbolic Links in Linux

How to Delete Symbolic Links in Linux

In Linux systems, symbolic links (Symbolic Link, abbreviated as Symlink) are a very practical type of file system object, similar to shortcuts in Windows systems. Symbolic links can point to files or directories, providing users with convenient access paths. However, sometimes we may need to delete symbolic links that are no longer needed. This article … Read more