[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Always mount external disk
From: |
Caleb Herbert |
Subject: |
Always mount external disk |
Date: |
Fri, 16 Aug 2024 18:29:10 -0500 |
User-agent: |
Evolution 3.52.4 (by Flathub.org) |
Hi Guix,
I'd like to always mount my main data disk, HUSKY, to my server
Farnsworth. However, I would like for the system to not complain if
HUSKY is not plugged in.
I presume (from discussing it in #guix) that "non-boot-file-system-
service" should be used for this task. How do I use it? I see no
examples or documentation in the Manual or Cookbook.
I was definitely told that this was not correct:
(file-system (mount-point "/mnt/HUSKY")
(device (file-system-label "HUSKY"))
(type "xfs")
(create-mount-point? #t))
Thanks,
--
Caleb S. Herbert
https://bluehome.net/csh/
signature.asc
Description: This is a digitally signed message part
- Always mount external disk,
Caleb Herbert <=