Mount and unmount filesystems

Mount and unmount filesystems in Linux — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
I need the backup volume mounted on the restore server now. Mount the NFS export from…
I need the backup volume mounted on the restore server now. Mount the NFS export from 10.0.2.8:/backups at /mnt/backups with rw, hard and intr options, ensure it appears in /etc/fstab so it survives reboots, verify ownership and that backup user can read the latest snapshot, and unmount it cleanly after I confirm the file list. Do not change other mounts.

Improve — make it easier to accept

+
Before I ask the DBA to approve the restore, make the filesystem easy to review. Show the mount…
Before I ask the DBA to approve the restore, make the filesystem easy to review. Show the mount point, the fstab line you will add, surface the effective mount options and any uid/gid mappings, and call out files or directories that would be inaccessible to the DBA if this mount uses root_squash or similar. Suggest the one change to make approvals painless.

Decide — diagnose the stuck moment

+
I mounted what I thought was the latest backup and began copying; halfway through I realized it was…

I mounted the wrong snapshot and overwrote a restore target.

I mounted what I thought was the latest backup and began copying; halfway through I realized it was an older snapshot and the target now has mixed content. I don’t know which files were replaced and the DBA is asking what to do. What immediate steps find and stop ongoing corruption, how do I identify which files were modified by this session, and what is the least-destructive path to recover the intended state?

Become — change the pattern

+
We keep mounting external filesystems on production hosts ad hoc for one-off restores and then…

Mounts added ad hoc cause permission and availability drift across servers.

We keep mounting external filesystems on production hosts ad hoc for one-off restores and then leave fstab entries or nonstandard options that later break services. It wastes time and causes surprise permission errors. Where is the friction in our current workflow — discovery, approval, or cleanup — and what two practices should we adopt so temp mounts are auditable, reversible, and safe for service owners?

Next to this one

Other operating system work people do in Linux.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.