the mount -a command gives me an error.
Code: Select all
user@host:~$ sudo mount -a
mount: Partition: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
Code: Select all
sudo mount /media/Zauberlaterne
mount: /media/Zauberlaterne: /dev/sda1 already mounted on /media/Zauberlaterne.
dmesg(1) may have more information after failed mount system call.
Code: Select all
[36045.141309] systemd-fstab-generator[79069]: Mount point Partition is not a valid path, ignoring.
[36083.185988] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
i didn't change anything else in my fstab except for adding the new drive at the bottom..
here's my edited fstab
Code: Select all
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=1e6068ae-c6a2-4b71-907c-adb9c2797d8a / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=179C-5FF0 /boot/efi vfat umask=0077 0 1
# /home was on /dev/nvme0n1p6 during installation
UUID=cc77da13-dd86-4731-91d3-d6a614029e63 /home ext4 defaults 0 2
# /tmp was on /dev/nvme0n1p5 during installation
UUID=1cc13daf-a7cf-43f8-83ea-769bdacbff91 /tmp ext4 defaults 0 2
# /var was on /dev/nvme0n1p3 during installation
UUID=464abeac-882c-468c-b537-241cce1cbc29 /var ext4 defaults 0 2
# swap was on /dev/nvme0n1p4 during installation
UUID=3929b0bc-d507-440f-a006-a11aa000fddf none swap sw 0 0
/dev/sdb1 /mnt exfat defaults 0 0
#
#Zauberlaterne
UUID=235de5c8-dd4f-40d9-a5d3-c0e18907e606 /media/Zauberlaterne ext4 defaults 0 0