<div dir="ltr">My OS is on sda1, a 120g ssd<div>My working 2tb storage drive is on sdb1</div><div>but my second 6tb drive won't automount. running mount -a mount the drive, but changes both labels to "nerd"</div><div>Could somebody please help me get this working?</div><div><br></div><div>nerd@Mint-19:~$ sudo blkid<br>/dev/sda1: UUID="dcebd94b-170a-40bf-94e7-973961341659" TYPE="ext4" PARTUUID="10757682-01"<br>/dev/sdb1: LABEL="Myth-TV-Media" UUID="de7d7d3a-97c4-d401-d07d-7c3a97c4d401" TYPE="ext4" PARTUUID="d8e3d8e3-01"<br>/dev/sdc1: LABEL="MythTv-Media2" UUID="d711ff2d-fd27-49ca-ac0d-723ccdded792" TYPE="ext4" PARTLABEL="primary" PARTUUID="100c638e-aaf7-4a01-afad-791261719a88"<br>nerd@Mint-19:~$ <br><br># /etc/fstab: static file system information.<br>#<br># Use 'blkid' to print the universally unique identifier for a<br># device; this may be used with UUID= as a more robust way to name devices<br># that works even if disks are added and removed. See fstab(5).<br>#<br># <file system> <mount point>   <type>  <options>       <dump>  <pass><br># / was on /dev/sda1 during installation<br>UUID=dcebd94b-170a-40bf-94e7-973961341659 /     ext4    errors=remount-ro 0  1  /swapfile                                 none <br>#<br>#/dev/sdb1:slave recodings<br>UUID=de7d7d3a-97c4-d401-d07d-7c3a97c4d401 /media/nerd ext4     defaults 0 2<br>#/dev/sdc1:slave recodings 2<br>UUID=d711ff2d-fd27-49ca-ac0d-723ccdded792 /media/nerd ext4  defaults 0 2<br></div></div>