Labthrift Labthrift What to buy. What to skip. Why.

Written 1 Sep 2026. This is a how-to, not a product card. Buy links are not tagged yet.

See disks and USB sticks on the leftover box

After SSH works (and before you blame a missing USB backup), list disks and USB sticks with lsblk so you see names like sda and sdb without opening a disk app.

The leftover box already has at least one disk. A USB stick for backup is a second block device when you plug it in. Tonight you only want the list: which disks are attached, how big they look, and whether a stick you just plugged in showed up. You do not need a NAS, a disk utility app, or a shopping cart for this look.

Skip until SSH works

If you cannot log in from the couch yet, stop. That is SSH from the couch. Disk names do not help a login that fails.

If you only need room left on the main disk, that is see if the leftover box still has room (df). If you only need one folder's size, that is see how big one leftover-box folder is. If you only need how big the main disk already is, that is see how big the leftover box disk already is.

What this is

lsblk lists block devices: whole disks, the slices on them called partitions, and USB sticks when they are plugged in. A disk is the whole drive. A partition is one slice of that drive (you often see sda1 under sda). Mount means the leftover box made that slice show up as a folder path. Night one is a look. lsblk does not format, mount, or wipe anything.

Practice: list what is attached

SSH in from the couch, then ask:

lsblk

You should see a short table. In plain English:

Point at the disk line whose partition shows /. That is the main leftover-box disk. A second disk name that appeared when you plugged a USB stick in is usually that stick. Home-safe look only. Do not pick a name at random for a wipe.

Optional: see filesystem labels and types too:

lsblk -f

Same list, with a little more about how each slice is labeled. Still a look. Still no format.

Optional: after you plug in a USB for backup

Plug the stick into the leftover box. Run lsblk again. Notice the new name (often a second sd* disk with a partition under it). Use the name lsblk actually printed, not a guess.

Do not make formatting, partitioning, or mounting tonight's job. Once the stick is visible, the backup job is a backup of the leftover-box folder. A shorter “did the USB show up?” check also lives on see if the USB backup disk showed up.

Useful extras, still a look

Skip rewriting disks, dd, shred, fdisk, parted, or wipefs as the job. Night one is the list.

Skip buying a NAS because lsblk showed a small disk. A small leftover laptop disk is normal for house ad block and a thin share. Free room is disk-space. Total size of the main disk is leftover-box disk.

Skip screen, tmux, and port 22 forwarding. Keep SSH on the house network: keep the leftover box on the house network.

Skip awk, sed, and install as new pages this cycle.

What this is not

This is not leftover-box findmnt. That shows which folders are already attached: see which leftover-box folders are already attached. It is not leftover-box disk-space (df). That shows how full a mounted filesystem is: see if the leftover box still has room. It is not leftover-box du. That measures one folder: see how big one leftover-box folder is. It is not leftover-box disk, which focuses on how big the main disk already is: see how big the leftover box disk already is. It is not leftover-box numfmt. That only reformats a big number: make leftover-box sizes readable with numfmt. It is not free memory: see if the leftover box still has free memory. It is not ranking heavy folders: see which leftover-box folders are eating the disk. It is not the backup copy itself: a backup of the leftover-box folder.

What next

Need which folders are already attached (mounted)? See which leftover-box folders are already attached. Need room left on the main disk? See if the leftover box still has room. Need one folder's size? See how big one leftover-box folder is. Need how big the main disk already is? See how big the leftover box disk already is. Need a huge byte count made readable? Make leftover-box sizes readable with numfmt. Stick visible and ready for a second copy? A backup of the leftover-box folder. If the leftover box feels slow and the disk is fine, later: see if the leftover box still has free memory. Keep SSH on the house network: keep the leftover box on the house network. Leftover-box-awk, leftover-box-sed, and leftover-box-install stay deferred this cycle.

Skip

Sources

Debian: lsblk(8). Ubuntu: lsblk(8). Part of util-linux. Official pages only. For free room, see see if the leftover box still has room. For one folder's size, see see how big one leftover-box folder is. For total disk size, see see how big the leftover box disk already is. For a second copy once the stick is visible, see a backup of the leftover-box folder. For the login, see SSH from the couch.

Also on this topic

SSH from the couchType commands on the leftover box from your laptop, on the house network. Password login first. Do not open this to the internet. See which leftover-box folders are already attachedAfter you can list disks with lsblk (and before you blame a missing USB backup), use findmnt to see which folders are already attached (mounted) so you know what is live as / or a USB path. See if the leftover box still has roomAfter the house folder is working, check that the leftover box is not filling up. Photos stop copying when the disk is full. You do not need a NAS for this look. See how big the leftover box disk already isBefore you buy a tiny computer or a NAS, check how big the leftover box disk already is. See how big one leftover-box folder isAfter SSH works, check how big one leftover-box folder is with du so you know before you copy or delete. You do not need a file manager app for this. See if the USB backup disk showed upBefore you trust the weekly copy, confirm the leftover box can see the USB disk. A backup of the leftover-box folderA second copy of the house folder, on a USB disk you already have, or on another leftover computer. You do not need a NAS for this. Make leftover-box sizes readable with numfmtAfter leftover-box du or leftover-box disk-space (or any big leftover-box byte count), use numfmt so a huge number becomes something like 1.4G that a first-timer can read. You do not need extra system software beyond coreutils. See if the leftover box still has free memoryThe leftover box feels slow. Check free memory before you buy a new mini PC. Keep the leftover box on the house networkSSH and Pi-hole belong on the house network. Skip this if you never opened the router settings. Do not forward port 22.