
GPU驱动:An alternate method of installing the NVIDIA driver was detected
An alternate method of installing the NVIDIA driver was detected. (This is usually a package provided by your distributo...

An alternate method of installing the NVIDIA driver was detected. (This is usually a package provided by your distributo...
WARNING: An NVIDIA kernel module 'nvidia-uvm' appears to be already loaded in your kernel. This may be because it is in ...
平时用run文件安装一直没问题的,直到有一次安装NVIDIA-Linux-x86_64-580.105.08.run报错了: [crayon-6920b32e6dec4808058457/] 这个错误是说,内核是用 gcc 11.4 编的,...
先查看需要挂载的磁盘: [crayon-6920b32e6e0b7990900794/] 然后格式化为xfs: [crayon-6920b32e6e0ba964033368/] 查看UUID: [crayon-6920b32e6e0d218...
使用NFS共享的时候,出现的问题:ls: cannot access 'jiahao-0x5rdo': Stale file handle 这意味着系统已经无法识别这个路径为有效的 NFS 挂载点,它可能已经部分损坏或处于“僵尸(stale...
目前是由以下情况导致的: 1、同一个磁盘,被挂载到多个路径 比如autodl-202-2这个容器,/dev/sda是挂载到宿主机的/autodl2下,而/autodl2则被挂载到autodl-202-2容器的多个路径:/disk和/auto...

首先卸载磁盘:sudo umount /dev/sda 之后开始慢扫:sudo badblocks -wsv -b 4096 /dev/sda | tee badblocks_sde.log 若想提速的话:sudo badblocks -w...
今天遇到了一个bug,某个盘是xfs格式的,之前一直好好的,可以直接使用sudo xfs_quota -x -c "report -h" /NFSshare查看目录配额,结果今天不知道怎么回事,死活查看不了了,观察挂载情况,也是显示noqu...

本次使用的是niruix/sshwifty,安装非常简单,首先创建sshwifty的配置文件: mkdir /volume1/docker/sshwifty vi /volume1/docker/sshwifty/sshwifty.conf...
目前Harbor官方称暂时不支持FNOS,不过我这边经过测试,只要某些环节注意下,还是可以安装的~步骤如下: 1、下载Harbor压缩包 前往 Harbor 发布页选择 offline installer(离线包,包含所有镜像),版本自选(...