My version is Ubuntu 20.04.5 LTS. I have configured my iSCSI drives (2) to automatic login -- so they show using lsblk
sdb 8:16 0 1.8T 0 disksdc 8:32 0 695.2G 0 disk
Then identified the UUID:
/dev/sdc: UUID="8fe056b1-40cf-4433-ba79-8f0f9e5b3860" TYPE="ext4"/dev/sdb: UUID="7740359d-8725-4781-9178-667341c1a153" TYPE="ext4"
I am then attempting to automount this iSCSI drive by editing the fstab
with this line. However, it is not working. I guess there is something wrong. All help would be really appreciated!
UUID=7740359d-8725-4781-9178-667341c1a153 /media/recover-odd ext4 _netdev,x-systemd.automount 0 0