WalterHWhite

large-file-example

Jun 8th, 2025
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. hbarta@pilog3b:~$ df -h /var/log/test
  2. Filesystem Size Used Avail Use% Mounted on
  3. IBYTMC/log 116G 578M 115G 1% /var/log
  4. hbarta@pilog3b:~$
  5. logout
  6. Connection to pilog3b closed.
  7. hbarta@olive:~/Downloads/iso/Debian$ ls -l debian-live-testing-amd64-kde.iso
  8. -rw-r--r-- 1 hbarta hbarta 4068900864 Apr 10 10:31 debian-live-testing-amd64-kde.iso
  9. hbarta@olive:~/Downloads/iso/Debian$ ls -lh debian-live-testing-amd64-kde.iso
  10. -rw-r--r-- 1 hbarta hbarta 3.8G Apr 10 10:31 debian-live-testing-amd64-kde.iso
  11. hbarta@olive:~/Downloads/iso/Debian$ time -p scp debian-live-testing-amd64-kde.iso pilog3b:/var/log/test
  12. debian-live-testing-amd64-kde.iso 100% 3880MB 7.0MB/s 09:14
  13. real 555.49
  14. user 5.78
  15. sys 5.08
  16. hbarta@olive:~/Downloads/iso/Debian$ ssh pilog3b
  17. hbarta@pilog3b's password:
  18. Linux pilog3b 6.1.0-34-arm64 #1 SMP Debian 6.1.135-1 (2025-04-25) aarch64
  19.  
  20. The programs included with the Debian GNU/Linux system are free software;
  21. the exact distribution terms for each program are described in the
  22. individual files in /usr/share/doc/*/copyright.
  23.  
  24. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  25. permitted by applicable law.
  26. Last login: Sun Jun 8 14:30:54 2025 from 192.168.1.81
  27. hbarta@pilog3b:~$ sudo -s
  28. [sudo] password for hbarta:
  29. root@pilog3b:/home/hbarta# zpool list
  30. ]NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
  31. IBYTMC 119G 4.40G 115G - - 9% 3% 1.00x ONLINE -
  32. root@pilog3b:/home/hbarta# ls -lh /var/log/test
  33. total 3.8G
  34. -rw-r--r-- 1 hbarta hbarta 3.8G Jun 8 14:42 debian-live-testing-amd64-kde.iso
  35. root@pilog3b:/home/hbarta# free -m
  36. total used free shared buff/cache available
  37. Mem: 902 709 111 7 174 192
  38. Swap: 1823 34 1789
  39. root@pilog3b:/home/hbarta# shutdown -r now
  40. root@pilog3b:/home/hbarta# Connection to pilog3b closed by remote host.
  41. Connection to pilog3b closed.
  42. hbarta@olive:~/Downloads/iso/Debian$ ping pilog3b
  43. PING pilog3b.localdomain (192.168.20.48) 56(84) bytes of data.
  44. 64 bytes from pilog3b.localdomain (192.168.20.48): icmp_seq=41 ttl=63 time=0.709 ms
  45. 64 bytes from pilog3b.localdomain (192.168.20.48): icmp_seq=42 ttl=63 time=0.670 ms
  46. 64 bytes from pilog3b.localdomain (192.168.20.48): icmp_seq=43 ttl=63 time=0.683 ms
  47. 64 bytes from pilog3b.localdomain (192.168.20.48): icmp_seq=44 ttl=63 time=0.694 ms
  48. 64 bytes from pilog3b.localdomain (192.168.20.48): icmp_seq=45 ttl=63 time=0.640 ms
  49. ^C
  50. --- pilog3b.localdomain ping statistics ---
  51. 45 packets transmitted, 5 received, 88.8889% packet loss, time 44954ms
  52. rtt min/avg/max/mdev = 0.640/0.679/0.709/0.023 ms
  53. hbarta@olive:~/Downloads/iso/Debian$ ssh pilog3b
  54. hbarta@pilog3b's password:
  55. Linux pilog3b 6.1.0-37-arm64 #1 SMP Debian 6.1.140-1 (2025-05-22) aarch64
  56.  
  57. The programs included with the Debian GNU/Linux system are free software;
  58. the exact distribution terms for each program are described in the
  59. individual files in /usr/share/doc/*/copyright.
  60.  
  61. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  62. permitted by applicable law.
  63. Last login: Sun Jun 8 16:55:42 2025 from 192.168.1.81
  64. hbarta@pilog3b:~$ date
  65. Sun Jun 8 04:57:48 PM CDT 2025
  66. hbarta@pilog3b:~$ zfs --version
  67. zfs-2.1.11-1+deb12u1
  68. zfs-kmod-2.1.11-1+deb12u1
  69. hbarta@pilog3b:~$
Advertisement
Add Comment
Please, Sign In to add comment