0 Mitglieder und 1 Gast betrachten dieses Thema.
<Benutzername>/<Partitionsbezeichnung(Label)>
/media/<user>/ das Verzeichnis <Partitionsbezeichnung(Label)> angelegt.
UUID=81f4fe8a-c7b4-4b94-ab66-ab993eef1828 /mnt/81f4fe8a-c7b4-4b94-ab66-ab993eef1828 auto defaults 0 0
@toffifee: Wie? Im UUID-Befehl habe ich den Ordner doch richtig angegeben!?
Da steht doch nicht "mnt"!
sudo mount -a
# /etc/fstab: static file system information.## Use 'blkid' 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># / was on /dev/nvme0n1p2 during installationUUID=dcf1efb6-9fa7-453f-a105-5fef1e4c833f / ext4 errors=remount-ro 0 1# /boot/efi was on /dev/nvme0n1p1 during installation#UUID=31F7-BBD4 /boot/efi vfat umask=0077 0 1/swapfile none swap sw 0 0#UUID=31F7-BBD4 /boot/efi vfat defaults 0 1UUID=31F7-BBD4 /boot/efi vfat defaults 0 1UUID=81f4fe8a-c7b4-4b94-ab66-ab993eef1828 /mnt/81f4fe8a-c7b4-4b94-ab66-ab993eef1828 auto defaults,x-gvfs-show 0 0
#UUID=31F7-BBD4 /boot/efi vfat defaults 0 1UUID=81f4fe8a-c7b4-4b94-ab66-ab993eef1828 /mnt/81f4fe8a-c7b4-4b94-ab66-ab993eef1828 auto defaults,x-gvfs-show 0 0 #UUID=31F7-BBD4 /boot/efi vfat umask=0077 0 1
sudo nano /etc/fstab
UUID=dcf1efb6-9fa7-453f-a105-5fef1e4c833f / ext4 errors=remount-ro 0 1UUID=31F7-BBD4 /boot/efi vfat defaults 0 1
# /etc/fstab: static file system information.## Use 'blkid' 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># / was on /dev/nvme0n1p2 during installationUUID=dcf1efb6-9fa7-453f-a105-5fef1e4c833f / ext4 errors=remount-ro 0 1# /boot/efi was on /dev/nvme0n1p1 during installation/swapfile none swap sw 0 0UUID=31F7-BBD4 /boot/efi vfat defaults 0 1UUID=81f4fe8a-c7b4-4b94-ab66-ab993eef1828 /media/fatboy auto defaults 0 0