diff options
Diffstat (limited to 'guides/setups/operating-systems/opensuse.org')
| -rw-r--r-- | guides/setups/operating-systems/opensuse.org | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
