Vielen Dank euch allen!
es hat super geklappt. Für spätere Leser sei noch erwähnt das man noch alle Pfade die auf die entsprchende Festplatte führen zum neuen Mountpoint hin ändern muss (bei mir waren das zB Pfade zu virtuellen Festplatten und benutzerdefinierte Anwedungsstarter zB JDownloader)
Meine fstab sah vorher so aus:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=e36df0be-bd26-4888-8b1d-ebac3d5db2aa / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=cd0346c7-a277-4f9a-bd83-9ecabd4df6f5 none swap sw 0 0
und jetzt sieht sie folgendermaßen aus:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=e36df0be-bd26-4888-8b1d-ebac3d5db2aa / ext4 errors=remount-ro 0 1
UUID=8b6fb72b-2eb8-487d-9324-f99b223b81ad /media/Festplatte ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=cd0346c7-a277-4f9a-bd83-9ecabd4df6f5 none swap sw 0 0
zugegeben vorher war sie schöner aber jetzt dient sie mir besser 😉
Ich hoffe das hilft auch anderen weiter!!!
Liebe Grüße
Fidel