linux:notes:rsync_nas
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:notes:rsync_nas [2025/12/25 04:56] – [Mount] Sean Rhone | linux:notes:rsync_nas [2026/04/29 21:44] (current) – Sean Rhone | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | * [[servers: | ||
| - | |||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| Line 13: | Line 11: | ||
| < | < | ||
| - | |||
| - | ====== ext4 NAS ====== | ||
| - | |||
| - | * 2025/10/20: Windows NTFS -> Linux ext4 | ||
| - | * 10TB Main | ||
| - | |||
| - | ===== Format ===== | ||
| - | |||
| - | * '' | ||
| - | |||
| - | lsblk | ||
| - | |||
| - | sudo umount '/ | ||
| - | |||
| - | sudo wipefs -a -f '/ | ||
| - | |||
| - | sudo mkfs.ext4 -D -L ' | ||
| - | |||
| - | ===== Mount ===== | ||
| - | |||
| - | udisksctl mount --block-device '/ | ||
| - | |||
| - | sudo chown -R ' | ||
| ===== 4TB Restore ===== | ===== 4TB Restore ===== | ||
| Line 63: | Line 38: | ||
| < | < | ||
| - | |||
| - | ===== Maintenance ===== | ||
| - | |||
| - | ==== Repair ==== | ||
| - | |||
| - | sync && udisksctl unmount --block-device '/ | ||
| - | |||
| - | sudo e2fsck -D -E ' | ||
| - | |||
| - | ==== Defrag ==== | ||
| - | |||
| - | * :!: First-time seemingly takes longer than the whole 5TB+ restore | ||
| - | |||
| - | udisksctl mount --block-device '/ | ||
| - | |||
| - | sudo e4defrag -v '/ | ||
/srv/www/wiki/data/pages/linux/notes/rsync_nas.txt · Last modified: by Sean Rhone
