I have a new Ubuntu 24.04 install, I've tried several times to change the Disk app to automount my HD, it seems the change is not written to fstab (after the boot, fstab does not show the entry for the HD), how can I confirm that the change made in Disk is written to fstab? In Disk app, I've checked several times that everything is fine (the app can mount HD manually, but automount does not work). What I'm doing wrong?
ps: the partition is NTFS and the pc was working fine (MX Linux) before installing Ubuntu and fstab in MX was quite different in MX.This is my fstab
# <file system> <mount point> <type> <options> <dump> <pass># / was on /dev/sdb7 during curtin installation/dev/disk/by-uuid/caf8e096-19b9-44c0-bce6-937c9717196f / ext4 defaults 0 1# /boot/efi was on /dev/sdb2 during curtin installation/dev/disk/by-uuid/2437-7BD7 /boot/efi vfat defaults 0 1/swap.img none swap sw 0 0
and this is my
sudo blkid[sudo] password for michael: /dev/sdb7: UUID="caf8e096-19b9-44c0-bce6-937c9717196f" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="7b3034cd-15fd-4b46-b7d0-1f44620a0b35"/dev/loop1: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop8: BLOCK_SIZE="131072" TYPE="squashfs"/dev/sdb4: LABEL="Win10" BLOCK_SIZE="512" UUID="2531E9B809A0D822" TYPE="ntfs" PARTLABEL="Win81" PARTUUID="92a0b78f-87e7-4fc9-b4e0-f82e127da8fe"/dev/sdb2: UUID="2437-7BD7" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="1c23478c-59c6-40da-ba2c-5a165832c96a"/dev/sdb5: UUID="42a466a1-9860-4b66-ad74-1ab8d10377f0" TYPE="swap" PARTUUID="171a409e-d03d-459f-8053-7d0be83c4f0b"/dev/sdb3: BLOCK_SIZE="512" UUID="7789C528151BDA8C" TYPE="ntfs" PARTLABEL="Microsoft reserved partition" PARTUUID="3be2f2b0-9ad7-43d4-8ea9-1769cdc2c7e2"/dev/sdb1: LABEL="Recovery" BLOCK_SIZE="512" UUID="12DA36E2DA36C1B1" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="b672f5ce-d01f-46f3-aa80-b339177477da"/dev/sdb6: LABEL="rootMX23" UUID="cefc375f-943c-4ca0-8e8c-f6fd2fbab89f" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="93e3fa36-2672-46b7-b287-83b6771dd2bb"/dev/loop6: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop4: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop11: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop2: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop0: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop9: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop7: BLOCK_SIZE="131072" TYPE="squashfs"/dev/sda1: LABEL="data" BLOCK_SIZE="512" UUID="113A2F5635174B03" TYPE="ntfs" PARTUUID="57cbdf90-fd4b-4461-929a-57a41cb4f7c2"/dev/loop5: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop12: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop3: BLOCK_SIZE="131072" TYPE="squashfs"/dev/loop10: BLOCK_SIZE="131072" TYPE="squashfs"