Linux
在 linux 系统中要将 TrueNAS 安装程序写入 U 盘,请将 U 盘插入系统并打开终端。首先,请确保 U 盘的连接路径正确。
$ lsblk -po +vendor,model
并记下 U 盘的路径,如 lsblk 的”NAME“列中所示。
接下来,使用 dd 将安装程序写入 U 盘。
$ dd status=progress if=path/to/.iso of=path/to/USB
如果出现 “permission denied” 错误,请使用具有相同参数的 sudo dd 并输入管理员密码。使用 dd 时请务必小心,因为选择错误的 “ of =” 设备路径可能会导致无法恢复的数据丢失。
Reference
FEATURED TAGS
algorithm
algorithmproblem
architecturalpattern
architecture
aws
c#
cachesystem
codis
compile
concurrentcontrol
database
dataformat
datastructure
debug
design
designpattern
distributedsystem
django
docker
domain
engineering
freebsd
git
golang
grafana
hackintosh
hadoop
hardware
hexo
http
hugo
ios
iot
java
javaee
javascript
kafka
kubernetes
linux
linuxcommand
linuxio
lock
macos
markdown
microservices
mysql
nas
network
networkprogramming
nginx
node.js
npm
oop
openwrt
operatingsystem
padavan
performance
programming
prometheus
protobuf
python
redis
router
security
shell
software testing
spring
sql
systemdesign
truenas
ubuntu
vmware
vpn
windows
wmware
wordpress
xml
zookeeper