User Tools

Site Tools


linux:notes:rsync_nas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:rsync_nas [2025/10/21 19:28] – [4TB Restore] Sean Rhonelinux:notes:rsync_nas [2025/10/22 07:35] (current) Sean Rhone
Line 20: Line 20:
  
 ===== Format ===== ===== Format =====
 +
 +  * ''superfloppy'' partitionless ((not MBR/GPT))
  
   lsblk   lsblk
Line 31: Line 33:
 ===== Mount ===== ===== Mount =====
  
-  * :?: GNOME auto-mounts+  * GNOME auto-mounts
  
   sudo chown -R 'espionage724':'espionage724' '/run/media/espionage724/NAS'   sudo chown -R 'espionage724':'espionage724' '/run/media/espionage724/NAS'
 +
 +  udisksctl mount --block-device '/dev/sda'
  
 ===== 4TB Restore ===== ===== 4TB Restore =====
Line 66: Line 70:
 ==== Repair ==== ==== Repair ====
  
-  sync && sudo umount '/dev/sda'+  sync && udisksctl unmount --block-device '/dev/sda'
  
   sudo e2fsck -D -E 'discard,optimize_extents,inode_count_fullmap,check_encoding,unshare_blocks' -f -v -y '/dev/sda'   sudo e2fsck -D -E 'discard,optimize_extents,inode_count_fullmap,check_encoding,unshare_blocks' -f -v -y '/dev/sda'
  
 ==== Defrag ==== ==== Defrag ====
 +
 +  * :!: First-time seemingly takes longer than the whole 5TB+ restore
  
   udisksctl mount --block-device '/dev/sda'   udisksctl mount --block-device '/dev/sda'
  
-  sudo e4defrag -v '/dev/sda' && sync && sudo umount '/dev/sda'+  sudo e4defrag -v '/dev/sda' && sync && udisksctl unmount --block-device '/dev/sda'
  
/srv/www/wiki/data/attic/linux/notes/rsync_nas.1761089338.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki