ถ้าฉันใช้คำสั่งนี้:
mount -t xfs -o noatime,nodiratime,logbufs=8 -L d1 /srv/node/d1
ทำงานได้อย่างถูกต้องทั้งหมด แต่ถ้าฉันพยายามที่จะผ่านsystemd
ภูเขามันล้มเหลว
ฉันสร้างไฟล์/etc/systemd/system/mnt-d1.mount
โดยมีเนื้อหาดังต่อไปนี้:
[Unit]
Description = Disk 1
[Mount]
What = LABEL=d1
Where = /srv/node/d1
Type = xfs
Options = noatime,nodiratime,logbufs=8
[Install]
WantedBy = multi-user.target
หลังจากนั้นฉันรันคำสั่งเหล่านี้:
systemctl daemon-reload
systemctl start mnt-d1.mount
คนสุดท้ายแสดงให้ฉันเห็น:
Failed to start mnt-d1.mount: Unit mnt-d1.mount failed to load: Invalid argument.
See system logs and 'systemctl status mnt-d1.mount' for details.
systemctl status mnt-d1.mount
แสดงให้ฉันเห็น:
May 16 18:13:52 object1 systemd[1]: Cannot add dependency job for unit mnt-d1.mount, ignoring: Unit mnt-d1.mount failed to ...ectory.
May 16 18:24:05 object1 systemd[1]: mnt-d1.mount's Where= setting doesn't match unit name. Refusing.
โปรดช่วยฉันติดแผ่นดิสก์ผ่านอุปกรณ์systemd
ยึด