fstab is not mounting my 2 external disks on boot. The commands should be fine because when I run sudo mount -a
the get mounted.
Here are the commands:
UUID=myUUID /home/pc/plots-first ntfs defaults,nofail,x-systemd.device-timeout=1ms 0 0
UUID=myUUID2 /home/pc/plots-sdb1 ext4 defaults,nofail,x-systemd.device-timeout=1ms 0 0
Here is the journal log:
(base) pc@pc-home:~$ journalctl -b 0 | grep mount
Oct 16 20:58:51 pc-home kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Oct 16 20:58:51 pc-home systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 16 20:58:51 pc-home systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 16 20:58:51 pc-home systemd[1]: home-pc-plots\x2dfirst.mount: Job home-pc-plots\x2dfirst.mount/start failed with result 'dependency'.
Oct 16 20:58:51 pc-home systemd[1]: home-pc-plots\x2dsdb1.mount: Job home-pc-plots\x2dsdb1.mount/start failed with result 'dependency'.
Oct 16 20:58:51 pc-home kernel: EXT4-fs (dm-0): re-mounted. Opts: (null)
Oct 16 20:58:51 pc-home systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 16 20:59:03 pc-home kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Oct 16 20:59:04 pc-home kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 16 20:59:04 pc-home systemd[1]: Condition check resulted in LXD - agent - 9p mount being skipped.
Oct 16 20:59:05 pc-home audit[869]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=869 comm="apparmor_parser"
Oct 16 20:59:05 pc-home kernel: audit: type=1400 audit(1634417945.967:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=869 comm="apparmor_parser"
Oct 16 20:59:06 pc-home audit[867]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=867 comm="apparmor_parser"
Oct 16 20:59:06 pc-home audit[888]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/11798/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=888 comm="apparmor_parser"
Oct 16 20:59:20 pc-home kernel: new mount options do not match the existing superblock, will be ignored
Oct 16 20:59:20 pc-home lxcfs[962]: mount namespace: 4
Oct 16 20:59:29 pc-home systemd[1]: tmp-snap.rootfs_UYDw1A.mount: Succeeded.
Oct 16 20:59:37 pc-home systemd[1]: tmp-sanity\x2dmountpoint\x2d066263713.mount: Succeeded.
thank you