This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| truenas [2026/06/14 12:02] – created admin | truenas [2026/06/25 15:26] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== TrueNAS configuration ====== | ====== TrueNAS configuration ====== | ||
| + | ===== Mounts ===== | ||
| + | < | ||
| + | |||
| + | mount -t cifs -o credentials=/ | ||
| + | mount -t cifs -o credentials=/ | ||
| + | mount -t cifs -o credentials=/ | ||
| + | |||
| + | </ | ||
| + | |||
| + | ROMs migration | ||
| + | < | ||
| + | # Temporary mount: | ||
| + | mount -t cifs -o credentials=/ | ||
| + | |||
| + | rsync -av --ignore-existing --progress --no-perms --exclude=' | ||
| + | </ | ||
| ===== ZFS scrub ===== | ===== ZFS scrub ===== | ||