43620To get the real value :
43.62
20200909_raspi_4.img.xz: OK
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 55.9G 0 part /
└─sda2 8:2 0 7.5G 0 part [SWAP]
sdb 8:16 0 3.7T 0 disk
└─sdb1 8:17 0 3.7T 0 part
├─myLVM-homes 254:0 0 4T 0 lvm /home
sde 8:64 1 28.9G 0 disk here it is!
├─sde1 8:65 1 299M 0 part
└─sde2 8:66 1 28.6G 0 part
Sep 14 20:06:52 myWorkstation kernel: [ 9592.290555] sd 8:0:0:0: [sde] 15687680 512-byte logical blocks: (8.03 GB/7.48 GiB) Sep 14 20:06:52 myWorkstation kernel: [ 9592.291638] sd 8:0:0:0: [sde] Write Protect is off Sep 14 20:06:52 myWorkstation kernel: [ 9592.292758] sd 8:0:0:0: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA Sep 14 20:06:52 myWorkstation kernel: [ 9592.319790] sde: sde1 sde2 Sep 14 20:06:52 myWorkstation kernel: [ 9592.324091] sd 8:0:0:0: [sde] Attached SCSI removable disk
Debian GNU/Linux 10 rpi4-20200909 tty1 rpi4-20200909 login:login : root, password : no password (source)
echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config echo 'PermitEmptyPasswords yes' >> /etc/ssh/sshd_config sed -i 's/UsePAM yes/UsePAM no/' /etc/ssh/sshd_config systemctl restart ssh
At that time, you may be pretty excited to start playing with your new Raspberry Pi and start building things (manually or with tools like Ansible and the likes).
However, experience proves that sooner or later, you'll try something we'll see if it works
and break everything (). The only solution will then be to restart from the beginning :