对于挂在分区可能不用我多说大家一定也都了解。 可是如果我们想挂载ntfs分区又不想写入或修改文要怎办呢? 小手告诉你很简单:
sudo mount -t ntfs -o nls=utf8,umask=0 /dev/sdb1 /mnt/c
只要以这套命令挂载就是只读的了。 根据自己需要修改里面的参数!
对于挂在分区可能不用我多说大家一定也都了解。 可是如果我们想挂载ntfs分区又不想写入或修改文要怎办呢? 小手告诉你很简单:
sudo mount -t ntfs -o nls=utf8,umask=0 /dev/sdb1 /mnt/c
只要以这套命令挂载就是只读的了。 根据自己需要修改里面的参数!
报错: ``` nginx: [emerg] dlopen() "/opt/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No su...
报错如下: ``` nginx: [emerg] module "/opt/nginx/modules/ngx_http_brotli_filter_module.so" version 1028001 instead of 1026002 in /opt/nginx/conf/nginx.conf...
成为第一个评论的人吧!