On Mon, 2021-03-15 at 05:09 +0800, Ed Greshko wrote:
On 15/03/2021 00:31, Patrick O'Callaghan wrote:
I rebooted and got:
# findmnt /raid # ls /raid # findmnt /raid #
IOW nothing happens.
systemctl status raid.mount systemctl status raid.automount systemctl status dock.service
# systemctl status raid.mount ● raid.mount - External /raid mount Loaded: loaded (/etc/systemd/system/raid.mount; disabled; vendor preset: disabled) Active: inactive (dead) Where: /raid What: /dev/md0p1 # systemctl status raid.automount ● raid.automount - Automount /raid Loaded: loaded (/etc/systemd/system/raid.automount; disabled; vendor preset: disabled) Active: inactive (dead) Triggers: ● raid.mount Where: /raid # systemctl status dock.service ● dock.service - Power the dock up Loaded: loaded (/etc/systemd/system/dock.service; static) Active: inactive (dead)
and finally
mount /raid
# mount /raid mount: /raid: can't find in /etc/fstab. #
poc