From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/3] mountfs: Mount ExtraHD filesystems
Date: Tue, 15 Aug 2023 10:19:34 +0000 [thread overview]
Message-ID: <20230815101936.261078-1-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 944 bytes --]
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
src/initscripts/system/mountfs | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/initscripts/system/mountfs b/src/initscripts/system/mountfs
index 81ed729c1..2e2ff0b5b 100644
--- a/src/initscripts/system/mountfs
+++ b/src/initscripts/system/mountfs
@@ -36,6 +36,11 @@ case "${1}" in
boot_mesg "Mounting remaining file systems..."
mount -a -O no_netdev &>/dev/null
evaluate_retval
+
+ # ExtraHD
+ boot_mesg "Mounting custom file systems..."
+ /var/ipfire/extrahd/bin/extrahd.pl mount
+ evaluate_retval
;;
stop)
@@ -45,6 +50,11 @@ case "${1}" in
sync && sync
evaluate_retval
+ # ExtraHD
+ boot_mesg "Unmounting custom file systems..."
+ /var/ipfire/extrahd/bin/extrahd.pl umount
+ evaluate_retval
+
boot_mesg "Unmounting all other currently mounted file systems..."
umount -a -d -r &>/dev/null
evaluate_retval
--
2.39.2
next reply other threads:[~2023-08-15 10:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-15 10:19 Michael Tremer [this message]
2023-08-15 10:19 ` [PATCH 2/3] mountfs: Remove excessive sync-ing before umount Michael Tremer
2023-08-15 10:19 ` [PATCH 3/3] core179: Migrate old ExtraHD entries in /etc/fstab Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230815101936.261078-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox