From e2f595b7a3719445375f1b2d559ba1b16c3f5ba1 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 30 Nov 2024 22:12:16 +0100 Subject: Jot down some "sys" “"«admin»"” notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides/setups/operating-systems/opensuse.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'guides/setups/operating-systems/opensuse.org') diff --git a/guides/setups/operating-systems/opensuse.org b/guides/setups/operating-systems/opensuse.org index 3bfa048..bddf66b 100644 --- a/guides/setups/operating-systems/opensuse.org +++ b/guides/setups/operating-systems/opensuse.org @@ -161,3 +161,16 @@ distribution upgrade", zypper would have realized that nobody needs "manually installed" with solution 1? 🤷 +** Auto-mount second disk under =$HOME/media= +#+begin_example +$ lsblk --fs +[…] +nvme0n1 +└─nvme0n1p1 xfs […UUID…] +$ sudo $edit /etc/fstab +[… add: +UUID=[…UUID…] […$HOME…]/media xfs user,exec 0 0 +…] +$ mkdir ~/media +$ mount ~/media +#+end_example -- cgit v1.2.3